summaryrefslogtreecommitdiff
path: root/lib/libc/gen/dirname.c
AgeCommit message (Expand)Author
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2016-09-18Replace dirname(3) by a copy that complies to POSIX.Ed Schouten
2016-08-26Improve compatibility of calls to dirname() on constant strings.Ed Schouten
2016-08-12Reimplement dirname(3) to be thread-safe.Ed Schouten
2016-07-28Fix up prototypes of basename(3) and dirname(3) to comply to POSIX.Ed Schouten
2008-11-03Sync with OpenBSD's dirname(3) - license change, avoid strcpy() overXin LI
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