gcc/gcc/java ChangeLog jcf-path.c jcf.h
tromey@gcc.gnu.org
tromey@gcc.gnu.org
Fri Mar 7 04:39:00 GMT 2003
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gcc-3_3-branch
Changes by: tromey@gcc.gnu.org 2003-03-07 04:39:46
Modified files:
gcc/java : ChangeLog jcf-path.c jcf.h
Log message:
2003-03-05 Ranjit Mathew <rmathew@hotmail.com>
* jcf.h (COMPARE_FILENAMES): New macro similar to "strcmp" to
compare file name components depending on the case-sensitivity
or otherwise of the host file system.
* jcf-path.c (add_entry): Use COMPARE_FILENAMES instead of
"strcmp" to compare file name components.
Use IS_DIR_SEPARATOR instead of comparing directly against
DIR_SEPARATOR.
(jcf_path_extdirs_arg): Use IS_DIR_SEPARATOR instead of
comparing directly against DIR_SEPARATOR.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.1093.2.26&r2=1.1093.2.27
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/jcf-path.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.23&r2=1.23.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/jcf.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.31&r2=1.31.20.1
More information about the Gcc-cvs
mailing list