diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-02-22 10:07:18 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-02-22 10:07:18 +0000 |
commit | 349b6649c3e69e20370a8f94cb4b2906d7b5f60b (patch) | |
tree | a90f68224c22327e55a7dfb967ffe08b0211ff74 | |
parent | 86699261ba0337cac77693b0d2e505d7d108a565 (diff) | |
download | zsh-349b6649c3e69e20370a8f94cb4b2906d7b5f60b.tar.gz zsh-349b6649c3e69e20370a8f94cb4b2906d7b5f60b.tar.xz zsh-349b6649c3e69e20370a8f94cb4b2906d7b5f60b.zip |
27721: rationalise initialisation of file descriptors
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 77bdbfc95..08d32d493 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2010-02-22 Peter Stephenson <pws@csr.com> + + * 27721: Src/compat.c [with unnecessary test removed], Src/exec.c, + Src/system.h, Src/utils.c: update zopenmax() not to examine huge + numbers of file descriptors; only call it at initialisation; + rationalise use of fdtable_size and expansion of fdtable. + 2010-02-22 Clint Adams <clint@zsh.org> * 27744: Completion/Debian/Command/_pbuilder: completion for @@ -12803,5 +12810,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4911 $ +* $Revision: 1.4912 $ ***************************************************** |