This is the mail archive of the
src-cvs@sourceware.org
mailing list .
src/libiberty filename_cmp.c Makefile.in ChangeLog
- From: brobecke at sourceware dot org
- To: src-cvs at sourceware dot org
- Date: 3 May 2007 23:40:11 -0000
- Subject: src/libiberty filename_cmp.c Makefile.in ChangeLog
CVSROOT: /cvs/src
Module name: src
Changes by: brobecke@sourceware.org 2007-05-03 23:40:11
Modified files:
libiberty : filename_cmp.c Makefile.in ChangeLog
Log message:
* 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.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/filename_cmp.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/Makefile.in.diff?cvsroot=src&r1=1.86&r2=1.87
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/ChangeLog.diff?cvsroot=src&r1=1.421&r2=1.422