diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2006-09-13 20:55:29 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-09-13 20:55:29 +0000 |
commit | a242b1eb35863b73cbc63699fafe920e8b92c858 (patch) | |
tree | 141db2c3c4a20d1a44d7fe357a39d0ba4aab9d4f /ChangeLog | |
parent | efd061cdc9bdc0ba692387ec25eb6d01616d0425 (diff) | |
download | zsh-a242b1eb35863b73cbc63699fafe920e8b92c858.tar.gz zsh-a242b1eb35863b73cbc63699fafe920e8b92c858.tar.xz zsh-a242b1eb35863b73cbc63699fafe920e8b92c858.zip |
22705: make ${(l...)...} and ${(r...)...} handle multibyte characters
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index efb8f978f..3faff76fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-09-13 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 22705: Doc/Zsh/expn.yo, Src/prompt.c, Src/subst.c, Src/utils.c, + Src/zsh.h, Test/D04parameter.ztst, Test/D07multibyte.ztst: + make ${(l...)...} and ${(r...)...} padding handle multibyte + characters including those wider than 1 unit. + 2006-09-13 Peter Stephenson <pws@csr.com> * 22704: Completion/Unix/Command/_todo.sh: new completion. |