Skip to content
Snippets Groups Projects
  • Kai Tietz's avatar
    4489800d
    files.c (file_hash_eq): Use filename_cmp instead of strcmp. · 4489800d
    Kai Tietz authored
    2011-03-25  Kai Tietz  <ktietz@redhat.com>
    
    	* 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.
    
    From-SVN: r171521
    4489800d
    History
    files.c (file_hash_eq): Use filename_cmp instead of strcmp.
    Kai Tietz authored
    2011-03-25  Kai Tietz  <ktietz@redhat.com>
    
    	* 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.
    
    From-SVN: r171521