summaryrefslogtreecommitdiff
path: root/lib/libc/gen/basename.c
AgeCommit message (Expand)Author
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2016-11-03Replace basename(3) by a thread-safe implementation.Ed Schouten
2016-07-28Fix up prototypes of basename(3) and dirname(3) to comply to POSIX.Ed Schouten
2011-06-18Sync with OpenBSD, primarily make the code easier to read, and a licenseXin LI
2009-10-06Add basename_r(3) to complement basename(3). basename_r(3) which acceptsRobert Watson
2002-12-30Fix LP64 architectures and especially ia64. Functions that returnMarcel Moolenaar
2002-12-21Reduce libc.so's memory footprint by lazily allocating memory used internallyRob Braun
2002-02-01* Remove 'register'. (some functions had 7+ register functions...)David E. O'Brien
2002-01-31Fixed world breakage due to missing include of <sys/cdefs.h> in previousBruce Evans
2002-01-30Fix FreeBSD IDs.David E. O'Brien
2001-06-28Fix a one-byte overrun.Dima Dorfman
2000-08-31Import XPG4-compliant basename(3) and dirname(3) from OpenBSD.Dag-Erling Smørgrav