about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2002-09-16 18:24:47 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2002-09-16 18:24:47 +0000
commit49bfbc12483602937380658d67acd6c009d39159 (patch)
treecf2282ca6fe16d5e808295c2d9df3a3342f3a19f /ChangeLog
parent770d437504dccda11a883da28d35adc09862f17d (diff)
downloadzsh-49bfbc12483602937380658d67acd6c009d39159.tar.gz
zsh-49bfbc12483602937380658d67acd6c009d39159.tar.xz
zsh-49bfbc12483602937380658d67acd6c009d39159.zip
17678: ignore initial `--' argument to printf to satisfy POSIX
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 009fecc55..ae372dfab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
 2002-09-16  Oliver Kiddle  <opk@zsh.org>
 
-	* Completion/Zsh/Command/_typeset, Doc/Zsh/builtins.yo:
+	* 17678: Src/builtin.c: ignore initial `--' argument to printf
+	to satisfy POSIX.
+
+	* 17682: Completion/Zsh/Command/_typeset, Doc/Zsh/builtins.yo:
 	add support for -H and -p options to completion
 
 	* 17542 (Thomas Stromberg <thomas@stromberg.org>):