aboutsummaryrefslogtreecommitdiff
path: root/libiberty/filename_cmp.c
AgeCommit message (Collapse)AuthorFilesLines
2007-05-03filename_cmp.c: Replace include of ctype.h by include of safe-ctype.h.Joel Brobecker1-3/+3
* filename_cmp.c: Replace include of ctype.h by include of safe-ctype.h. (filename_cmp): Use TOLOWER instead of tolower for conversions that are locale-independent. * Makefile.in (filename_cmp.o): Add dependency on safe-ctype.h. From-SVN: r124399
2007-04-06* filename_cmp.c (filename_cmp): Improve documentation.Joel Brobecker1-5/+6
From-SVN: r123537
2007-04-02* filename_cmp.c: Include "config.h".Andreas Schwab1-0/+4
From-SVN: r123425
2007-03-29filename_cmp.c: New file.Joel Brobecker1-0/+73
* filename_cmp.c: New file. * Makefile.in (CFILES): Add filename_cmp.c. (REQUIRED_OFILES): Add filename_cmp.o (filename_cmp.o): New rule. * functions.texi: Regenerate. From-SVN: r123342