diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2005-01-24 11:02:59 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2005-01-24 11:02:59 +0000 |
commit | b80c6b0863127da4511abf2ebb1f9328db5730aa (patch) | |
tree | c9340de0ddd16cbec6ab83c97057252ca7cd9930 /ChangeLog | |
parent | 95a65e158169d61d9257ed6859bfc7527a9e0468 (diff) | |
download | zsh-b80c6b0863127da4511abf2ebb1f9328db5730aa.tar.gz zsh-b80c6b0863127da4511abf2ebb1f9328db5730aa.tar.xz zsh-b80c6b0863127da4511abf2ebb1f9328db5730aa.zip |
users/8422: [[ ... -nt ... ]] with bad stat caused
mayhem in initialisation files, functions, etc.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9285ce159..61523ad2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-01-24 Peter Stephenson <pws@csr.com> + + * users/8422: Src/cond.c: [[ ... -nt ... ]] and [[ ... -ot ... ]] + with non-existent files (or any failed state) were recorded + as errors, causing initialisation scripts, functions, etc., etc. + to exit. + 2005-01-23 Clint Adams <clint@zsh.org> * 20737, 20739: Completion/Unix/Command/_subversion: run svn |