diff options
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 21b081815..6cb4c75a4 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,18 @@ +Thu Oct 5 20:34:48 2000 Christopher Faylor <cgf@cygnus.com> + + * net.cc (set_socket_inheritance): Rename from duplicate_socket. Use + NT specific call when appropriate. + (__set_winsock_errno): Rename from set_winsock_errno. Accept function + and line as arguments. + * path.cc (path_conv::check): Continue the neverending battle to make + cygwin properly understand that path specs ending in a slash require + that the path refer to a directory. Windows does not do this by + default. + (symlink_info::check): Remove ENOTDIR test. Move it to + path_conv::check. + * path.h: Remove obsolete constant. + * winsup.h (set_winsock_errno): New macro. + Thu Oct 5 14:58:00 2000 Corinna Vinschen <corinna@vinschen.de> * fhandler.h: Add mmap(), munmap() and msync() to fhandler_base |