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/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index fc599bf36..c68ced329 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,13 @@
+2013-12-01 Christopher Faylor <me.cygwin2013@cgf.cx>
+
+ * dtable.cc (dtable::find_unused_handle): Fix off-by-one error. Always
+ exit through the bottom.
+ (cygwin_attach_handle_to_fd): Make sure that fd tab is locked for the
+ duration of this function.
+ * dtable.h (dtable::lock): Make public.
+ (dtable::unlock): Ditto.
+ (dtable): Remove friends.
+
2013-12-01 Corinna Vinschen <corinna@vinschen.de>
* dtable.cc (dtable::extend): Change local variable new_size to size_t