diff options
author | Christopher Faylor <me@cgf.cx> | 2001-12-05 23:07:04 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-12-05 23:07:04 +0000 |
commit | 52b403c28a07bc1b1c6d8c14fc4ad8698506f895 (patch) | |
tree | ec7f0dbab1f0f952b0a6e932985faef1762bd034 | |
parent | 04c2403081790267051689a778de08b27d71486d (diff) | |
download | newlib-github/unlabeled-1.1042.2.1.4.zip newlib-github/unlabeled-1.1042.2.1.4.tar.gz newlib-github/unlabeled-1.1042.2.1.4.tar.bz2 |
* dir.cc (opendir): Detect error return from build_fhandler_from_name.github/unlabeled-1.1042.2.1.4unlabeled-1.1042.2.1.4
-rw-r--r-- | winsup/cygwin/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index b3094d1..3437a2c 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. |