summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2016-01-01 19:20:14 -0800
committerBarton E. Schaefer <schaefer@zsh.org>2016-01-01 19:20:14 -0800
commitb4643fce2d4220646c0d70876822c052a677d22b (patch)
tree2e705dae8c2f07226d9f783468ddfe845c23521b /ChangeLog
parent5c17f9ab3f7c873f8a04498af8d77d5f3ca8e3e0 (diff)
downloadzsh-b4643fce2d4220646c0d70876822c052a677d22b.tar.gz
zsh-b4643fce2d4220646c0d70876822c052a677d22b.tar.xz
zsh-b4643fce2d4220646c0d70876822c052a677d22b.zip
37483: save and possibly restore cshnullglob failure state around each evaluation of an (e:...:) glob qualifier.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1bb72c837..b89c9d307 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2016-01-01  Barton E. Schaefer  <schaefer@zsh.org>
 
+	* 37483: Src/glob.c: save and possibly restore cshnullglob failure
+	state around each evaluation of an (e:...:) glob qualifier.
+
 	* 37473: Src/exec.c: check for cshnullglob in command position.
 
 2015-12-31  Barton E. Schaefer  <schaefer@zsh.org>