about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2014-03-09 00:29:02 -0800
committerBarton E. Schaefer <schaefer@zsh.org>2014-03-09 00:29:02 -0800
commit38be9fe84a884d44c30bbcea0595799882aff898 (patch)
treed627141543934bd3d1ef9d372252efe2ff194369 /ChangeLog
parentff6d8115efaa8d50ec107508c8678ec49d300ed6 (diff)
downloadzsh-38be9fe84a884d44c30bbcea0595799882aff898.tar.gz
zsh-38be9fe84a884d44c30bbcea0595799882aff898.tar.xz
zsh-38be9fe84a884d44c30bbcea0595799882aff898.zip
32468: save/restore match/mbegin/mend when doing pattern lookups against zstyle contexts
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 839e5af69..5aeacd26b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
+2014-03-09  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* 32468: Src/Modules/zutil.c: save/restore match/mbegin/mend
+	when doing pattern lookups against zstyle contexts
+
 2014-03-03  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* users/18550: Doc/Zsh/compsys.yo: matcher-list clarifications
+
 2014-03-03  Simon Ruderich  <simon@ruderich.org>
 
 	* 32289: Doc: Add zsh version to footer in HTML documentation.