summaryrefslogtreecommitdiff
path: root/lib/libc/gen/dirname.c
AgeCommit message (Collapse)Author
1999-05-30Careless: I forgot to propagate obvious consts.Marc Espie
1999-05-28proper const semantics for dirname & basename.Marc Espie
(this follows FreeBSD and Linux. Single Unix 2 is still illogical)
1998-06-21Remove the advertising clause in my old license, it impedes free useTodd C. Miller
of the code as a large number of similar clauses makes it impossible to write an ad for a product using the code...
1997-08-17basename(3) and dirname(3) as specified by XPG4 and XPG4.2Todd C. Miller