diff options
author | Christopher Faylor <me@cgf.cx> | 2002-07-06 06:11:52 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-07-06 06:11:52 +0000 |
commit | bb7ddcba3362726e5cda16b5a6ecb8f1814e23b7 (patch) | |
tree | ab08763ddd5aa6aea920df10524388aceb771a9e | |
parent | 3a20c6b10743509cd86524334bdbba523aad461f (diff) | |
download | newlib-unlabeled-1.1370.2.zip newlib-unlabeled-1.1370.2.tar.gz newlib-unlabeled-1.1370.2.tar.bz2 |
* path.cc (suffix_scan::has): Reorganize to eliminate double scanning for forgithub/unlabeled-1.1370.2unlabeled-1.1370.2
.exe (in the typical case).
* fhandler_socket.cc (fhandler_socket::set_sun_path): Don't free memory here.
Allow NULL parameter.
* fhandler_socket.cc (fhandler_socket::dup): Add missing copy operation on
sun_path.
-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 029f54d..8d7921c 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,18 @@ +2002-07-05 Christopher Faylor <cgf@redhat.com> + + * path.cc (suffix_scan::has): Reorganize to eliminate double scanning + for for .exe (in the typical case). + +2002-07-04 Corinna Vinschen <corinna@vinschen.de> + + * fhandler_socket.cc (fhandler_socket::set_sun_path): Don't free memory + here. Allow NULL parameter. + +2002-07-04 Corinna Vinschen <corinna@vinschen.de> + + * fhandler_socket.cc (fhandler_socket::dup): Add missing copy operation + on sun_path. + 2002-07-03 Christopher Faylor <cgf@redhat.com> * include/sys/statfs.h: New header file. |