]> git.vpit.fr Git - perl/modules/re-engine-Hooks.git/shortlog
perl/modules/re-engine-Hooks.git
2012-09-24 Vincent PitThis is 0.03 v0.03
2012-09-24 Vincent PitCorrect version number in the synopsis
2012-09-24 Vincent PitNormalize regexp function names
2012-09-24 Vincent PitFix broken linkage on Windows
2012-09-24 Vincent PitCorrect the return value from reh_private_map_store()
2012-09-24 Vincent PitUpdate author tests
2012-09-24 Vincent PitFix infinite recursion with perl 5.17.[12]
2012-09-23 Vincent PitAdd support for perl 5.16.1, 5.17.3 and 5.17.4
2012-07-20 Vincent PitAdd support for perl 5.17.1 and 5.17.2
2012-05-29 Vincent PitAdd support for perl 5.16.0 and 5.17.0
2012-04-24 Vincent PitNo tabs please
2012-04-03 Vincent PitCode reordering in Hooks.xs
2012-04-03 Vincent PitReally rename comp_* and exec_* to comp_node and exec_node
2012-03-31 Vincent PitThis is 0.02 v0.02
2012-03-31 Vincent PitRename a few more symbols in regcomp.c
2012-03-31 Vincent PitMore trailing whitespace
2012-03-31 Vincent PitHook convertion of branches into tries
2012-03-31 Vincent PitMake sure the perl callback sample does not clobber...
2012-03-31 Vincent PitRename *comp* (resp. *exec*) to *comp_node* (resp....
2012-03-31 Vincent PitMake sure the source files are properly patched
2012-03-31 Vincent PitAttach the callbacks to every regexps in a thread-safe way
2012-03-31 Vincent PitFix the exec hook call on 5.15.5-5.15.9
2012-03-30 Vincent PitNo trailing whitespace
2012-03-30 Vincent PitPOD nits and clarifications
2012-03-30 Vincent PitSwitch to a config-object based interface
2012-03-30 Vincent PitPrehash the hints hash identifier
2012-03-30 Vincent PitProtect the global linked list by a mutex
2012-03-29 Vincent PitThis is 0.01 v0.01