doc f7abe7
[p5sagit/p5-mst-13.2.git] / regcomp.pl
2010-05-27 Nicholas Clark Convert REGNODE_{SIMPLE,VARIES} to a bitmask lookup...
2010-05-27 Nicholas Clark Change regcomp.pl to 0-based indexing for its arrays...
2010-05-27 Nicholas Clark Encapsulate lookups in PL_{varies,simple} within macros...
2010-05-27 Nicholas Clark Generate PL_simple[] and PL_varies[] with regcomp.pl...
2010-05-27 Nicholas Clark Re-work the regcomp.sym to remove use of hard tabs...
2009-05-15 David Mitchell make regcomp.pl use the standard foo.h-new naming schem...
2009-05-15 David Mitchell Add some documentation to the heads of the various...
2008-03-17 Nicholas Clark Drag autodoc.pl and overload.pl into the age of safer_o...
2008-03-15 Nicholas Clark Rename safer_rename() to rename_if_different(), to...
2007-12-29 Nicholas Clark die if multiple macros in regexp.h attempt to use the...
2007-06-30 Abigail /p vs (?p)
2007-04-01 Jarkko Hietaniemi Symbian sync
2007-03-05 Nicholas Clark Change 30461 was wrong. As ext/re (re)builds the regexp...
2007-03-03 Nicholas Clark Define and initialise reg_name only once.
2006-11-13 Yves Orton Re: [PATCH] New regex syntax omnibus
2006-11-02 Yves Orton Add more backtracking control verbs to regex engine...
2006-10-05 Yves Orton Re: [PATCH] Add recursive regexes similar to PCRE
2006-10-04 Steve Peters Fixes to compile Perl with g++ and DEBUGGING.
2006-09-29 Yves Orton Re: [PATCH] Add hook for re_dup() into regex engine...
2006-09-25 Yves Orton Automate generation of the regmatch() state constants
2006-06-16 Dave Mitchell start turning regmatch() main loop into a FSM
2006-05-29 Yves Orton Re: [PATCH] More regex optimisations and debug enhancem...
2005-05-11 Rafael Garcia-Suarez Include vim/emacs modelines in generated files to open...
2004-11-16 Steve Hay Make all scripts run by regen.pl write output with...
2003-03-08 Jarkko Hietaniemi regen_headers tiny tidying:
2002-11-19 Nicholas Clark regen_headers outside Makefile (was Re: [PATCH] embed...
2000-10-20 Charles Bailey SYN SYN
2000-08-14 Daniel Muiño warning: storage class after type is obsolescent
1999-05-10 Ilya Zakharevich Cosmetic: data-driven REx-dump
1998-10-30 Gurusamy Sarathy phase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-06-22 Ilya Zakharevich add patch that generates regnodes.h via regcomp.pl