Silence some VC6 compiler warnings in the regex code
[p5sagit/p5-mst-13.2.git] / ext / re / re.xs
2007-05-03 Steve Hay Silence some VC6 compiler warnings in the regex code
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-24 Steve Hay Fix a function signature missed by #31027 to silence...
2007-04-06 Ævar Arnfjörð Bjar... Re: Proposed changes and to regular expression interfac...
2007-04-04 Yves Orton Re: pmdynflags and thread safety
2007-03-08 Yves Orton Re: [PATCH] Tweaks so that miniperl.exe doesnt croak...
2007-02-13 Yves Orton add hooks for capture buffers into regex engine.
2007-01-31 Yves Orton Improve regex stringification code
2007-01-04 Yves Orton Re: [PATCH] Change implementation of %+ to use a proper...
2006-12-06 Craig A. Berry Avoid my_regdupe type mismatch warning after #29430
2006-12-04 Rafael Garcia-Suarez Better version of last patch, by Yves Orton.
2006-12-04 Rafael Garcia-Suarez The new regexp compilation function must be added to...
2006-12-01 Yves Orton Continue split of perl internal regexp structures from...
2006-11-25 Jarkko Hietaniemi smoke signs suppression
2006-11-23 Yves Orton Cleanup regexp flags and structure
2006-11-17 Yves Orton add regmust() to re.pm/re.xs
2006-11-15 Yves Orton Re: [PATCH] Fix RT#19049 and add relative backreferences
2006-11-13 Yves Orton Regex Utility Functions and Substituion Fix (XML::Twig...
2006-10-11 Jarkko Hietaniemi ext re: C++: EXTERN_C needed, and where did sub install...
2006-09-29 Yves Orton Re: [PATCH] Add hook for re_dup() into regex engine...
2006-09-26 Nicholas Clark Make Perl_regdupe only exist for threaded perls.
2006-09-25 Yves Orton Add hook for re_dup() into regex engine as reg_dupe...
2006-04-21 Nicholas Clark Remove the enable_debugging member from the structure...
2006-04-21 Nicholas Clark Use a struct to hold the regexp engine state informatio...
2006-04-21 Nicholas Clark Merge the install and uninstall routines.
2002-02-21 Jarkko Hietaniemi Externalization from Jatan Shah <jshah@broadcom.com>.
2001-11-20 Andy Dougherty Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048...
2001-11-20 Andy Dougherty Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048...
2001-10-26 Jarkko Hietaniemi Integrate maintperl changes #12268 and #12669;
2001-10-25 Jarkko Hietaniemi Integrate changes #12652 and #12653 from maintperl;
2001-06-13 Craig A. Berry make ext/re play nice with DEBUGGING override
2001-06-09 Nick Ing-Simmons Integrate mainline
2001-06-08 Gisle Aas Unresolved symbol in ext/re/re.xs
2001-04-26 Jarkko Hietaniemi re 'debug' was broken by #9084.
2001-03-09 Dave Mitchell Re: [ PATCH perl@8956 ] new debug option -DR shows...
2001-01-08 Charles Bailey Once again syncing after too long an absence
2000-12-05 Jarkko Hietaniemi dTHR is a nop in 5.6.0 onwards. Ergo, it can go.
1999-07-12 Gurusamy Sarathy fixups for sundry warnings about function pointers
1999-07-12 Gurusamy Sarathy yet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-06 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-06 Ilya Zakharevich applied slightly tweaked version of suggested patch for
1999-06-09 Gurusamy Sarathy more complete support for implicit thread/interpreter...
1999-06-02 Gurusamy Sarathy remove _() non-ansism
1998-07-21 Ilya Zakharevich enable color output with -Mre=debugcolor with -DDEBUGGING
1998-07-18 Nick Ing-Simmons PL_ prefix to all perlvars, part1
1998-07-14 Andy Dougherty added suggested patch (via PM), tweaked to implicitly...
1998-07-12 Gurusamy Sarathy make RE engine threadsafe; -Dusethreads builds, tests...
1998-07-08 Ilya Zakharevich add patch for C<use re 'debug'>