diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2001-10-08 10:22:02 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2001-10-08 10:22:02 +0000 |
commit | 0ca8bb74f02b1291786f80d9e9f3f884f4ae0fa8 (patch) | |
tree | 4d9a4f64d5b16a8b7c12cb2c1aada77eae38d1cf /ChangeLog | |
parent | cc0d931682835347316144a3889fbf35e6d6459b (diff) | |
download | zsh-0ca8bb74f02b1291786f80d9e9f3f884f4ae0fa8.tar.gz zsh-0ca8bb74f02b1291786f80d9e9f3f884f4ae0fa8.tar.xz zsh-0ca8bb74f02b1291786f80d9e9f3f884f4ae0fa8.zip |
forgot this
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0fe7d5909..af679e64f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2001-10-08 Peter Stephenson <pws@csr.com> + + * 15965: Src/exec.c, Src/glob.c, Src/subst.c: rename glob() to + zglob() to avoid clashes with library function. + + * 15931: Src/builtin.c, Src/exec.c: make EXIT traps work in + subshells the way they used to before 15844: react to explicit + `exit' but not falling off end of list. + 2001-10-08 Andrej Borsenkow <bor@zsh.org> * 15964: Src/Modules/tcp.c: use SOCKLEN_T |