This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Document :shared and :unique in attributes.pm
[perl5.git] / ext / re / re.xs
2012-06-13 David Mitchellmake Perl_... and my_re_op_compile sigs match
2012-06-13 David Mitchelladd op_comp field to regexp_engine API
2012-06-13 David Mitchelladd Perl_re_op_compile function
2011-02-18 David LeadbeaterAvoid segfault in re::regmust with pluggable RE engines
2008-10-31 Nicholas ClarkChange 34672 should have removed a const from re.xs...
2008-01-09 Jerry D. HeddenMove re::regexp_pattern to universal.c
2008-01-06 Nicholas ClarkAllow sv_setsv_flags() to copy SVt_REGEXP much like...
2008-01-05 Nicholas ClarkReplace all reads of RXf_UTF8 with RX_UTF8().
2008-01-02 Nicholas ClarkWrap all deferences of struct regexp* in macros RX_...
2007-12-29 Nicholas ClarkThe position of the modifier flag bits is actually...
2007-12-29 Nicholas ClarkWrap wrapped and wraplen from struct regexp in macros...
2007-12-28 Nicholas ClarkWrap all accesses to the members precomp and prelen...
2007-12-22 Robin Barkerext/ consting
2007-06-18 Ævar Arnfjörð Bjar... SvRX() and SvRXOK() macros
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-08 Yves OrtonRe: [PATCH] Tweaks so that miniperl.exe doesnt croak...
2007-02-13 Yves Ortonadd hooks for capture buffers into regex engine.
2007-01-31 Yves OrtonImprove regex stringification code
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-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 Yves OrtonRegex Utility Functions and Substituion Fix (XML::Twig...
2006-10-11 Jarkko Hietaniemiext re: C++: EXTERN_C needed, and where did sub install...
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-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.
2002-02-21 Jarkko HietaniemiExternalization from Jatan Shah <jshah@broadcom.com>.
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-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-04-26 Jarkko Hietaniemire 'debug' was broken by #9084.
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.
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
1998-07-21 Ilya Zakharevichenable color output with -Mre=debugcolor with -DDEBUGGING
1998-07-18 Nick Ing-SimmonsPL_ prefix to all perlvars, part1
1998-07-14 Andy Doughertyadded suggested patch (via PM), tweaked to implicitly...
1998-07-12 Gurusamy Sarathymake RE engine threadsafe; -Dusethreads builds, tests...
1998-07-08 Ilya Zakharevichadd patch for C<use re 'debug'>