]>
git.vpit.fr Git - perl/modules/re-engine-Hooks.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Vincent Pit [Sat, 31 Mar 2012 15:06:33 +0000 (17:06 +0200)]
Hook convertion of branches into tries
Vincent Pit [Sat, 31 Mar 2012 14:51:52 +0000 (16:51 +0200)]
Make sure the perl callback sample does not clobber PL_reg_state
And add a test for this.
Vincent Pit [Sat, 31 Mar 2012 13:07:42 +0000 (15:07 +0200)]
Rename *comp* (resp. *exec*) to *comp_node* (resp. *exec_node*)
For future consistency.
Vincent Pit [Sat, 31 Mar 2012 12:57:46 +0000 (14:57 +0200)]
Make sure the source files are properly patched
Vincent Pit [Sat, 31 Mar 2012 12:48:27 +0000 (14:48 +0200)]
Attach the callbacks to every regexps in a thread-safe way
This means that starting from now the tweaked regexp engine is no longer
required to be in use at the time a regexp is executed.
Vincent Pit [Sat, 31 Mar 2012 09:45:33 +0000 (11:45 +0200)]
Fix the exec hook call on 5.15.5-5.15.9
Vincent Pit [Fri, 30 Mar 2012 22:20:26 +0000 (00:20 +0200)]
No trailing whitespace
Vincent Pit [Fri, 30 Mar 2012 20:36:35 +0000 (22:36 +0200)]
POD nits and clarifications
Vincent Pit [Fri, 30 Mar 2012 20:25:35 +0000 (22:25 +0200)]
Switch to a config-object based interface
Vincent Pit [Fri, 30 Mar 2012 20:01:55 +0000 (22:01 +0200)]
Prehash the hints hash identifier
Vincent Pit [Fri, 30 Mar 2012 20:00:18 +0000 (22:00 +0200)]
Protect the global linked list by a mutex
Vincent Pit [Thu, 29 Mar 2012 21:41:08 +0000 (23:41 +0200)]
This is 0.01