LOGONLY mark 71648f as DOCed
[p5sagit/p5-mst-13.2.git] / regnodes.h
2010-05-27 Nicholas Clark Convert REGNODE_{SIMPLE,VARIES} to a bitmask lookup...
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 Remove stray tab character in definition for VERB.
2008-01-05 Nicholas Clark Abolish RXf_UTF8. Store the UTF-8-ness of the pattern...
2007-12-29 Nicholas Clark Reorder the external regexp flags to get RXf_PMf_STD_PM...
2007-08-18 Marcus Holland-Moritz TRIE must use 'yes' state transitions when more than...
2007-06-30 Abigail /p vs (?p)
2007-04-26 Yves Orton Re: Analysis of problems with mixed encoding case insen...
2007-04-23 Yves Orton Change meaning of \v, \V, and add \h, \H to match Perl6...
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.
2007-01-11 Yves Orton Add Regexp::Keep \K functionality to regex engine as...
2006-11-13 Yves Orton Re: [PATCH] New regex syntax omnibus
2006-11-07 Yves Orton New regex syntax omnibus
2006-11-02 Yves Orton Add more backtracking control verbs to regex engine...
2006-11-01 Yves Orton Add a commit verb to regex engine to allow fine tuning...
2006-10-30 Yves Orton The second patch from:
2006-10-30 Yves Orton The first patch from:
2006-10-26 Yves Orton Fix a problem with jump-tries, add (?FAIL) pattern.
2006-10-12 Yves Orton Add Regex conditionals. Various bugfixes. More tests.
2006-10-07 Yves Orton Re: [PATCH] Initial attempt at named captures for perls...
2006-10-05 Dave Mitchell migrate CURLYX/WHILEM branch in regmatch() to new FSM...
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-09-11 Yves Orton Teach regex optimiser how to handle (?=) and (?<=)...
2006-09-05 Yves Orton Re: [PATCH] Trie jumping
2006-06-16 Dave Mitchell start turning regmatch() main loop into a FSM
2006-05-29 Rafael Garcia-Suarez Regen headers following change 28325. Also, make it...
2006-04-24 Yves Orton Re: recursion now removed from the regex engine
2005-05-11 Rafael Garcia-Suarez Include vim/emacs modelines in generated files to open...
2005-03-18 Yves Orton Re: Reworked Trie Patch
2001-08-04 Daniel P. Berrange Decouple SANY into SANY and CANY: the new SANY is ...
2001-01-08 Charles Bailey Once again syncing after too long an absence
2000-12-19 Nick Ing-Simmons Integrate mainline.
2000-12-17 Jarkko Hietaniemi Polymorphic regexps.
2000-10-20 Charles Bailey SYN SYN
2000-08-14 Daniel Muiño warning: storage class after type is obsolescent
1999-07-31 Jarkko Hietaniemi Remove a lot of unused regnode codes.
1999-07-06 Jarkko Hietaniemi POSIX [[:character class:]] support for standard, locale,
1999-05-10 Gurusamy Sarathy regen regnodes.h
1998-10-30 Gurusamy Sarathy phase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-07-24 Larry Wall Here are the long-expected Unicode/UTF-8 modifications.
1998-06-28 Ilya Zakharevich applied patch, tweaked doc, and regen regnodes.h
1998-06-22 Ilya Zakharevich add patch that generates regnodes.h via regcomp.pl