about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2014-09-12 15:28:51 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2014-09-12 15:28:51 -0700
commit03e53c8f25a472b4d62ad5e7247b693a4864eaca (patch)
treed81b1986cce79189a8792a82fd258bcea7eb7e51 /ChangeLog
parent246404a44d14e733d275e20c32dcb756e5b88a0b (diff)
downloadzsh-03e53c8f25a472b4d62ad5e7247b693a4864eaca.tar.gz
zsh-03e53c8f25a472b4d62ad5e7247b693a4864eaca.tar.xz
zsh-03e53c8f25a472b4d62ad5e7247b693a4864eaca.zip
33143: POSIX_ARGZERO more closely matches bash et al.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d70037525..ad774fbd8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-12  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* 33143: Src/init.c: POSIX_ARGZERO more closely matches bash et al.
+
 2014-09-12  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
 	* users/19075: Doc/Zsh/mod_parameter.yo,
@@ -249,7 +253,7 @@
 	Completion/openSUSE/Command/_SuSEconfig ->
 	Completion/openSUSE/Command/_SUSEconfig: rename file.
 
-2014-08-04  Barton E. Schaefer  <schaefer@brasslantern.com>
+2014-08-04  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* Miles Ohlrich: 32958: Src/Zle/compctl.c: bitwise logic fix