descriptionA Perl API to write custom regex engines.
ownerVincent Pit
last changeTue, 5 Apr 2011 16:01:34 +0000
shortlog
2011-04-05 Vincent Pit This is 0.09 master v0.09
2011-04-05 Vincent Pit Remove an useless dMY_CXT
2011-04-05 Vincent Pit Add a missing prototype for Plugin_dupe()
2011-04-04 Vincent Pit POD nits
2011-04-04 Vincent Pit Test thread safety
2011-04-04 Vincent Pit Use the new CLONE_PARAMS API with perl 5.13.2
2011-04-04 Vincent Pit Silence a bogus "Useless use of smart match in void...
2011-04-04 Vincent Pit Add a "DEPENDENCIES" section to the POD
2011-04-04 Vincent Pit Switch to qw<>
2011-04-04 Vincent Pit Only declare dMY_CXT when really needed
2011-04-04 Vincent Pit Identify the require scope by the outmost cv outside...
2011-02-04 Vincent Pit SvREFCNT_{inc,dec} overhaul, fixing a couple of leaks
2011-02-04 Vincent Pit Don't increment the refcount of the STORE callback...
2011-02-04 Vincent Pit Revamp mod()
2011-02-04 Vincent Pit Don't mix declarations and code
2011-01-06 Vincent Pit Get rid of ENTERn/LEAVEn
...
tags
2 years ago v0.09 Version 0.09
2 years ago rt66996 RT #66996
3 years ago v0.08 Version 0.08
3 years ago v0.07 Version 0.07
3 years ago rt38684 RT #38684
4 years ago v0.06 Version 0.06
4 years ago v0.05 Version 0.05
5 years ago v0.04 Version 0.04
5 years ago v0.04_01 Version 0.04_01
6 years ago v0.03 Version 0.03
6 years ago v0.02 Version 0.02
6 years ago v0.01 Version 0.01
heads
2 years ago master