diff options
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 84cc74923..5231de031 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,8 +1,14 @@ +2004-09-24 Christopher Faylor <cgf@timesys.com> + Sergey Ivanov <seriv@parkheights.dyndns.org> + + * path.cc (mount_info::read_cygdrive_info_from_registry): Default + /cygdrive to binary mode. + 2004-09-22 Pierre Humblet <pierre.humblet@ieee.org> * path.cc (normalize_win32_path): Only look for : in second position. Avoid infinite loop with names starting in double dots. - (mount_info::conv_to_win32_path): Do not worry about a trailing dot. + (mount_info::conv_to_win32_path): Do not worry about a trailing dot. (hash_path_name): Ditto. 2004-09-20 Christopher Faylor <cgf@timesys.com> |