Make Perl_regdupe only exist for threaded perls.
[p5sagit/p5-mst-13.2.git] / ext / re / re.xs
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'>