diff options
author | Peter Stephenson <pws@zsh.org> | 2015-09-02 14:20:44 +0100 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2015-09-02 14:20:44 +0100 |
commit | 0e63286bd47bab051d49597d3df160b1e9dbb6a3 (patch) | |
tree | 64e3ef590205fce45a6065df33b4cf1f4a57055e /ChangeLog | |
parent | 8e3ca08f13f198caa7cd7dc2bb37863238bea4f2 (diff) | |
download | zsh-0e63286bd47bab051d49597d3df160b1e9dbb6a3.tar.gz zsh-0e63286bd47bab051d49597d3df160b1e9dbb6a3.tar.xz zsh-0e63286bd47bab051d49597d3df160b1e9dbb6a3.zip |
36399: Shell code text with multiple here documents wasn't shown properly.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 167d2f408..805d3eade 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-09-02 Peter Stephenson <p.stephenson@samsung.com> + + * 36399: Src/text.c, Test/A04redirect.ztst: shell code with + multiple here documents wasn't shown properly. + 2015-09-01 Mikael Magnusson <mikachu@gmail.com> * 36380: Src/utils.c: Avoid gcc case syntax |