summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2004-10-02 21:44:13 +0000
committerBart Schaefer <barts@users.sourceforge.net>2004-10-02 21:44:13 +0000
commit684da738b06f27d2736d6f60429f26206dc2ffbc (patch)
tree76d95bb39fc2e78815b2fd43720d77cd32183429 /ChangeLog
parent20438 and a couple unposted changes. (diff)
downloadzsh-684da738b06f27d2736d6f60429f26206dc2ffbc.tar
zsh-684da738b06f27d2736d6f60429f26206dc2ffbc.tar.gz
zsh-684da738b06f27d2736d6f60429f26206dc2ffbc.tar.bz2
zsh-684da738b06f27d2736d6f60429f26206dc2ffbc.tar.lz
zsh-684da738b06f27d2736d6f60429f26206dc2ffbc.tar.xz
zsh-684da738b06f27d2736d6f60429f26206dc2ffbc.tar.zst
zsh-684da738b06f27d2736d6f60429f26206dc2ffbc.zip
20418: report parse error rather than crash on unfinished pipelines.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fdf08f3a9..59b34afbb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -35,6 +35,11 @@
* 20358: Completion/Unix/Command/_make: avoid potential gawk
locale bug by not using awk.
+2004-09-29 Bart Schaefer <schaefer@zsh.org>
+
+ * 20418: Src/parse.c: fix crash-inducing bug with mis-parsing of
+ incomplete pipeline expressions (e.g. "zsh -c 'echo |').
+
2004-09-28 Clint Adams <clint@zsh.org>
* 20414: Completion/Unix/Type/_diff_options: correct missing