about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2010-08-22 15:54:36 +0000
committerBart Schaefer <barts@users.sourceforge.net>2010-08-22 15:54:36 +0000
commit059c8dede666e4b7698f141687e67441c469541e (patch)
tree09d753e9595a494e4f0536926306c9c5b4566fc4 /ChangeLog
parenta7551af424572610e9d2cb68337487a9c4fa6ae9 (diff)
downloadzsh-059c8dede666e4b7698f141687e67441c469541e.tar.gz
zsh-059c8dede666e4b7698f141687e67441c469541e.tar.xz
zsh-059c8dede666e4b7698f141687e67441c469541e.zip
28186: replace (...|...) pattern-match with a loop over the alternatives to
avoid issues with pattern-quoting each alternative.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ad8e07c3e..46fa559db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-08-22  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* 28186: Completion/Base/Utility/_multi_parts: replace a single
+	(...|...) pattern-match with a loop over the alternatives to
+	avoid issues with pattern-quoting each alternative.
+
 2010-08-21  Frank Terbeck  <ft@bewatermyfriend.org>
 
 	* Mikael Magnusson: 28181: Doc/Zsh/mod_zprof.yo: Remove a
@@ -13544,5 +13550,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5060 $
+* $Revision: 1.5061 $
 *****************************************************