about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2013-11-18 16:28:22 +0000
committerPeter Stephenson <pws@zsh.org>2013-11-18 16:28:22 +0000
commit7560ed59f99c770e45f29ae606f5d447245d4acd (patch)
treeda6fbe7d7a0eb444475c84d858d336719dacc0cb /ChangeLog
parent8426fc66399bae77f059276d0f9d995a50761e72 (diff)
parent12fb09c336f23fdd6539e66380a32c4a86f3527e (diff)
downloadzsh-7560ed59f99c770e45f29ae606f5d447245d4acd.tar.gz
zsh-7560ed59f99c770e45f29ae606f5d447245d4acd.tar.xz
zsh-7560ed59f99c770e45f29ae606f5d447245d4acd.zip
Fix merge of ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ceb804cc..26bc3d44e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,9 +3,14 @@
 	* unposted but see 32012: Doc/help/.cvsignore,
 	Doc/help/.distfiles: were created in the wrong place, so move.
 
+2013-11-18  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* 31995: Han Pingtian: Src/glob.c: glob	qualifiers cannot
+	follow an empty pattern, so a leading paren means grouping
+
 2013-11-17  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
-	* 32001: Src/subst.: fix crash on empty arrays with array
+	* 32001: Src/subst.c: fix crash on empty arrays with array
 	intersection and disjunction.
 
 2013-11-15  Barton E. Schaefer  <schaefer@zsh.org>