aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/dirname.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 dirname(3) by a copy that complies to POSIX.Ed Schouten2016-09-181-41/+24
* Improve compatibility of calls to dirname() on constant strings.Ed Schouten2016-08-261-1/+1
* Reimplement dirname(3) to be thread-safe.Ed Schouten2016-08-121-56/+69
* Fix up prototypes of basename(3) and dirname(3) to comply to POSIX.Ed Schouten2016-07-281-1/+1
* Sync with OpenBSD's dirname(3) - license change, avoid strcpy() overXin LI2008-11-031-43/+33
* 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/+79