aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/basename.c
Commit message (Expand)AuthorAgeFilesLines
* libc: Purge unneeded cdefs.hWarner Losh2023-11-011-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Replace basename(3) by a thread-safe implementation.Ed Schouten2016-11-031-66/+41
* Fix up prototypes of basename(3) and dirname(3) to comply to POSIX.Ed Schouten2016-07-281-1/+1
* Sync with OpenBSD, primarily make the code easier to read, and a licenseXin LI2011-06-181-42/+29
* Add basename_r(3) to complement basename(3). basename_r(3) which acceptsRobert Watson2009-10-061-8/+16
* Fix LP64 architectures and especially ia64. Functions that returnMarcel Moolenaar2002-12-301-0/+1
* Reduce libc.so's memory footprint by lazily allocating memory used internallyRob Braun2002-12-211-2/+8
* * Remove 'register'. (some functions had 7+ register functions...)David E. O'Brien2002-02-011-2/+1
* Fixed world breakage due to missing include of <sys/cdefs.h> in previousBruce Evans2002-01-311-2/+4
* Fix FreeBSD IDs.David E. O'Brien2002-01-301-3/+3
* Fix a one-byte overrun.Dima Dorfman2001-06-281-1/+1
* Import XPG4-compliant basename(3) and dirname(3) from OpenBSD.Dag-Erling Smørgrav2000-08-311-0/+76