diff options
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index e4fda53ac..29294107e 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,15 @@ 2013-11-30 Christopher Faylor <me.cygwin2013@cgf.cx> + * dtable.h (dtable::first_fd_for_open): Change declaration to size_t. + (dtable::extend): Change parameter to size_t. + (dtable::find_unused_handle): Ditto. + * dtable.cc: Remove now-unused header. + (dtable::extend): Remove pointless test. Change parameter to size_t. + (dtable::find_unused_handle): Rework to avoid MAX calculation in + extend() call. Change parameter to size_t. + +2013-11-30 Christopher Faylor <me.cygwin2013@cgf.cx> + * dtable.cc (build_fh_pc): When creating an archetype, use native name rather than unix name if name doesn't exist. |