diff options
author | Christopher Faylor <me@cgf.cx> | 2001-12-03 20:30:02 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-12-03 20:30:02 +0000 |
commit | 0c123df515623d393018b199b7272512eb943569 (patch) | |
tree | 9095265cfcd31a721edfd4422d3285b9a2252db5 | |
parent | ee5a7e64f2c8668d870ee7d40778fd493ef61894 (diff) | |
download | newlib-unlabeled-1.1042.2.zip newlib-unlabeled-1.1042.2.tar.gz newlib-unlabeled-1.1042.2.tar.bz2 |
* net.cc (cygwin_getsockopt): Allow NULL optval.github/unlabeled-1.1042.2unlabeled-1.1042.2
* 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.
-rw-r--r-- | winsup/cygwin/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index ea2483b..6f8fe5b 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,16 @@ +2001-12-03 Christopher Faylor <cgf@redhat.com> + + * 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 <cgf@redhat.com> + + * 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 <cgf@redhat.com> * debug.cc (makethread): Eliminate unneeded function call. |