From 0c123df515623d393018b199b7272512eb943569 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 3 Dec 2001 20:30:02 +0000 Subject: * net.cc (cygwin_getsockopt): Allow NULL optval. * path.cc (mount_info::read_cygdrive_info_from_registry): Don't write cygdrive to registry if it doesn't exist. * path.cc (mount_info::conv_to_win32_path): Avoid returning error if cygdrive == '/'. (mount_info::cygdrive_win32_path): Return 0 if invalid cygdrive path. --- winsup/cygwin/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index ea2483b8b..6f8fe5b98 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,16 @@ +2001-12-03 Christopher Faylor + + * net.cc (cygwin_getsockopt): Allow NULL optval. + + * path.cc (mount_info::read_cygdrive_info_from_registry): Don't write + cygdrive to registry if it doesn't exist. + +2001-12-03 Christopher Faylor + + * path.cc (mount_info::conv_to_win32_path): Avoid returning error if + cygdrive == '/'. + (mount_info::cygdrive_win32_path): Return 0 if invalid cygdrive path. + 2001-11-30 Christopher Faylor * debug.cc (makethread): Eliminate unneeded function call. -- cgit v1.2.3