summaryrefslogtreecommitdiff
path: root/libiberty/lbasename.c
Commit message (Collapse)AuthorAgeFilesLines
* re PR other/13272 (libiberty/lbasename.c has incorrect DIR_SEPARATOR)Daniel Jacobowitz2003-12-221-19/+1
| | | | | | | | | PR debug/13272 * Makefile.in (lbasename.o): Depend on filenames.h. * lbasename.c: Include "filenames.h" instead of defining its macros locally. From-SVN: r74943
* lbasename.c: Add 2002 to copyright.Douglas B Rupp2002-06-181-12/+4
| | | | | | | | | 2002-06-17 Douglas Rupp <rupp@gnat.com> * lbasename.c: Add 2002 to copyright. (IS_DIR_SEPARATOR): Remove VMS junk. From-SVN: r54729
* Makefile.in (TEXIFILES): Add fnmatch.txh.DJ Delorie2001-10-151-17/+16
| | | | | | | | | | | | | | | * Makefile.in (TEXIFILES): Add fnmatch.txh. (maint-undoc): New. maint-tool: Add "undoc" tool. * alloca.c, argv.c, asprintf.c, choose-temp.c, concat.c, fdmatch.c, ffs.c, getruntime.c, insque.c, lbasename.c, make-temp-file.c, mkstemps.c, pexecute.c, random.c, spaces.c, strerror.s, strsignal.c, strtol.c, vasprintf.c: Add or update documentation. * fnmatch.txh: New. * functions.texi: Regenerate. From-SVN: r46274
* (lbasename): Change function declaration to return a const char pointer.Andrew Cagney2001-08-101-3/+3
| | | | From-SVN: r44782
* lbasename.c: New file.Neil Booth2001-03-101-0/+89
* libiberty/lbasename.c: New file. * libiberty/Makefile.in: Update for lbasename. * include/libiberty.h: Add lbasename. Co-Authored-By: John David Anglin <dave@hiauly1.hia.nrc.ca> From-SVN: r40363