remove Perl_pmflag
[p5sagit/p5-mst-13.2.git] / ext / re /
2010-01-20 Ricardo Signes bump versions for core libs changed since 5.11.3
2010-01-06 Abigail Fix typo in reference
2010-01-06 Abigail Document that interpolating a '(??{ code })' construct...
2010-01-06 Abigail Fix a couple of typos and standardize on using 'regexp...
2009-10-25 Yves Orton disable non-unicode case insensitive trie matching
2009-09-12 Nicholas Clark Untangle File::Basename and re - avoid hard-coding...
2009-09-12 Nicholas Clark re.pm will load under miniperl, so don't hard-code...
2009-09-11 Nicholas Clark Always load the re.xs code, unless we're running under...
2009-09-10 Yves Orton add more positive gofs GPOS tests and fix some bugs too
2009-08-27 Nicholas Clark Make extensions in ext run their tests from the extensi...
2009-03-26 Nicholas Clark Remove now-redundant references to MAN3PODS in core...
2008-10-31 Nicholas Clark Change 34672 should have removed a const from re.xs...
2008-01-09 Jerry D. Hedden Move re::regexp_pattern to universal.c
2008-01-06 Nicholas Clark Allow sv_setsv_flags() to copy SVt_REGEXP much like...
2008-01-05 Nicholas Clark Replace all reads of RXf_UTF8 with RX_UTF8().
2008-01-05 Nicholas Clark Make ext/re/t/re_funcs.t warnings clean.
2008-01-02 Nicholas Clark Wrap all deferences of struct regexp* in macros RX_...
2007-12-29 Nicholas Clark The position of the modifier flag bits is actually...
2007-12-29 Nicholas Clark Wrap wrapped and wraplen from struct regexp in macros...
2007-12-28 Nicholas Clark Wrap all accesses to the members precomp and prelen...
2007-12-22 Robin Barker ext/ consting
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. Berry Avoid 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 Hay Fix breakages caused by #31130:
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-22 Yves Orton Resolve PL_curpm issues with (??{}) and fix corruption...
2007-03-08 Yves Orton Re: [PATCH] Tweaks so that miniperl.exe doesnt croak...
2007-03-01 Yves Orton Re: New file: t/op/regexp_email.t
2007-02-27 Rafael Garcia-Suarez dmq points out that %+ and %- are not arrays. Fix the...
2007-02-27 Rafael Garcia-Suarez Rework and fix docs for %+, %- and re::Tie::Hash::Named...
2007-02-26 Yves Orton Re: [perl #41565] qr// memory corruption
2007-02-19 Rafael Garcia-Suarez Actually, only changes to regexec.c from #30081 needed...
2007-02-19 Rafael Garcia-Suarez Revert change #30081 at dmq's request, and mark its...
2007-02-14 Yves Orton Re: [PATCH] Document that m//k works
2007-02-13 Yves Orton add hooks for capture buffers into regex engine.
2007-01-31 Yves Orton Improve regex stringification code
2007-01-31 Yves Orton $1 in nested regex EVAL doesnt work correctly.
2007-01-16 Yves Orton Make offsets support conditional
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-20 Andreas König Patch by Yves Orton to fix the regression reported...
2006-11-17 Rafael Garcia-Suarez Doc nits to re.pm
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 Rafael Garcia-Suarez POD fixes and nits in re.pm
2006-11-13 Yves Orton Regex Utility Functions and Substituion Fix (XML::Twig...
2006-11-12 Rafael Garcia-Suarez Reinstate warning 'Useless use of "re" pragma'
2006-11-07 Yves Orton New regex syntax omnibus
2006-11-02 Yves Orton Add more backtracking control verbs to regex engine...
2006-10-27 Steve Peters Spelling fixes for re.pm.
2006-10-19 Yves Orton Re: Off by one in the trie code?
2006-10-11 Rafael Garcia-Suarez Update comment (by Yves Orton), plus POD fixes
2006-10-11 Jarkko Hietaniemi ext re: C++: EXTERN_C needed, and where did sub install...
2006-10-10 Yves Orton Regexp Recurse by name.
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-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-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-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 Yves Orton Re: [PATCH] Better version of the Aho-Corasick patch...
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-22 Nicholas Clark "Don't Repeat Yourself" on the "We *really* need to...
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.
2006-04-21 Nicholas Clark Refactor re.pm slightly. This has no change to document...
2006-01-12 Nicholas Clark Bump $VERSION in many modules that have changed.
2005-08-02 Piotr Fusik Typos in *.p[lm]
2005-03-18 Yves Orton Re: Reworked Trie Patch
2004-06-18 Nicholas Clark Skip re tests if re not built.
2003-08-13 Nicholas Clark Re: script wanted
2003-07-28 Jarkko Hietaniemi No more ext/*/*.t, move them all to ext/*/t.
2003-01-21 Hugo van der Sanden integrate #18366-18370 from maint-5.8:
2002-11-29 Rafael Garcia-Suarez Document the hint constants and where they're used.
2002-02-21 Jarkko Hietaniemi Externalization from Jatan Shah <jshah@broadcom.com>.
2002-01-29 Nick Ing-Simmons Integrate mainline
2002-01-28 Jarkko Hietaniemi Show also the debug and debugcolor as known pragmas.
2002-01-11 Michael G. Schwern [PATCH] is() undef/'' behavior change
2001-12-21 Jarkko Hietaniemi A plan is good.
2001-12-21 chromatic [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
2001-11-20 Andy Dougherty Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048...
next