This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make installman work with -Duserelocatableinc and DESTDIR
[perl5.git] / ext / re /
2007-08-22 John E. Malmberg[patch@31739] regop.t fix for VMS
2007-06-30 Abigail/p vs (?p)
2007-06-18 Ævar Arnfjörð Bjar... SvRX() and SvRXOK() macros
2007-06-08 Craig A. BerryAvoid multiply defined symbols in re extension followin...
2007-06-06 Ævar Arnfjörð Bjar... Re: [PATCH] Callbacks for named captures (%+ and %-)
2007-05-03 Steve HayFix breakages caused by #31130:
2007-05-03 Steve HaySilence 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 HayFix 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 OrtonRe: pmdynflags and thread safety
2007-03-22 Yves OrtonResolve PL_curpm issues with (??{}) and fix corruption...
2007-03-08 Yves OrtonRe: [PATCH] Tweaks so that miniperl.exe doesnt croak...
2007-03-01 Yves OrtonRe: New file: t/op/regexp_email.t
2007-02-27 Rafael Garcia-Suarezdmq points out that %+ and %- are not arrays. Fix the...
2007-02-27 Rafael Garcia-SuarezRework and fix docs for %+, %- and re::Tie::Hash::Named...
2007-02-26 Yves OrtonRe: [perl #41565] qr// memory corruption
2007-02-19 Rafael Garcia-SuarezActually, only changes to regexec.c from #30081 needed...
2007-02-19 Rafael Garcia-SuarezRevert change #30081 at dmq's request, and mark its...
2007-02-14 Yves OrtonRe: [PATCH] Document that m//k works
2007-02-13 Yves Ortonadd hooks for capture buffers into regex engine.
2007-01-31 Yves OrtonImprove regex stringification code
2007-01-31 Yves Orton$1 in nested regex EVAL doesnt work correctly.
2007-01-16 Yves OrtonMake offsets support conditional
2007-01-04 Yves OrtonRe: [PATCH] Change implementation of %+ to use a proper...
2006-12-06 Craig A. BerryAvoid my_regdupe type mismatch warning after #29430
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-25 Jarkko Hietaniemismoke signs suppression
2006-11-23 Yves OrtonCleanup regexp flags and structure
2006-11-20 Andreas KönigPatch by Yves Orton to fix the regression reported...
2006-11-17 Rafael Garcia-SuarezDoc nits to re.pm
2006-11-17 Yves Ortonadd regmust() to re.pm/re.xs
2006-11-15 Yves OrtonRe: [PATCH] Fix RT#19049 and add relative backreferences
2006-11-13 Rafael Garcia-SuarezPOD fixes and nits in re.pm
2006-11-13 Yves OrtonRegex Utility Functions and Substituion Fix (XML::Twig...
2006-11-12 Rafael Garcia-SuarezReinstate warning 'Useless use of "re" pragma'
2006-11-07 Yves OrtonNew regex syntax omnibus
2006-11-02 Yves OrtonAdd more backtracking control verbs to regex engine...
2006-10-27 Steve PetersSpelling fixes for re.pm.
2006-10-19 Yves OrtonRe: Off by one in the trie code?
2006-10-11 Rafael Garcia-SuarezUpdate comment (by Yves Orton), plus POD fixes
2006-10-11 Jarkko Hietaniemiext re: C++: EXTERN_C needed, and where did sub install...
2006-10-10 Yves OrtonRegexp Recurse by name.
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-26 Nicholas ClarkMake Perl_regdupe only exist for threaded perls.
2006-09-25 Yves OrtonAdd hook for re_dup() into regex engine as reg_dupe...
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-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 Yves OrtonRe: [PATCH] Better version of the Aho-Corasick patch...
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-22 Nicholas Clark"Don't Repeat Yourself" on the "We *really* need to...
2006-04-21 Nicholas ClarkRemove the enable_debugging member from the structure...
2006-04-21 Nicholas ClarkUse a struct to hold the regexp engine state informatio...
2006-04-21 Nicholas ClarkMerge the install and uninstall routines.
2006-04-21 Nicholas ClarkRefactor re.pm slightly. This has no change to document...
2006-01-12 Nicholas ClarkBump $VERSION in many modules that have changed.
2005-08-02 Piotr FusikTypos in *.p[lm]
2005-03-18 Yves OrtonRe: Reworked Trie Patch
2004-06-18 Nicholas ClarkSkip re tests if re not built.
2003-08-13 Nicholas ClarkRe: script wanted
2003-07-28 Jarkko HietaniemiNo more ext/*/*.t, move them all to ext/*/t.
2003-01-21 Hugo van der Sandenintegrate #18366-18370 from maint-5.8:
2002-11-29 Rafael Garcia-SuarezDocument the hint constants and where they're used.
2002-02-21 Jarkko HietaniemiExternalization from Jatan Shah <jshah@broadcom.com>.
2002-01-29 Nick Ing-SimmonsIntegrate mainline
2002-01-28 Jarkko HietaniemiShow also the debug and debugcolor as known pragmas.
2002-01-11 Michael G. Schwern[PATCH] is() undef/'' behavior change
2001-12-21 Jarkko HietaniemiA plan is good.
2001-12-21 chromatic[REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
2001-11-20 Andy DoughertyRe: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048...
2001-11-20 Andy DoughertyRe: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048...
2001-10-26 Jarkko HietaniemiIntegrate maintperl changes #12268 and #12669;
2001-10-25 Jarkko HietaniemiIntegrate changes #12652 and #12653 from maintperl;
2001-06-29 Jarkko HietaniemiBump up the VERSIONs of modules that have changed since...
2001-06-14 Nick Ing-SimmonsIntegrate mainline
2001-06-13 Craig A. BerryRe: [PATCH perl@10538] make ext/re play nice with DEBUG...
2001-06-13 Craig A. Berrymake ext/re play nice with DEBUGGING override
2001-06-09 Nick Ing-SimmonsIntegrate mainline
2001-06-08 Gisle AasUnresolved symbol in ext/re/re.xs
2001-06-04 Jarkko HietaniemiEradicate traces of 'asciirange' re subpragma.
2001-05-11 Jarkko HietaniemiRemove the 'asciir' re subpragma. Should instead implement
2001-04-26 Jarkko Hietaniemire 'debug' was broken by #9084.
2001-03-30 H.Merijn Brandext/re/aix.pl can go
2001-03-28 Jarkko HietaniemiIntegrate perlio:
2001-03-28 Nick Ing-SimmonsMore EBCDIC tweaks:
2001-03-13 Jarkko HietaniemiWorkaround for the buggy ("internal compiler error")
2001-03-09 Dave MitchellRe: [ PATCH perl@8956 ] new debug option -DR shows...
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-12-05 Jarkko HietaniemidTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-11-19 Nick Ing-SimmonsWork-round to Perl_deb_nocontext is no longer required
2000-11-19 Nick Ing-SimmonsConfigure GCC/Win32 build -Duseperlio
next