diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2002-04-17 17:17:42 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2002-04-17 17:17:42 +0000 |
commit | 91edfa3b258cfd90854eb50e1a2ad74fe95043ed (patch) | |
tree | bf592eed10b09408df59ce5c19c77930a93fff34 /ChangeLog | |
parent | 6652004b53c1fff9f24b31a1bf67a0ad283829ea (diff) | |
download | zsh-91edfa3b258cfd90854eb50e1a2ad74fe95043ed.tar.gz zsh-91edfa3b258cfd90854eb50e1a2ad74fe95043ed.tar.xz zsh-91edfa3b258cfd90854eb50e1a2ad74fe95043ed.zip |
Alexandre Duret-Lutz: 16930: Src/cond.c, Test/C02cond.ztst:
Careful with long filenames in internal condition test; fix block file test for `-f'.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 04732bc06..89d29e708 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-04-17 Peter Stephenson <pws@csr.com> + + * Alexandre Duret-Lutz: 16930: Src/cond.c, Test/C02cond.ztst: + Careful with long filenames in internal condition test; fix block + file test for `-f'. + 2002-04-17 Sven Wischnowsky <wischnow@zsh.org> * 16998: Src/Zle/computil.c: make compvalues unquote the string |