[[!meta author="""joey"""]] [[!meta authorurl="""http://ikiwiki.info/ikiwiki.cgi?page=users%2Fjoey&do=goto"""]] [[!meta title="""change to todo/Improving_the_efficiency_of_match__95__glob on ikiwiki"""]] [[!meta permalink="http://ikiwiki.info/recentchanges/#change-f8f8770a652520b2f09eb2262510a04a8e353e9d"]]

Changed pages:
[[diff|wikiicons/diff.png]]todo/Improving the efficiency of match_glob
Changed by:
joey
Commit type:
git
Date:
16:28:22 11/20/10
[[revert|wikiicons/revert.png]]
smcv/ready/glob-cache merged
diff --git a/debian/changelog b/debian/changelog
index 0edb780..65c2353 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ ikiwiki (3.20101113) UNRELEASED; urgency=low
     and support all elements that HTML::Tagset knows about. 
     (Which doesn't include html5 just yet, but then the old version
     didn't either.) Bonus: 4 times faster than old regexp method.
+  * Optimise glob() pagespec. (Thanks, Kathryn and smcv)
 
  -- Joey Hess <joeyh@debian.org>  Tue, 16 Nov 2010 14:23:47 -0400
 
diff --git a/doc/todo/Improving_the_efficiency_of_match__95__glob.mdwn b/doc/todo/Improving_the_efficiency_of_match__95__glob.mdwn
index 4fe1454..4e1df33 100644
--- a/doc/todo/Improving_the_efficiency_of_match__95__glob.mdwn
+++ b/doc/todo/Improving_the_efficiency_of_match__95__glob.mdwn
@@ -57,6 +57,8 @@ Here's my patch - please consider it! -- [[KathrynAndersen]]
 >>>>>>> representative.
 >>>>>>> --[[smcv]]
 
+[[done]] --[[Joey]] 
+
 --------------------------------------------------------------
 
 [[!toggle id="smcv-benchmark" text="current benchmarks"]]