summaryrefslogtreecommitdiff
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <cgf@redhat.com>2003-03-09 18:15:57 +0000
committerChristopher Faylor <cgf@redhat.com>2003-03-09 18:15:57 +0000
commit8bc4e3ad8c3a393ce489fdeba08e811608e80a72 (patch)
treea956969f25f325fcdc29a37bbac3ada0c065b3b9 /winsup/cygwin/ChangeLog
parent9fa5c93e0ee003c3210bf399426141bfc1310dd5 (diff)
downloadgdb-8bc4e3ad8c3a393ce489fdeba08e811608e80a72.tar.gz
Merge from trunk.
* Makefile.in: Explicitly call perl to run cygwin-gperf. * path.cc: Move some device stuff. * cygwin-gperf: Define some device stuff. * devices.h: Declare some device stuff.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 1d027672022..bd7e2754c75 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,27 @@
+2003-03-09 Christopher Faylor <cgf@redhat.com>
+
+ * syscalls.cc (unlink): Attempt to be more clever about setting
+ attributes of file. Only open file in query mode to avoid having to
+ mess with security stuff for reading.
+
+2003-03-09 Corinna Vinschen <corinna@vinschen.de>
+
+ * rmsym: Fix regular expression.
+
+2003-03-09 Christopher Faylor <cgf@redhat.com>
+
+ * Makefile.in: Change from using new-* to cygwin0 for temporary
+ targets.
+
+2003-03-09 Corinna Vinschen <corinna@vinschen.de>
+
+ * rmsym: Fix regular expression.
+
+2003-03-09 Christopher Faylor <cgf@redhat.com>
+
+ * Makefile.in: Change from using new-* to cygwin0 for temporary
+ targets.
+
2003-03-09 Corinna Vinschen <corinna@vinschen.de>
* include/cygwin/socket.h: Set SOMAXCONN to Winsock2 value.