]> git.vpit.fr Git - perl/modules/re-engine-Hooks.git/shortlog
perl/modules/re-engine-Hooks.git
2017-11-04 Vincent PitUpdate VPIT::TestHelpers to 15e8aee3 master
2015-11-05 Vincent PitThe Big Boilerplate Factorization
2015-07-21 Vincent PitSmall typographic fix
2015-07-21 Vincent PitCorrect two prototypes on 5.20
2015-07-21 Vincent PitAdd support for perl 5.23.[01]
2015-06-03 Vincent PitDefine PERL_IN_XSUB_RE when including perl.h
2015-06-03 Vincent PitAdd support for perl 5.22.0
2015-04-23 Vincent PitAdd support for perl 5.20.2
2014-10-02 Vincent PitAdd support for perl 5.18.[34]
2014-09-30 Vincent PitAdd support for perl 5.20.1 and 5.21.4
2014-09-30 Vincent PitAdd support for perl 5.18.2, 5.20.0, and 5.21.[0123]
2013-08-24 Vincent PitThis is 0.05 v0.05
2013-08-24 Vincent PitNo tabs, and I mean it
2013-08-24 Vincent PitExplicitely state that C++ compilers aren't supported
2013-08-24 Vincent PitMake Perl version numbers more readable
2013-08-24 Vincent PitRemove obsolete kwalitee workarounds
2013-08-23 Vincent PitAdd support for perl 5.19.3
2013-08-23 Vincent PitGet rid of tabs, normalize leading spaces, and remove...
2013-08-23 Vincent PitRemove trailing whitespace
2013-08-22 Vincent PitEncode the README file in UTF-8
2013-08-20 Vincent PitStop bundling author tests
2013-08-14 Vincent PitAdd support for perl 5.18.1
2013-08-07 Vincent PitUpdate the bug tracker URL in META after the rt.perl...
2013-08-06 Vincent PitTeach the update script to skip outdated dev releases
2013-08-06 Vincent PitRemove the 5.17 development branch
2013-08-06 Vincent PitRemove the 5.15 development branch
2013-08-06 Vincent PitRemove the 5.13 development branch
2013-08-06 Vincent PitRemove the 5.11 development branch
2013-08-06 Vincent PitDon't support old development releases anymore
2013-08-06 Vincent PitAdd support for perl 5.19.[12]
2013-08-06 Vincent PitGet rid of t/99-kwalitee.t
2013-06-03 Vincent PitAdd support for perl 5.14.4, 5.16.3, 5.17.{9,10}, 5...
2013-01-30 Vincent PitThis is 0.04 v0.04
2013-01-30 Vincent PitBump copyright year
2013-01-30 Vincent PitAdd support for perl 5.12.5 and 5.17.[678]
2013-01-30 Vincent PitUpdate VPIT::TestHelpers to e8344578
2012-11-05 Vincent PitAdd BUILD_REQUIRES to WriteMakefile()
2012-11-05 Vincent PitAdd support for perl 5.16.2 and 5.17.5
2012-11-05 Vincent PitAlways use CPAN::Perl::Releases in the update script
2012-11-05 Vincent PitShow progression while the tarballs are downloaded
2012-11-02 Vincent PitDon't run the POD spelling test in taint mode
2012-10-19 Vincent PitAdd support for perl 5.14.3
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