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:
authorChristopher Faylor <me@cgf.cx>2001-12-03 23:30:02 +0300
committerChristopher Faylor <me@cgf.cx>2001-12-03 23:30:02 +0300
commit0c123df515623d393018b199b7272512eb943569 (patch)
tree9095265cfcd31a721edfd4422d3285b9a2252db5
parentee5a7e64f2c8668d870ee7d40778fd493ef61894 (diff)
* net.cc (cygwin_getsockopt): Allow NULL optval.unlabeled-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/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.