From bb7824b56b89468d2a0fb0094c78b57970638295 Mon Sep 17 00:00:00 2001 From: ktietz Date: Fri, 25 Mar 2011 19:11:26 +0000 Subject: 2011-03-25 Kai Tietz * files.c (file_hash_eq): Use filename_cmp instead of strcmp. (nonexistent_file_hash_eq): Likewise. (remap_filename): Likewise. Handle absolute DOS-path, (append_file_to_dir): Check for IS_DIR_SEPARATOR instead of slash. (read_name_map): Likewise. * linemap.c (linemap_add): Use filename_cmp instead of strcmp. * mkdeps.c (apply_vpath): Use filename_ncmp instead of strncmp. (deps_restore): Use filename_cmp instead of strcmp. * init.c (read_original_directory): Use IS_DIR_SEPARATOR instead of checking for slash. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171521 138bc75d-0d04-0410-961f-82ee72b054a4 --- libcpp/ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'libcpp/ChangeLog') diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index c08e6fe139b..cfd07d4590b 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,22 @@ +2011-03-25 Kai Tietz + + * files.c (file_hash_eq): Use filename_cmp + instead of strcmp. + (nonexistent_file_hash_eq): Likewise. + (remap_filename): Likewise. + Handle absolute DOS-path, + (append_file_to_dir): Check for IS_DIR_SEPARATOR + instead of slash. + (read_name_map): Likewise. + * linemap.c (linemap_add): Use filename_cmp + instead of strcmp. + * mkdeps.c (apply_vpath): Use filename_ncmp + instead of strncmp. + (deps_restore): Use filename_cmp instead of + strcmp. + * init.c (read_original_directory): Use + IS_DIR_SEPARATOR instead of checking for slash. + 2011-03-21 Michael Meissner PR preprocessor/48192 -- cgit v1.2.3