Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--winsup/cygwin/ChangeLog13
1 files changed, 13 insertions, 0 deletions
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 <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.