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-06 02:07:04 +0300
committerChristopher Faylor <me@cgf.cx>2001-12-06 02:07:04 +0300
commit52b403c28a07bc1b1c6d8c14fc4ad8698506f895 (patch)
treeec7f0dbab1f0f952b0a6e932985faef1762bd034
parent04c2403081790267051689a778de08b27d71486d (diff)
* dir.cc (opendir): Detect error return from build_fhandler_from_name.unlabeled-1.1042.2.1.4
-rw-r--r--winsup/cygwin/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index b3094d15e..3437a2cd2 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,7 @@
+2001-12-05 Christopher Faylor <cgf@redhat.com>
+
+ * dir.cc (opendir): Detect error return from build_fhandler_from_name.
+
2001-12-04 David Rothenberger <daveroth@acm.org>
* net.cc (cygwin_getsockopt): Dereference optlen pointer when passing
@@ -6,6 +10,8 @@
2001-12-03 Christopher Faylor <cgf@redhat.com>
* net.cc (cygwin_getsockopt): Allow NULL optval.
+ (cygwin_setsockopt): Ditto.
+ (cygwin_recvfrom): Allow NULL from.
* path.cc (mount_info::read_cygdrive_info_from_registry): Don't write
cygdrive to registry if it doesn't exist.