summaryrefslogtreecommitdiff
path: root/lib/libc/gen/basename.c
AgeCommit message (Expand)Author
2002-05-24try to use strlcpy and snprintf more; ok variousTheo de Raadt
2001-06-28fix one-byte overflowsPaul Janzen
2001-06-27use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel
1999-05-30Careless: I forgot to propagate obvious consts.Marc Espie
1999-05-28proper const semantics for dirname & basename.Marc Espie
1998-06-21Remove the advertising clause in my old license, it impedes free useTodd C. Miller
1997-08-17basename(3) and dirname(3) as specified by XPG4 and XPG4.2Todd C. Miller