aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/dirname.c
Commit message (Expand)AuthorAgeFilesLines
* 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