summaryrefslogtreecommitdiff
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog28
1 files changed, 26 insertions, 2 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 4ab015db396..4c36e54705a 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,27 @@
+2003-02-13 Christopher Faylor <cgf@redhat.com>
+
+ * exceptions.cc (try_to_debug): Don't reset priority when returning
+ from non-waitloop call.
+
+2003-02-13 Vaclav Haisman <V.Haisman@sh.cvut.cz>
+ Christopher Faylor <cgf@redhat.com>
+
+ * fhandler_console.cc (fhandler_console::write_normal): Use MessageBeep
+ for bell sound.
+ * autoload.cc (MessageBeep): Add.
+
+2003-02-13 Christopher Faylor <cgf@redhat.com>
+
+ * include/cygwin/types.h: Use correct ifdef guard for u_ definitions.
+
+2003-02-13 Christopher Faylor <cgf@redhat.com>
+
+ * environ.cc (environ_init): Use strechr.
+
+2003-02-13 Christopher Faylor <cgf@redhat.com>
+
+ * include/cygwin/in.h (sockaddr_in): Fix typo.
+
2003-02-12 Christopher Faylor <cgf@redhat.com>
* path.h (path_conv): Reorganize slightly.
@@ -269,10 +293,10 @@
2003-01-29 Christopher Faylor <cgf@redhat.com>
- * lib/getopt.c: Allow environment variable control of POSIXLY_CORRECT
+ * lib/getopt.c: Allow environment variable control of POSIXLY_INCORRECT
behavior.
-2003-01-28 Corinna Vinschen <corinna@vinschen.de>
+2003-01-28 Corinna Vinschen <corinna@vinschen.de>
* fhandler_socket.cc (fhandler_socket::accept): On successful execution
set connection state of returned socket to CONNECTED.