This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Filter::Call::Util version
[perl5.git] / regcomp.h
2007-06-30 Abigail/p vs (?p)
2007-06-24 Nicholas Clarks/\bunicode\b/Unicode/; # For everything not dual life
2007-06-06 Ævar Arnfjörð Bjar... Re: [PATCH] Callbacks for named captures (%+ and %-)
2007-05-03 Ævar Arnfjörð Bjar... FETCH/STORE/LENGTH callbacks for numbered capture variables
2007-04-30 Ævar Arnfjörð Bjar... Re: [PATCH] Cleanup of the regexp API
2007-04-23 Yves OrtonChange meaning of \v, \V, and add \h, \H to match Perl6...
2007-04-06 Ævar Arnfjörð Bjar... Re: Proposed changes and to regular expression interfac...
2007-03-31 Nicholas ClarkReorder the members of various regexp structs to reduce...
2007-03-22 Yves OrtonResolve PL_curpm issues with (??{}) and fix corruption...
2007-03-01 Yves OrtonRe: New file: t/op/regexp_email.t
2007-02-13 Yves Ortonadd hooks for capture buffers into regex engine.
2007-01-31 Yves OrtonImprove regex stringification code
2007-01-22 Yves OrtonDisable positive lookaround optimisations
2007-01-16 Yves OrtonRe: [PATCH] Change implementation of %+ to use a proper...
2007-01-16 Yves OrtonMake offsets support conditional
2007-01-15 Yves OrtonAdd support for /k modfier for matching along with...
2007-01-05 Rafael Garcia-SuarezUpdate copyright years in .h files. Also, in .pl
2006-12-25 Yves OrtonRe: Named-capture regex syntax
2006-12-10 Nicholas ClarkRemove code duplication in S_to_utf8_substr() and S_to_...
2006-12-05 Yves OrtonFurther tweaks to make it easier to create regexp engin...
2006-12-04 Rafael Garcia-SuarezBetter version of last patch, by Yves Orton.
2006-12-04 Rafael Garcia-SuarezThe new regexp compilation function must be added to...
2006-12-01 Yves OrtonContinue split of perl internal regexp structures from...
2006-11-29 Yves OrtonRe: Fix \k<foo> preceded by literal
2006-11-27 Nicholas ClarkMove words and revcharmap out of struct _rev_trie_data...
2006-11-26 Nicholas ClarkMove widecharmap out of the shared structure _reg_trie_...
2006-11-26 Nicholas ClarkSwap _reg_ac_data.trie to U32 offset into the regdata...
2006-11-26 Nicholas ClarkMoving the reference count to the front of both _reg_tr...
2006-11-22 Yves Orton\G with /g results in infinite loop in 5.6 and later
2006-11-13 Yves OrtonRe: [PATCH] New regex syntax omnibus
2006-11-13 Yves OrtonRegex Utility Functions and Substituion Fix (XML::Twig...
2006-11-07 Yves OrtonNew regex syntax omnibus
2006-11-02 Yves OrtonAdd more backtracking control verbs to regex engine...
2006-10-19 Yves OrtonRe: Off by one in the trie code?
2006-10-13 Yves OrtonAdd possessive quantifiers to regex engine.
2006-10-07 Yves OrtonRe: [PATCH] Initial attempt at named captures for perls...
2006-10-05 Yves OrtonRe: [perl #8835] fairly large regex optimization bug...
2006-10-05 Yves OrtonRe: [PATCH] Add recursive regexes similar to PCRE
2006-09-29 Yves OrtonMinor re 'Debug' tweaks, also fix a bug in dumping...
2006-09-29 Yves OrtonRe: [PATCH] Add hook for re_dup() into regex engine...
2006-09-11 Yves OrtonTeach regex optimiser how to handle (?=) and (?<=)...
2006-09-05 Yves OrtonRe: [PATCH] Trie jumping
2006-07-16 Yves OrtonRe: Fix loads of warnings from the last escaping patch...
2006-07-15 Yves OrtonUpdated escaping code. utf8 regex debug output improvements
2006-07-07 Yves OrtonMore escaping in the RE
2006-06-17 Yves OrtonComply with the 0x80th commandment
2006-06-14 Yves OrtonRe: [PATCH] fix re debug segvs in global destruction...
2006-06-14 Yves Ortonfix re debug segvs in global destruction, and a tweak...
2006-06-11 Yves OrtonRe: [PATCH] regexec/regcomp.c cleanups
2006-06-11 Nicholas ClarkA little more work needed to get ext/re/t/re.t test...
2006-06-09 Yves OrtonRe: [PATCH] Better version of the Aho-Corasick patch...
2006-05-29 Rafael Garcia-SuarezRegen headers following change 28325. Also, make it...
2006-05-29 Yves OrtonRe: [PATCH] More regex optimisations and debug enhancem...
2006-04-02 Dave Mitchelluse slabs to allocate save state space in regmatch()
2006-02-02 Steven SchubigerRe: [PATCH] s/Null(av|ch)/NULL/g
2005-05-26 Andy LesterUpdated lint infrastructure
2005-03-30 Rafael Garcia-SuarezUpdate copyrights.
2005-03-24 Andy LesterThird consting batch
2005-03-22 Rafael Garcia-SuarezRename ${^RE_TRIE_MAXBUFF} to ${^RE_TRIE_MAXBUF},
2005-03-21 Yves OrtonRe: regexp trie fails compile on VMS
2005-03-18 Yves OrtonRe: Reworked Trie Patch
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-03-02 Hugo van der SandenReverse copyright update (#18801) for files not changed...
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2002-03-21 Nick Ing-SimmonsIntegrate mainline (Win2k/MinGW all ok except threads...
2002-03-20 Jarkko HietaniemiFix for "UTF-8 bug with s///" from Hugo.
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-24 Jarkko HietaniemiSprinkle some copyrights (use the oldest timestamp to
2002-01-05 Jarkko HietaniemiFinish up (ha!) the Unicode case folding;
2002-01-05 Jarkko HietaniemiOoops. Retract the regex parts of #14090.
2002-01-05 Nicholas Clark[REPATCH] Re: [PATCH] Re: socketpair blip on unicos...
2001-11-24 Nicholas Clarkmemset() is cheaper than a loop of 256 bit-a-a-times
2001-11-18 Jarkko HietaniemiRetract #13048: that introduced a malloc() (through...
2001-11-16 Jeff PinyanRe: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_te...
2001-08-04 Jarkko HietaniemiContinuation of #11575: SANY_SEEN completely deprecated,
2001-08-04 Daniel P. BerrangeDecouple SANY into SANY and CANY: the new SANY is ...
2001-07-20 Abhijit Menon-Senadds a comment
2001-07-12 Mark-Jason DominusPatch: document reg_data.what member
2001-05-05 Jarkko HietaniemiAdd preemptive #undefs for some of the shorter and...
2001-04-26 Jarkko HietaniemiDocument ANYOF_CLASS.
2001-04-26 Hugo van der SandenRe: [PATCH @9846] dumping ANYOF
2001-02-18 Jarkko HietaniemiMisapplied regex optimizations when \C is present.
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-12-30 Nick Ing-SimmonsIntegrate mainline
2000-12-30 Inaba Hirotomore UTF8 test suites and an UTF8 patch
2000-12-19 Nick Ing-SimmonsIntegrate mainline.
2000-12-17 Jarkko HietaniemiPolymorphic regexps.
2000-11-18 Ilya Zakharevich[PATCH 5.7.0] make regcomp reenterable
2000-11-07 Jarkko HietaniemiToo profiler-happy: with optimization the #7590 actuall...
2000-11-07 Jarkko HietaniemiShave off about 5% (Digital UNIX, -g, pixie) of the...
2000-10-20 Charles BaileySYN SYN
2000-09-07 Marc LehmannFix for
2000-08-18 Jeffrey FriedlAdd [[:blank:]] as suggested in
2000-08-09 Jeffrey FriedlRe: enhanced(?) regex error messages
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-12-08 Gurusamy Sarathyapply change#4618 again along with Ilya's patch to...
1999-12-03 Gurusamy Sarathyrevert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:...
1999-12-02 Ilya Zakharevichapplied suggested patch with prototype changes
1999-10-25 Ilya ZakharevichRemove the last regnode<==>char*
next