diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-12-13 11:20:46 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-12-13 11:20:46 +0000 |
commit | 5858e79f4d942ab13414f5efaf6f280bac690060 (patch) | |
tree | 9ff94de5937f49527b36147afd7ec7b3cf510822 /ChangeLog | |
parent | 0a5702457b4074c72b201fb0eeb68b89763c7874 (diff) | |
download | zsh-5858e79f4d942ab13414f5efaf6f280bac690060.tar.gz zsh-5858e79f4d942ab13414f5efaf6f280bac690060.tar.xz zsh-5858e79f4d942ab13414f5efaf6f280bac690060.zip |
28526: remove bogus newline with stripped comment zplitting
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 492ee37b4..05179c468 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-12-13 Peter Stephenson <pws@csr.com> + + * 28526: Src/lex.c, Test/D04parameter.ztst: zplitting + 'line # with comment' when stripping comments shouldn't generate + a newline at the end (unless there is one). + 2010-12-12 Peter Stephenson <p.w.stephenson@ntlworld.com> * 28510: Doc/Zsh/expn.yo, Src/hist.c, Src/lex.c, Src/subst.c, @@ -13936,5 +13942,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5147 $ +* $Revision: 1.5148 $ ***************************************************** |