about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-04-26 06:45:50 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-04-26 06:45:50 +0000
commit9ecbacab6b041c12f2dd3eb1f78ba69ccbff100d (patch)
treeed1aa75b3b0e7025be51a016a82b5c358d816538 /ChangeLog
parent67fd3b73cad16982b754aa4289516819775932b7 (diff)
downloadzsh-9ecbacab6b041c12f2dd3eb1f78ba69ccbff100d.tar.gz
zsh-9ecbacab6b041c12f2dd3eb1f78ba69ccbff100d.tar.xz
zsh-9ecbacab6b041c12f2dd3eb1f78ba69ccbff100d.zip
faster test for `*'-patterns in matching control; prefer direct character matches over match specs in recursive invocations of match_str() (10925)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e961ca5ef..6ff62d907 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2000-04-26  Sven Wischnowsky  <wischnow@informatik.hu-berlin.de>
 
+	* 10925: Src/Zle/compmatch.c: faster test for `*'-patterns in
+ 	matching control; prefer direct character matches over match specs
+ 	in recursive invocations of match_str()
+	
 	* 10924: Src/Zle/compmatch.c: fix for matching control; improve
  	merging cline lists