diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-12-14 09:59:04 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-12-14 09:59:04 +0000 |
commit | eab4f9a83c74b104bcfa81d574d5f8f8a7a85ad3 (patch) | |
tree | 90ce69fc60a966b5d31ad4700cbd84a72b3c2bed /ChangeLog | |
parent | 5858e79f4d942ab13414f5efaf6f280bac690060 (diff) | |
download | zsh-eab4f9a83c74b104bcfa81d574d5f8f8a7a85ad3.tar.gz zsh-eab4f9a83c74b104bcfa81d574d5f8f8a7a85ad3.tar.xz zsh-eab4f9a83c74b104bcfa81d574d5f8f8a7a85ad3.zip |
28528: Rearrange zleparse to lexflags
Add (z+n+)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 05179c468..121da5698 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2010-12-14 Peter Stephenson <pws@csr.com> + + * 28528: Doc/Zsh/expn.yo, Src/hist.c, Src/lex.c, Src/subst.c, + Src/zsh.h, Src/Zle/compcore.c, Src/Zle/compctl.c, + Src/Zle/zle_tricky.c, Test/D04parameter.ztst: clear up use of + zleparse variable into lexflags; add (z+n+) for splitting with + newline treated as ordinary whitespace. + 2010-12-13 Peter Stephenson <pws@csr.com> * 28526: Src/lex.c, Test/D04parameter.ztst: zplitting @@ -13942,5 +13950,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5148 $ +* $Revision: 1.5149 $ ***************************************************** |