diff options
author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2015-12-06 16:39:57 +0000 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2015-12-06 16:39:57 +0000 |
commit | 87670fb011b638e5bde744a33a047305d17d95c2 (patch) | |
tree | 19c135dbff8d825d8eb9fafe69314c29a4097e1c /ChangeLog | |
parent | 5a76a5d34e75219198d012beed06047fd98c7cae (diff) | |
download | zsh-87670fb011b638e5bde744a33a047305d17d95c2.tar.gz zsh-87670fb011b638e5bde744a33a047305d17d95c2.tar.xz zsh-87670fb011b638e5bde744a33a047305d17d95c2.zip |
37326: comment only: multibyte string lenght/width counting
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index aab22b0c9..2c7b5ad94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2015-12-06 Peter Stephenson <p.w.stephenson@ntlworld.com> + * 37326: Src/utils.c: comment how counting for multibyte string + lengths and widths is supposed to work. + * 37314: Src/utils.c, Src/zsh.h: upgrade quotedzputs() to use nicechar() where necessary. Regularise nicechar() etc. to prodduce $'...' compatible output. |