Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-05-03 | filename_cmp.c: Replace include of ctype.h by include of safe-ctype.h. | Joel Brobecker | 1 | -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 Brobecker | 1 | -5/+6 | |
From-SVN: r123537 | |||||
2007-04-02 | * filename_cmp.c: Include "config.h". | Andreas Schwab | 1 | -0/+4 | |
From-SVN: r123425 | |||||
2007-03-29 | filename_cmp.c: New file. | Joel Brobecker | 1 | -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 |