kmx git
login
register
kc3-lang
/
gnulib
/
lib/basename.c
lib/basename.c
Log
Author
Commit
Date
CI
Message
3751b3e9
1996-04-19T04:41:27
(basename): Rewrite so it doesn't rely on strrchr, and hence doesn't need to include string.h -- on some alpha-based OSF systems, there's a conflicting prototype for basename in string.h. Reported by Kaveh Ghazi.
efa6ff05
1995-05-13T12:52:57
(basename): Make arg const.
3b8ba971
1995-01-27T15:23:48
(basename): Use strrchr, not rindex. [!STDC_HEADERS && !HAVE_STRING_H]: Define strrchr to rindex.
43e78b97
1992-11-01T05:44:30
Initial revision