diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-02-22 11:35:13 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-02-22 11:35:13 +0000 |
commit | 48315b019b12ad62ee2e260926db2d0167f45450 (patch) | |
tree | 65e589fdfacd445aefbde1e2a66169dbd51c0563 /ChangeLog | |
parent | 7977ce07470558dbc26b3bc97548aa6e263f4d4c (diff) | |
download | zsh-48315b019b12ad62ee2e260926db2d0167f45450.tar.gz zsh-48315b019b12ad62ee2e260926db2d0167f45450.tar.xz zsh-48315b019b12ad62ee2e260926db2d0167f45450.zip |
unposted: add debug code to zclose()
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 08d32d493..633a474d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2010-02-22 Peter Stephenson <pws@csr.com> + * unposted: Src/utils.c: Add a debug test for trapping bad uses of + fdtable when closing fd's in zclose(). + * 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; @@ -12810,5 +12813,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4912 $ +* $Revision: 1.4913 $ ***************************************************** |