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:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index c1a576ff8..df2e66ba6 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,9 @@
2002-10-13 Christopher Faylor <cgf@redhat.com>
+ * include/cygwin/version.h: Bump DLL minor number.
+
+2002-10-13 Christopher Faylor <cgf@redhat.com>
+
* cygthread.cc (cygthread::stub): Don't create event for long-running
threads. Initialize thread_sync event here which is used to Suspend
using an event rather than relying on SuspendThread/ResumeThread.
@@ -61,7 +65,7 @@
(wait_sig): Use GetCurrentThread() as SetThreadPriority call rather
than *event* handle. Call ExitThread directly on termination.
(wait_subproc): Call ExitThread directly on termination.
- * tty.cc (tty_list::terminate): Don't attempt t detach from
+ * tty.cc (tty_list::terminate): Don't attempt to detach from
output_thread.
2002-10-08 Christopher Faylor <cgf@redhat.com>