diff options
author | Peter Stephenson <pws@zsh.org> | 2014-09-08 16:38:51 +0100 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2014-09-08 16:38:51 +0100 |
commit | 8bf3595e3a05f0cea7f12c463a0df09e4010cd1c (patch) | |
tree | 1dd75aa5b3921cee250da7c2db2d2b91dbf939ca /ChangeLog | |
parent | 956829c18e8ade666083f1c69043a16a80f70b0d (diff) | |
download | zsh-8bf3595e3a05f0cea7f12c463a0df09e4010cd1c.tar.gz zsh-8bf3595e3a05f0cea7f12c463a0df09e4010cd1c.tar.xz zsh-8bf3595e3a05f0cea7f12c463a0df09e4010cd1c.zip |
users/19059 based on users/19058: remove ineffiency with multiple * matches
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 18fde9344..fde649892 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-09-08 Peter Stephenson <p.stephenson@samsung.com> + + * users/19059 based on users/19058 (Paulo César Pereira de + Andrade): Src/pattern.c, Test/D02glob.ztst: remove inefficiency + with multiple "*"s in pattern matching and add test. + 2014-09-07 Barton E. Schaefer <schaefer@zsh.org> * 33122: Src/Modules/pcre.c, Test/V07pcre.ztst: typo from 32891 |