diff options
| author | Peter Stephenson <pws@zsh.org> | 2015-06-12 09:30:39 +0100 |
|---|---|---|
| committer | Peter Stephenson <pws@zsh.org> | 2015-06-12 09:30:39 +0100 |
| commit | f1923bdfa6300a0d32e3329eb2488447f76b8970 (patch) | |
| tree | eed76e87f3e28384f5597030978d802265715a14 /ChangeLog | |
| parent | 35442: document MULTIBYTE is always on by default when available (diff) | |
| download | zsh-f1923bdfa6300a0d32e3329eb2488447f76b8970.tar zsh-f1923bdfa6300a0d32e3329eb2488447f76b8970.tar.gz zsh-f1923bdfa6300a0d32e3329eb2488447f76b8970.tar.bz2 zsh-f1923bdfa6300a0d32e3329eb2488447f76b8970.tar.lz zsh-f1923bdfa6300a0d32e3329eb2488447f76b8970.tar.xz zsh-f1923bdfa6300a0d32e3329eb2488447f76b8970.tar.zst zsh-f1923bdfa6300a0d32e3329eb2488447f76b8970.zip | |
Add non-metafied character length handling.
Use this in regex module and add test using $'\ua0'.
Rename mb_metacharinit() to mb_charinit() as it does not involve
metafied characters.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2015-06-12 Peter Stephenson <p.stephenson@samsung.com> + + * 35448: Src/Modules/curses.c, Src/Modules/regex.c, + Src/Zle/complist.c, Src/Zle/zle_utils.c, Src/builtin.c, + Src/glob.c, Src/hist.c, Src/prompt.c, Src/utils.c, Src/zsh.h, + Test/D07multibyte.ztst: Add non-metafied character length + handling and use this for regex module. Add test. + Rename mb_metacharinit() to mb_charinit() since it doesn't + involve metafied characters. + 2015-06-11 Peter Stephenson <p.stephenson@samsung.com> * 35442: Doc/Zsh/options.yo: multibyte option now on |
