about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2017-05-08 10:54:08 +0100
committerPeter Stephenson <pws@zsh.org>2017-05-08 10:54:08 +0100
commitf25d01a97c61fdac5d6e0a6a8fb63b5b2b5f3393 (patch)
treece13fa223142a4c22541e6df4aee8ac7b50ae9cf /ChangeLog
parentaa8157b463c18489b378da322f46574bd9ab8dbb (diff)
downloadzsh-f25d01a97c61fdac5d6e0a6a8fb63b5b2b5f3393.tar.gz
zsh-f25d01a97c61fdac5d6e0a6a8fb63b5b2b5f3393.tar.xz
zsh-f25d01a97c61fdac5d6e0a6a8fb63b5b2b5f3393.zip
Fix combination of HERE document and |&.
A missing flag setting up the HERE document mean that the size
of the wordcode needed to append the 2>&1 was counted incorrectly,
so the resulting wordcode was garbled.

Add test.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cb270edb0..112a53d1a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-05-08  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 41060: Src/parse.c, Test/A04redirect.ztst: combination
+	of HERE document and |& was broken by miscounting wordcode owing
+	to missing flag.
+
 2017-05-04  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
 	* 41038: NEWS: Document recent, backwards-compatible precommand