Re: [patch libcpp]: Improve handling of DOS-filenames and -paths

2011-03-21 Thread Kai Tietz
PING 2011/3/14 Kai Tietz : > Hello, > > this patch fixes some DOS-filename comparision and directory-separator checks. > > Changelog libcpp > > 2011-03-14  Kai Tietz > >        * files.c (file_hash_eq): Use filename_cmp >        instead of strcmp. >        (nonexistent_file_hash_eq): Likewise. >  

[patch libcpp]: Improve handling of DOS-filenames and -paths

2011-03-14 Thread Kai Tietz
Hello, this patch fixes some DOS-filename comparision and directory-separator checks. Changelog libcpp 2011-03-14 Kai Tietz * files.c (file_hash_eq): Use filename_cmp instead of strcmp. (nonexistent_file_hash_eq): Likewise. (remap_filename): Likewise. Ha