2009-10-19 |
Yves Orton |
revert to 5.8.x semantics for \s \w and \d |
blob | commitdiff |
2009-10-19 |
Yves Orton |
somewhat fix failing regex tests. but break lots of... |
blob | commitdiff | diff to current |
2009-09-10 |
Yves Orton |
add more positive gofs GPOS tests and fix some bugs too |
blob | commitdiff | diff to current |
2009-09-02 |
Yves Orton |
set PERL_LEGACY_UNICODE_CHARCLASS_MAPPINGS to 0 and... |
blob | commitdiff | diff to current |
2008-11-07 |
Yves Orton |
create new unicode props as defined in POSIX spec ... |
blob | commitdiff | diff to current |
2008-11-06 |
Yves Orton |
Various changes to regex diagnostics and testing |
blob | commitdiff | diff to current |
2008-01-02 |
Nicholas Clark |
Make struct regexp the body of SVt_REGEXP SVs, REGEXPs... |
blob | commitdiff | diff to current |
2008-01-02 |
Nicholas Clark |
Wrap all deferences of struct regexp* in macros RX_... |
blob | commitdiff | diff to current |
2008-01-01 |
Marcus Holland-Moritz |
Add editor blocks to some header files. |
blob | commitdiff | diff to current |
2007-11-07 |
Nicholas Clark |
Fix up copyright years for files modified in 2007. |
blob | commitdiff | diff to current |
2007-09-26 |
Rafael Garcia-Suarez |
API spelling patch, by Jerry D. Hedden |
blob | commitdiff | diff to current |
2007-06-30 |
Abigail |
/p vs (?p) |
blob | commitdiff | diff to current |
2007-06-24 |
Nicholas Clark |
s/\bunicode\b/Unicode/; # For everything not dual life |
blob | commitdiff | diff to current |
2007-06-06 |
Ævar Arnfjörð Bjar... |
Re: [PATCH] Callbacks for named captures (%+ and %-) |
blob | commitdiff | diff to current |
2007-05-03 |
Ævar Arnfjörð Bjar... |
FETCH/STORE/LENGTH callbacks for numbered capture variables |
blob | commitdiff | diff to current |
2007-04-30 |
Ævar Arnfjörð Bjar... |
Re: [PATCH] Cleanup of the regexp API |
blob | commitdiff | diff to current |
2007-04-23 |
Yves Orton |
Change meaning of \v, \V, and add \h, \H to match Perl6... |
blob | commitdiff | diff to current |
2007-04-06 |
Ævar Arnfjörð Bjar... |
Re: Proposed changes and to regular expression interfac... |
blob | commitdiff | diff to current |
2007-03-31 |
Nicholas Clark |
Reorder the members of various regexp structs to reduce... |
blob | commitdiff | diff to current |
2007-03-22 |
Yves Orton |
Resolve PL_curpm issues with (??{}) and fix corruption... |
blob | commitdiff | diff to current |
2007-03-01 |
Yves Orton |
Re: New file: t/op/regexp_email.t |
blob | commitdiff | diff to current |
2007-02-13 |
Yves Orton |
add hooks for capture buffers into regex engine. |
blob | commitdiff | diff to current |
2007-01-31 |
Yves Orton |
Improve regex stringification code |
blob | commitdiff | diff to current |
2007-01-22 |
Yves Orton |
Disable positive lookaround optimisations |
blob | commitdiff | diff to current |
2007-01-16 |
Yves Orton |
Re: [PATCH] Change implementation of %+ to use a proper... |
blob | commitdiff | diff to current |
2007-01-16 |
Yves Orton |
Make offsets support conditional |
blob | commitdiff | diff to current |
2007-01-15 |
Yves Orton |
Add support for /k modfier for matching along with... |
blob | commitdiff | diff to current |
2007-01-05 |
Rafael Garcia-Suarez |
Update copyright years in .h files. Also, in .pl |
blob | commitdiff | diff to current |
2006-12-25 |
Yves Orton |
Re: Named-capture regex syntax |
blob | commitdiff | diff to current |
2006-12-10 |
Nicholas Clark |
Remove code duplication in S_to_utf8_substr() and S_to_... |
blob | commitdiff | diff to current |
2006-12-05 |
Yves Orton |
Further tweaks to make it easier to create regexp engin... |
blob | commitdiff | diff to current |
2006-12-04 |
Rafael Garcia-Suarez |
Better version of last patch, by Yves Orton. |
blob | commitdiff | diff to current |
2006-12-04 |
Rafael Garcia-Suarez |
The new regexp compilation function must be added to... |
blob | commitdiff | diff to current |
2006-12-01 |
Yves Orton |
Continue split of perl internal regexp structures from... |
blob | commitdiff | diff to current |
2006-11-29 |
Yves Orton |
Re: Fix \k<foo> preceded by literal |
blob | commitdiff | diff to current |
2006-11-27 |
Nicholas Clark |
Move words and revcharmap out of struct _rev_trie_data... |
blob | commitdiff | diff to current |
2006-11-26 |
Nicholas Clark |
Move widecharmap out of the shared structure _reg_trie_... |
blob | commitdiff | diff to current |
2006-11-26 |
Nicholas Clark |
Swap _reg_ac_data.trie to U32 offset into the regdata... |
blob | commitdiff | diff to current |
2006-11-26 |
Nicholas Clark |
Moving the reference count to the front of both _reg_tr... |
blob | commitdiff | diff to current |
2006-11-22 |
Yves Orton |
\G with /g results in infinite loop in 5.6 and later |
blob | commitdiff | diff to current |
2006-11-13 |
Yves Orton |
Re: [PATCH] New regex syntax omnibus |
blob | commitdiff | diff to current |
2006-11-13 |
Yves Orton |
Regex Utility Functions and Substituion Fix (XML::Twig... |
blob | commitdiff | diff to current |
2006-11-07 |
Yves Orton |
New regex syntax omnibus |
blob | commitdiff | diff to current |
2006-11-02 |
Yves Orton |
Add more backtracking control verbs to regex engine... |
blob | commitdiff | diff to current |
2006-10-19 |
Yves Orton |
Re: Off by one in the trie code? |
blob | commitdiff | diff to current |
2006-10-13 |
Yves Orton |
Add possessive quantifiers to regex engine. |
blob | commitdiff | diff to current |
2006-10-07 |
Yves Orton |
Re: [PATCH] Initial attempt at named captures for perls... |
blob | commitdiff | diff to current |
2006-10-05 |
Yves Orton |
Re: [perl #8835] fairly large regex optimization bug... |
blob | commitdiff | diff to current |
2006-10-05 |
Yves Orton |
Re: [PATCH] Add recursive regexes similar to PCRE |
blob | commitdiff | diff to current |
2006-09-29 |
Yves Orton |
Minor re 'Debug' tweaks, also fix a bug in dumping... |
blob | commitdiff | diff to current |
2006-09-29 |
Yves Orton |
Re: [PATCH] Add hook for re_dup() into regex engine... |
blob | commitdiff | diff to current |
2006-09-11 |
Yves Orton |
Teach regex optimiser how to handle (?=) and (?<=)... |
blob | commitdiff | diff to current |
2006-09-05 |
Yves Orton |
Re: [PATCH] Trie jumping |
blob | commitdiff | diff to current |
2006-07-16 |
Yves Orton |
Re: Fix loads of warnings from the last escaping patch... |
blob | commitdiff | diff to current |
2006-07-15 |
Yves Orton |
Updated escaping code. utf8 regex debug output improvements |
blob | commitdiff | diff to current |
2006-07-07 |
Yves Orton |
More escaping in the RE |
blob | commitdiff | diff to current |
2006-06-17 |
Yves Orton |
Comply with the 0x80th commandment |
blob | commitdiff | diff to current |
2006-06-14 |
Yves Orton |
Re: [PATCH] fix re debug segvs in global destruction... |
blob | commitdiff | diff to current |
2006-06-14 |
Yves Orton |
fix re debug segvs in global destruction, and a tweak... |
blob | commitdiff | diff to current |
2006-06-11 |
Yves Orton |
Re: [PATCH] regexec/regcomp.c cleanups |
blob | commitdiff | diff to current |
2006-06-11 |
Nicholas Clark |
A little more work needed to get ext/re/t/re.t test... |
blob | commitdiff | diff to current |
2006-06-09 |
Yves Orton |
Re: [PATCH] Better version of the Aho-Corasick patch... |
blob | commitdiff | diff to current |
2006-05-29 |
Rafael Garcia-Suarez |
Regen headers following change 28325. Also, make it... |
blob | commitdiff | diff to current |
2006-05-29 |
Yves Orton |
Re: [PATCH] More regex optimisations and debug enhancem... |
blob | commitdiff | diff to current |
2006-04-02 |
Dave Mitchell |
use slabs to allocate save state space in regmatch() |
blob | commitdiff | diff to current |
2006-02-02 |
Steven Schubiger |
Re: [PATCH] s/Null(av|ch)/NULL/g |
blob | commitdiff | diff to current |
2005-05-26 |
Andy Lester |
Updated lint infrastructure |
blob | commitdiff | diff to current |
2005-03-30 |
Rafael Garcia-Suarez |
Update copyrights. |
blob | commitdiff | diff to current |
2005-03-24 |
Andy Lester |
Third consting batch |
blob | commitdiff | diff to current |
2005-03-22 |
Rafael Garcia-Suarez |
Rename ${^RE_TRIE_MAXBUFF} to ${^RE_TRIE_MAXBUF}, |
blob | commitdiff | diff to current |
2005-03-21 |
Yves Orton |
Re: regexp trie fails compile on VMS |
blob | commitdiff | diff to current |
2005-03-18 |
Yves Orton |
Re: Reworked Trie Patch |
blob | commitdiff | diff to current |
2003-04-16 |
Jarkko Hietaniemi |
Fix up Larry's copyright statements to my best knowledge. |
blob | commitdiff | diff to current |
2003-03-02 |
Hugo van der Sanden |
Reverse copyright update (#18801) for files not changed... |
blob | commitdiff | diff to current |
2003-03-02 |
Hugo van der Sanden |
Update all copyrights to 2003, from Jarkko |
blob | commitdiff | diff to current |
2002-03-21 |
Nick Ing-Simmons |
Integrate mainline (Win2k/MinGW all ok except threads... |
blob | commitdiff | diff to current |
2002-03-20 |
Jarkko Hietaniemi |
Fix for "UTF-8 bug with s///" from Hugo. |
blob | commitdiff | diff to current |
2002-01-25 |
Nick Ing-Simmons |
Integrate mainline |
blob | commitdiff | diff to current |
2002-01-24 |
Jarkko Hietaniemi |
Sprinkle some copyrights (use the oldest timestamp to |
blob | commitdiff | diff to current |
2002-01-05 |
Jarkko Hietaniemi |
Finish up (ha!) the Unicode case folding; |
blob | commitdiff | diff to current |
2002-01-05 |
Jarkko Hietaniemi |
Ooops. Retract the regex parts of #14090. |
blob | commitdiff | diff to current |
2002-01-05 |
Nicholas Clark |
[REPATCH] Re: [PATCH] Re: socketpair blip on unicos... |
blob | commitdiff | diff to current |
2001-11-24 |
Nicholas Clark |
memset() is cheaper than a loop of 256 bit-a-a-times |
blob | commitdiff | diff to current |
2001-11-18 |
Jarkko Hietaniemi |
Retract #13048: that introduced a malloc() (through... |
blob | commitdiff | diff to current |
2001-11-16 |
Jeff Pinyan |
Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_te... |
blob | commitdiff | diff to current |
2001-08-04 |
Jarkko Hietaniemi |
Continuation of #11575: SANY_SEEN completely deprecated, |
blob | commitdiff | diff to current |
2001-08-04 |
Daniel P. Berrange |
Decouple SANY into SANY and CANY: the new SANY is ... |
blob | commitdiff | diff to current |
2001-07-20 |
Abhijit Menon-Sen |
adds a comment |
blob | commitdiff | diff to current |
2001-07-12 |
Mark-Jason Dominus |
Patch: document reg_data.what member |
blob | commitdiff | diff to current |
2001-05-05 |
Jarkko Hietaniemi |
Add preemptive #undefs for some of the shorter and... |
blob | commitdiff | diff to current |
2001-04-26 |
Jarkko Hietaniemi |
Document ANYOF_CLASS. |
blob | commitdiff | diff to current |
2001-04-26 |
Hugo van der Sanden |
Re: [PATCH @9846] dumping ANYOF |
blob | commitdiff | diff to current |
2001-02-18 |
Jarkko Hietaniemi |
Misapplied regex optimizations when \C is present. |
blob | commitdiff | diff to current |
2001-01-08 |
Charles Bailey |
Once again syncing after too long an absence |
blob | commitdiff | diff to current |
2000-12-30 |
Nick Ing-Simmons |
Integrate mainline |
blob | commitdiff | diff to current |
2000-12-30 |
Inaba Hiroto |
more UTF8 test suites and an UTF8 patch |
blob | commitdiff | diff to current |
2000-12-19 |
Nick Ing-Simmons |
Integrate mainline. |
blob | commitdiff | diff to current |
2000-12-17 |
Jarkko Hietaniemi |
Polymorphic regexps. |
blob | commitdiff | diff to current |
2000-11-18 |
Ilya Zakharevich |
[PATCH 5.7.0] make regcomp reenterable |
blob | commitdiff | diff to current |
2000-11-07 |
Jarkko Hietaniemi |
Too profiler-happy: with optimization the #7590 actuall... |
blob | commitdiff | diff to current |
next |