diff options
author | Christopher Faylor <me@cgf.cx> | 2013-12-01 02:52:54 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2013-12-01 02:52:54 +0000 |
commit | 499494d2cca1f8cf69f54d03437692582bf8415c (patch) | |
tree | f94e1f345b9e7cecb6dc27d0ca68956bcb87e380 /winsup/cygwin/ChangeLog | |
parent | 483c843a6a67780f4072726c40c51f11b08cb55f (diff) | |
download | cygnal-499494d2cca1f8cf69f54d03437692582bf8415c.tar.gz cygnal-499494d2cca1f8cf69f54d03437692582bf8415c.tar.bz2 cygnal-499494d2cca1f8cf69f54d03437692582bf8415c.zip |
* 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.
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. |