Re: [PATCH] New regex syntax omnibus
[p5sagit/p5-mst-13.2.git] / regcomp.h
2006-11-13 Yves Orton Re: [PATCH] New regex syntax omnibus
2006-11-13 Yves Orton Regex Utility Functions and Substituion Fix (XML::Twig...
2006-11-07 Yves Orton New regex syntax omnibus
2006-11-02 Yves Orton Add more backtracking control verbs to regex engine...
2006-10-19 Yves Orton Re: Off by one in the trie code?
2006-10-13 Yves Orton Add possessive quantifiers to regex engine.
2006-10-07 Yves Orton Re: [PATCH] Initial attempt at named captures for perls...
2006-10-05 Yves Orton Re: [perl #8835] fairly large regex optimization bug...
2006-10-05 Yves Orton Re: [PATCH] Add recursive regexes similar to PCRE
2006-09-29 Yves Orton Minor re 'Debug' tweaks, also fix a bug in dumping...
2006-09-29 Yves Orton Re: [PATCH] Add hook for re_dup() into regex engine...
2006-09-11 Yves Orton Teach regex optimiser how to handle (?=) and (?<=)...
2006-09-05 Yves Orton Re: [PATCH] Trie jumping
2006-07-16 Yves Orton Re: Fix loads of warnings from the last escaping patch...
2006-07-15 Yves Orton Updated escaping code. utf8 regex debug output improvements
2006-07-07 Yves Orton More escaping in the RE
2006-06-17 Yves Orton Comply with the 0x80th commandment
2006-06-14 Yves Orton Re: [PATCH] fix re debug segvs in global destruction...
2006-06-14 Yves Orton fix re debug segvs in global destruction, and a tweak...
2006-06-11 Yves Orton Re: [PATCH] regexec/regcomp.c cleanups
2006-06-11 Nicholas Clark A little more work needed to get ext/re/t/re.t test...
2006-06-09 Yves Orton Re: [PATCH] Better version of the Aho-Corasick patch...
2006-05-29 Rafael Garcia-Suarez Regen headers following change 28325. Also, make it...
2006-05-29 Yves Orton Re: [PATCH] More regex optimisations and debug enhancem...
2006-04-02 Dave Mitchell use slabs to allocate save state space in regmatch()
2006-02-02 Steven Schubiger Re: [PATCH] s/Null(av|ch)/NULL/g
2005-05-26 Andy Lester Updated lint infrastructure
2005-03-30 Rafael Garcia-Suarez Update copyrights.
2005-03-24 Andy Lester Third consting batch
2005-03-22 Rafael Garcia-Suarez Rename ${^RE_TRIE_MAXBUFF} to ${^RE_TRIE_MAXBUF},
2005-03-21 Yves Orton Re: regexp trie fails compile on VMS
2005-03-18 Yves Orton Re: Reworked Trie Patch
2003-04-16 Jarkko Hietaniemi Fix up Larry's copyright statements to my best knowledge.
2003-03-02 Hugo van der Sanden Reverse copyright update (#18801) for files not changed...
2003-03-02 Hugo van der Sanden Update all copyrights to 2003, from Jarkko
2002-03-21 Nick Ing-Simmons Integrate mainline (Win2k/MinGW all ok except threads...
2002-03-20 Jarkko Hietaniemi Fix for "UTF-8 bug with s///" from Hugo.
2002-01-25 Nick Ing-Simmons Integrate mainline
2002-01-24 Jarkko Hietaniemi Sprinkle some copyrights (use the oldest timestamp to
2002-01-05 Jarkko Hietaniemi Finish up (ha!) the Unicode case folding;
2002-01-05 Jarkko Hietaniemi Ooops. Retract the regex parts of #14090.
2002-01-05 Nicholas Clark [REPATCH] Re: [PATCH] Re: socketpair blip on unicos...
2001-11-24 Nicholas Clark memset() is cheaper than a loop of 256 bit-a-a-times
2001-11-18 Jarkko Hietaniemi Retract #13048: that introduced a malloc() (through...
2001-11-16 Jeff Pinyan Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_te...
2001-08-04 Jarkko Hietaniemi Continuation of #11575: SANY_SEEN completely deprecated,
2001-08-04 Daniel P. Berrange Decouple SANY into SANY and CANY: the new SANY is ...
2001-07-20 Abhijit Menon-Sen adds a comment
2001-07-12 Mark-Jason Dominus Patch: document reg_data.what member
2001-05-05 Jarkko Hietaniemi Add preemptive #undefs for some of the shorter and...
2001-04-26 Jarkko Hietaniemi Document ANYOF_CLASS.
2001-04-26 Hugo van der Sanden Re: [PATCH @9846] dumping ANYOF
2001-02-18 Jarkko Hietaniemi Misapplied regex optimizations when \C is present.
2001-01-08 Charles Bailey Once again syncing after too long an absence
2000-12-30 Nick Ing-Simmons Integrate mainline
2000-12-30 Inaba Hiroto more UTF8 test suites and an UTF8 patch
2000-12-19 Nick Ing-Simmons Integrate mainline.
2000-12-17 Jarkko Hietaniemi Polymorphic regexps.
2000-11-18 Ilya Zakharevich [PATCH 5.7.0] make regcomp reenterable
2000-11-07 Jarkko Hietaniemi Too profiler-happy: with optimization the #7590 actuall...
2000-11-07 Jarkko Hietaniemi Shave off about 5% (Digital UNIX, -g, pixie) of the...
2000-10-20 Charles Bailey SYN SYN
2000-09-07 Marc Lehmann Fix for
2000-08-18 Jeffrey Friedl Add [[:blank:]] as suggested in
2000-08-09 Jeffrey Friedl Re: enhanced(?) regex error messages
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-08 Gurusamy Sarathy apply change#4618 again along with Ilya's patch to...
1999-12-03 Gurusamy Sarathy revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:...
1999-12-02 Ilya Zakharevich applied suggested patch with prototype changes
1999-10-25 Ilya Zakharevich Remove the last regnode<==>char*
1999-10-10 Gurusamy Sarathy revert SAVEDESTRUCTOR() to accepting void(*)(void*...
1999-08-03 Ilya Zakharevich Clarify RE engine code; inline a static function to...
1999-07-08 Gurusamy Sarathy more PERL_OBJECT cleanups (changes still untested on...
1999-07-08 Gurusamy Sarathy sundry cleanups for clean build on windows
1999-07-06 Jarkko Hietaniemi POSIX [[:character class:]] support for standard, locale,
1999-07-06 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-06 Ilya Zakharevich applied slightly tweaked version of suggested patch for
1999-06-12 Gurusamy Sarathy EXTERN_C declarations for global arrays in various
1999-06-09 Gurusamy Sarathy more complete support for implicit thread/interpreter...
1999-02-07 Ilya Zakharevich patch for change#2822, done right; add PERL_OBJECT...
1999-02-07 Gurusamy Sarathy Ilya's idea for cleaning up failed regex allocs (substa...
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-07-20 Gurusamy Sarathy complete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-18 Nick Ing-Simmons PL_ prefix to all perlvars, part1
1998-06-22 Ilya Zakharevich add patch that generates regnodes.h via regcomp.pl
1998-06-12 Ilya Zakharevich applied patch, with indentation tweaks
1998-06-11 Andy Dougherty make REG_INFTY default to something saner when sizeof...
1998-06-11 Ilya Zakharevich Bugs with (?{}), $^R and many-to-many subst
1998-06-10 Ilya Zakharevich Re: [PATCH 5.004_66] REG_INFTY patch corrected
1998-05-18 Gurusamy Sarathy [asperl] integrate mainline changes (untested)
1998-05-13 Gurusamy Sarathy [win32] merge change#664 from maint branch
1998-04-20 Gurusamy Sarathy [asperl] add AS patch#16
1998-04-02 Jarkko Hietaniemi Re: [PATCH] 5.004_63: UNICOS 9
1998-03-16 Charles Bailey VMS updates (direct)
1998-03-05 Gisle Aas External symbol re_croak2
1998-01-30 Gurusamy Sarathy [asperl] initial merge of latest win32 branch into...
1998-01-30 Gurusamy Sarathy [asperl] added AS patch#2
1998-01-08 Charles Bailey Assorted VMS patches (mostly VMS makefile update for...
next