diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-10-10 17:51:29 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-10-10 17:51:29 +0000 |
commit | af5a85f3630f3d60ad7061fe32693baf78c27dcd (patch) | |
tree | 57a70dffb5fda8bd5cc77ea03ca7479954de9eea /ChangeLog | |
parent | 6fea7f0d3c4d30ddc78db9e798a3ef9427abbc6f (diff) | |
download | zsh-af5a85f3630f3d60ad7061fe32693baf78c27dcd.tar.gz zsh-af5a85f3630f3d60ad7061fe32693baf78c27dcd.tar.xz zsh-af5a85f3630f3d60ad7061fe32693baf78c27dcd.zip |
28339: backslash-newline history without HIST_LEX_WORDS
28340: assignment to range of scalar variable with multibyte characters
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index a418352fd..f914bb232 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,12 @@ 2010-10-10 Peter Stephenson <p.w.stephenson@ntlworld.com> - * 28332: Src/hist.c: HIST_LEX_WORDS didn't handled + * 28340: Src/params.c: assignment with negative index didn't + work with multibyte characters. + + * 28339: Src/hist.c: NO_HIST_LEX_WORDS didn't handle + backslash-newline line continuation properly, either. + + * 28332: Src/hist.c: HIST_LEX_WORDS didn't handle backslash-newline line continuation properly. Come to think of it, neither does the alternative. @@ -13728,5 +13734,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5101 $ +* $Revision: 1.5102 $ ***************************************************** |