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>2002-07-06 10:11:52 +0400
committerChristopher Faylor <me@cgf.cx>2002-07-06 10:11:52 +0400
commitbb7ddcba3362726e5cda16b5a6ecb8f1814e23b7 (patch)
treeab08763ddd5aa6aea920df10524388aceb771a9e
parent3a20c6b10743509cd86524334bdbba523aad461f (diff)
* path.cc (suffix_scan::has): Reorganize to eliminate double scanning for forunlabeled-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/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 029f54dc6..8d7921cc5 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.