diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2014-06-10 23:52:38 -0700 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2014-06-10 23:52:38 -0700 |
commit | d1da134c6327f8099fed3462beaf6a0a501e499b (patch) | |
tree | ee57fbd4210fa6468555fdb2990f701c2f6460df /ChangeLog | |
parent | e1fbf76de0b7682ed0f66883073037fee581e316 (diff) | |
download | zsh-d1da134c6327f8099fed3462beaf6a0a501e499b.tar.gz zsh-d1da134c6327f8099fed3462beaf6a0a501e499b.tar.xz zsh-d1da134c6327f8099fed3462beaf6a0a501e499b.zip |
32766: bracechardots() agrees with xpandbraces() about what constitutes a {C1..C2} pattern, thus preventing crash
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f4fac3142..af357ac93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2014-06-10 Barton E. Schaefer <schaefer@zsh.org> + * 32766: Src/glob.c: bracechardots() agrees with xpandbraces() + about what constitutes a {C1..C2} pattern, thus preventing crash + * Jun T: 32765: Src/glob.c: fix build when not MULTIBYTE_SUPPORT 2014-06-09 Peter Stephenson <p.stephenson@samsung.com> |