This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade to Test-Simple-0.65.
[perl5.git] / ext / re /
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
2000-11-14 Benjamin StuhlFix the re extension building for Win32.
2000-11-01 Jarkko HietaniemiMore AIX lore.
2000-10-31 Peter Prymmergeneralize AIX ccversion hack for re extension
2000-10-25 Peter PrymmerAIX is picky about its symbol exports. Solution for now
2000-10-20 Charles BaileySYN SYN
2000-08-23 Jarkko HietaniemiPortability fix from Hugo van der Sanden.
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-12-03 Ilya Zakharevichapplied suggested patch; removed $VERSION = $VERSION...
1999-07-12 Gurusamy Sarathyfixups for sundry warnings about function pointers
1999-07-12 Gurusamy Sarathyyet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-06 Jarkko HietaniemiIntegrate with Sarathy.
1999-07-06 Ilya Zakharevichapplied slightly tweaked version of suggested patch for
1999-06-09 Gurusamy Sarathymore complete support for implicit thread/interpreter...
1999-06-02 Gurusamy Sarathyremove _() non-ansism
1999-03-24 Charles Baileyapplied suggested patch, modulo superseded parts
1999-01-13 Hans Mulder[Patch for 5.005_54] re::debugcolors dumps core
1998-10-15 Gurusamy Sarathycorrect bugs exposed in MM_Unix.pm by commenting out...
1998-09-23 Gurusamy Sarathyre-introduce change#1703
1998-08-05 Gurusamy Sarathyback out change#1703 that break bincompat with PERL_OBJ...
1998-08-02 Ilya Zakharevichbetter RE colors
1998-07-21 Ilya Zakharevichenable color output with -Mre=debugcolor with -DDEBUGGING
1998-07-21 Ilya Zakharevichapplied a tweaked version of suggested patch
1998-07-19 Nick Ing-SimmonsMerge Mainline
1998-07-19 M. J. T. Guyminor re.pm cleanup
1998-07-18 Nick Ing-SimmonsPL_ prefix to all perlvars, part1
1998-07-15 Gurusamy Sarathyminor tweaks to docs on qr//
1998-07-14 Hans Mulderapplied patch, slightly tweaked
1998-07-14 Jarkko Hietaniemiadd files and tweaks needed for MPE/iX port (via PM)
1998-07-14 Andy Doughertyadded suggested patch (via PM), tweaked to implicitly...
1998-07-12 Gurusamy Sarathymerge changes 1424, 1428 from maintbranch
1998-07-12 Gurusamy Sarathymake RE engine threadsafe; -Dusethreads builds, tests...
1998-07-11 Ilya Zakharevichadd patch, along with all the missing bits, and doc...
1998-07-11 Gurusamy Sarathyadd 'clean' target for ext/re
1998-07-09 Gurusamy Sarathyget it building again on win32
1998-07-08 Ilya Zakharevichadd patch for C<use re 'debug'>