aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/basename/basename.c
Commit message (Expand)AuthorAgeFilesLines
* Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski2018-06-191-1/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Capsicumize some trivial stdio programsConrad Meyer2016-11-081-0/+4
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Ensure that suffix matches occur on character boundaries.Tim J. Robbins2004-07-151-4/+32
* ANSIify function definitions.David Malone2002-09-041-4/+2
* Remove local prototypes for main().Juli Mallett2002-08-191-1/+0
* Make it possible to have this (basename(1)) perform basename(3) on multipleJuli Mallett2002-06-301-8/+32
* remove __PWarner Losh2002-03-221-2/+2
* Style improvements recommended by Bruce as a follow up to someDavid Malone2001-12-101-5/+6
* Use __FBSDID().Mark Murray2001-12-031-3/+5
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+1
* Silence WARNS=2 and BDECFLAGS on alpha and i386Kris Kennaway2001-05-201-0/+1
* Fix suffix matching.Dag-Erling Smørgrav2000-10-121-2/+7
* Reintroduce functionality and error checks that were boneheadedly removedDag-Erling Smørgrav2000-09-061-1/+8
* Use basename(3).Dag-Erling Smørgrav2000-09-031-62/+4
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs1998-12-061-2/+2
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Import some parts of CSRG 4.4BSD-Lite2 usr.bin sources to fix tree build.Peter Wemm1997-03-111-0/+139