diff options
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 11974a406..61fc9888f 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,18 @@ +Tue May 23 10:01:07 2000 Christopher Faylor <cgf@cygnus.com> + + * path.cc (mount_info::conv_to_posix_path): Avoid putting a trailing + slash on a directory name when the ms-dos path spec is a root directory + of a device. + * registry.cc (reg_key::build_reg): Set 'key_is_invalid' flag rather + than using an INVALID_HANDLE_KEY. + (reg_key::get_int): Test for key validity before performing registry + operations. + (reg_key::set_int): Ditto. + (reg_key::get_string): Ditto. + (reg_key::set_string): Ditto. + (reg_key::kill): Ditto. + (reg_key::~reg_key): Ditto. + Tue May 23 01:13:33 2000 Christopher Faylor <cgf@cygnus.com> * mkvers.sh: Use snapshot date as build date since it is more |