diff options
-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 |