diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2003-11-03 11:33:46 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2003-11-03 11:33:46 +0000 |
commit | d90e97e16a7f9343fbec9d9b33da45806b2a4e89 (patch) | |
tree | 5b5ffb0325f2ce8bd80086de1380a74b0a59e345 /ChangeLog | |
parent | 9644fbfb3f6eea8963f15b91221d22781a3b84bf (diff) | |
download | zsh-d90e97e16a7f9343fbec9d9b33da45806b2a4e89.tar.gz zsh-d90e97e16a7f9343fbec9d9b33da45806b2a4e89.tar.xz zsh-d90e97e16a7f9343fbec9d9b33da45806b2a4e89.zip |
19216: Save and restore pipestatus. Remove debugging output
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 015b66553..4af1d7f70 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,20 @@ +2003-11-03 Peter Stephenson <pws@csr.com> + + * 19216: Src/exec.c: save and restore $pipestatus on functions + when noreturnval flag is set. Remove unnecessary debugging output. + 2003-11-02 Felix Rosencrantz <f_rosencrantz@yahoo.com> * unposted: Src/.cvsignore, Src/Builtins/.cvsignore, Src/Modules/.cvsignore, Src/Zle/.cvsignore: add *.dll for cygwin builds and fix typo. +2003-10-29 Peter Stephenson <pws@csr.com> + + * c.f. 19209: Src/...: Globally replace zcalloc with zshcalloc + to avoid clash with zcalloc from zlib; this is linked in on + some systems (certainly Debian) for some database lookups. + 2003-10-27 Peter Stephenson <pws@csr.com> * zsh-users/6727: from Lloyd Zusman: Completion/Unix/Command/_w3m, |