diff options
author | Andrew Main <zefram@users.sourceforge.net> | 2000-04-04 01:16:25 +0000 |
---|---|---|
committer | Andrew Main <zefram@users.sourceforge.net> | 2000-04-04 01:16:25 +0000 |
commit | 835572ae23fe57f0ff7c5b61b163148d7ab7b220 (patch) | |
tree | 987223b277d3ef2b664c65b37d99709d30b45964 /ChangeLog | |
parent | 2aa3419a283a07dc7547956e93c3ef7f8b35e109 (diff) | |
download | zsh-835572ae23fe57f0ff7c5b61b163148d7ab7b220.tar.gz zsh-835572ae23fe57f0ff7c5b61b163148d7ab7b220.tar.xz zsh-835572ae23fe57f0ff7c5b61b163148d7ab7b220.zip |
10444: Src/lex.c, Src/pattern.c: Insist on proper syntax
for numeric globbing (with the "-"). Also fix the bug whereby "echo 1<2-3>" would lose the "1".
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 044aeff35..3853c637f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-04-04 Andrew Main <zefram@zsh.org> + + * 10444: Src/lex.c, Src/pattern.c: Insist on proper syntax + for numeric globbing (with the "-"). Also fix the bug whereby + "echo 1<2-3>" would lose the "1". + 2000-04-02 Peter Stephenson <pws@pwstephenson.fsnet.co.uk> * pws: Config/version.mk: 3.1.6-dev-21. |