summaryrefslogtreecommitdiff
path: root/usr.bin/basename/basename.c
AgeCommit message (Expand)Author
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2018-06-19Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2016-11-08Capsicumize some trivial stdio programsConrad Meyer
2010-12-11Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl
2004-07-15Ensure that suffix matches occur on character boundaries.Tim J. Robbins
2002-09-04ANSIify function definitions.David Malone
2002-08-19Remove local prototypes for main().Juli Mallett
2002-06-30Make it possible to have this (basename(1)) perform basename(3) on multipleJuli Mallett
2002-03-22remove __PWarner Losh
2001-12-10Style improvements recommended by Bruce as a follow up to someDavid Malone
2001-12-03Use __FBSDID().Mark Murray
2001-06-24Include missing header files which define functions for which gcc hasDima Dorfman
2001-05-20Silence WARNS=2 and BDECFLAGS on alpha and i386Kris Kennaway
2000-10-12Fix suffix matching.Dag-Erling Smørgrav
2000-09-06Reintroduce functionality and error checks that were boneheadedly removedDag-Erling Smørgrav
2000-09-03Use basename(3).Dag-Erling Smørgrav
1998-12-06Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs
1997-03-29compare return value from getopt against -1 rather than EOF, per the finalWarner Losh
1997-03-11Import some parts of CSRG 4.4BSD-Lite2 usr.bin sources to fix tree build.Peter Wemm