diff options
author | Pierre Humblet <phumblet@phumblet.no-ip.org> | 2004-09-07 23:26:28 +0000 |
---|---|---|
committer | Pierre Humblet <phumblet@phumblet.no-ip.org> | 2004-09-07 23:26:28 +0000 |
commit | a4563209156b42816f2936374bd09e3bc84837f8 (patch) | |
tree | 107b69e928c55644dfd32670447441ac4379c425 /winsup/cygwin/ChangeLog | |
parent | b00c5f99d854bfd6e9eaef2a8d4d54018aa91e1c (diff) | |
download | cygnal-a4563209156b42816f2936374bd09e3bc84837f8.tar.gz cygnal-a4563209156b42816f2936374bd09e3bc84837f8.tar.bz2 cygnal-a4563209156b42816f2936374bd09e3bc84837f8.zip |
2004-09-05 Pierre Humblet <pierre.humblet@ieee.org>
* cygheap.h (cwdstuff::drive_length): New member.
(cwdstuff::get_drive): New method.
* path.cc (normalize_win32_path): Simplify by using cwdstuff::get_drive.
(mount_info::conv_to_win32_path): Use cwdstuff::get_drive as default for /.
(cwdstuff::set): Initialize drive_length.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 0dbabc812..4b565f68d 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,11 @@ +2004-09-08 Pierre Humblet <pierre.humblet@ieee.org> + + * cygheap.h (cwdstuff::drive_length): New member. + (cwdstuff::get_drive): New method. + * path.cc (normalize_win32_path): Simplify by using cwdstuff::get_drive. + (mount_info::conv_to_win32_path): Use cwdstuff::get_drive as default for /. + (cwdstuff::set): Initialize drive_length. + 2004-09-07 Christopher Faylor <cgf@timesys.com> * cygtls.cc (_cygtls::init_thread): Set __sdidinit to negative value to |