about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-09-25 12:10:05 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-09-25 12:10:05 +0000
commitc2266c1f5fccb97bf650b02dbc683e82c167aba7 (patch)
tree8a0ba1a0ff2f49db7017a1dab3502d313a36e959 /ChangeLog
parent66b3e3412ddfc8ee0bb37bef8837ac924cc664f5 (diff)
downloadzsh-c2266c1f5fccb97bf650b02dbc683e82c167aba7.tar.gz
zsh-c2266c1f5fccb97bf650b02dbc683e82c167aba7.tar.xz
zsh-c2266c1f5fccb97bf650b02dbc683e82c167aba7.zip
job text building code couldn't handle empty sublists (as in `coproc || test') (15868)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5df213ca1..3e9ce1747 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-09-25  Sven Wischnowsky  <wischnow@zsh.org>
+
+	* 15868: Src/text.c: job text building code couldn't handle
+	empty sublists (as in `coproc || test')
+
 2001-09-25  Clint Adams  <clint@zsh.org>
 
 	* 15866: Completion/Unix/Command/_ssh: