diff options
author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2013-09-06 20:37:40 +0100 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2013-09-06 20:37:40 +0100 |
commit | c866657a3cfd8a82d3c6ee06ff193a0c927b299f (patch) | |
tree | 035042b67d623a42acbeb2f9a0c75e6b9ace254b /ChangeLog | |
parent | 3573ab44e7a041f83dab1dc56ed0b77b8d18d996 (diff) | |
download | zsh-c866657a3cfd8a82d3c6ee06ff193a0c927b299f.tar.gz zsh-c866657a3cfd8a82d3c6ee06ff193a0c927b299f.tar.xz zsh-c866657a3cfd8a82d3c6ee06ff193a0c927b299f.zip |
31706: standardize handling of "test ! <x> <y> <z>"
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 72fc65195..0e8809ad3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-09-06 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 31706: Src/builtin.c, Test/C02cond.ztst: standardise + handling of "test ! <x> <y> <z>". + 2013-09-04 Peter Stephenson <p.w.stephenson@ntlworld.com> * 31696: Src/parse.c, Test/C02cond.ztst: in "test", no one |