diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2004-10-05 10:39:41 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2004-10-05 10:39:41 +0000 |
commit | 46141be5f917a47b99c4c3be62c9231ae9afca70 (patch) | |
tree | 2fb5fc3aa156905062ff689272fc012ae3335db3 /ChangeLog | |
parent | 684da738b06f27d2736d6f60429f26206dc2ffbc (diff) | |
download | zsh-46141be5f917a47b99c4c3be62c9231ae9afca70.tar.gz zsh-46141be5f917a47b99c4c3be62c9231ae9afca70.tar.xz zsh-46141be5f917a47b99c4c3be62c9231ae9afca70.zip |
20412, tweaked: Make test builtin more POSIX compatible
20435: Make pattern.c not alter strings.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 59b34afbb..b12a2c2b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2004-10-05 Peter Stephenson <pws@csr.com> + + * 20435: Src/pattern.c: fix crash in negative matching. Could do + with being streamlined but that might be a big change. + + * 20412 (tweaked): Doc/Zsh/builtins.yo, Src/builtin.c, Src/cond.c, + Src/exec.c, Src/utils.c: Make test and [ builtins more POSIX + compatible: return status 2 for errors, require integer + constants for numeric tests. + 2004-10-01 Wayne Davison <wayned@users.sourceforge.net> * 20438: Src/builtin.c, Src/hist.c, Src/params.c, Src/zsh.h: |