This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
SetUID scripts are deprecated for 5.12
[perl5.git] / regexec.c
2009-01-04 Slaven RezicAnother regexp failure with utf8-flagged string and...
2008-12-28 KarlFix malformed utf8 in regexec.c
2008-12-27 Yves Ortonfix bug #57042 - preserve $^R across TRIE matches
2008-11-08 Marcus Holland-MoritzAssigning to DEFSV leaks if PL_defgv's gp_sv isn't...
2008-11-07 Marcus Holland-MoritzRevert SvPVX() to allow lvalue usage, but also add a
2008-11-06 Yves OrtonVarious changes to regex diagnostics and testing
2008-11-06 Yves OrtonResolve perl #60344: Regex lookbehind failure after...
2008-11-02 Tom ChristiansenPATCH: Large omnibus patch to clean up the JRRT quotes
2008-10-30 Nicholas ClarkEliminate (SV *) casts from the rest of *.c, picking...
2008-10-29 Nicholas ClarkEliminate (AV *) casts in *.c.
2008-10-28 Nicholas ClarkEvery remaining (HV *) cast in *.c
2008-10-25 Nicholas ClarkUpdate copyright years.
2008-02-12 Nicholas Clarkassert() that every NN argument is not NULL. Otherwise...
2008-01-11 Nicholas ClarkREGEXPs are now stored directly in PL_regex_padav,...
2008-01-10 Nicholas ClarkIt seems that you don't need to reference count PL_reg_...
2008-01-10 Nicholas ClarkThe correct solution is to reference count the regexp...
2008-01-09 Nicholas ClarkChange 32899 missed the other double-reference count.
2008-01-08 Nicholas ClarkCorrect a long-standing ithreads reference counting...
2008-01-07 Nicholas ClarkClarify the use of SVf_BREAK on PL_reg_curpm.
2008-01-05 Nicholas ClarkMake REGEXP a type distinct from SV. (Much like AV...
2008-01-05 Moritz LenzFix regexec.c so $^N and $+ are correctly updated so...
2008-01-05 Nicholas ClarkConvert all accesses of the member paren_names of struc...
2008-01-05 Nicholas ClarkAbolish RXf_UTF8. Store the UTF-8-ness of the pattern...
2008-01-05 Nicholas ClarkMake Perl_pregcomp() use SvUTF8() of the pattern, rathe...
2008-01-05 Yves Ortons/re/rx/ in an assert overlooked during recent renovations
2008-01-05 Nicholas ClarkReplace all reads of RXf_UTF8 with RX_UTF8().
2008-01-05 Nicholas ClarkAdd RX_UTF8(), which is effectively SvUTF8() but for...
2008-01-02 Nicholas ClarkMake struct regexp the body of SVt_REGEXP SVs, REGEXPs...
2008-01-02 Nicholas ClarkWrap all deferences of struct regexp* in macros RX_...
2007-12-28 Nicholas ClarkWrap all accesses to the members precomp and prelen...
2007-12-28 Nicholas ClarkFirst class regexps.
2007-12-27 Nicholas Clarkscalars used in postponed subexpressions aren't first...
2007-12-27 Nicholas Clarkassert() that the sv_unmagic() in S_regmatch() is unneeded.
2007-12-27 Nicholas ClarkRegexps are now orange.
2007-12-17 Rafael Garcia-SuarezComment out a now unused variable
2007-12-17 Yves OrtonFix various bugs in regex engine with mixed utf8/latin...
2007-11-07 Rick DelaneyRe: [perl #47195] $1 suddenly tainted after regexp...
2007-08-30 Jarkko Hietaniemimisc blead stuff
2007-08-18 Marcus Holland-MoritzTRIE must use 'yes' state transitions when more than...
2007-06-24 Nicholas Clarks/\bunicode\b/Unicode/; # For everything not dual life
2007-06-18 Dave Mitchell[perl #43159] 5.9.4 regexp capturing wrongly
2007-06-18 Dave Mitchelladd test for, and update comments for, old defined...
2007-06-05 Steve HaySilence another VC++ compiler warning (signed/unsigned...
2007-05-29 Yves OrtonRe: [perl #43015] regex /.*\z/ doesn't matches strings...
2007-05-02 Yves Ortontweak some regexp params to avoid warnings
2007-04-30 Rafael Garcia-SuarezSignedness nit, found by Jarkko
2007-04-30 Ævar Arnfjörð Bjar... Re: [PATCH] Cleanup of the regexp API
2007-04-27 Yves OrtonRe: Analysis of problems with mixed encoding case insen...
2007-04-27 Rafael Garcia-SuarezFix a signed/unsigned comparison warning
2007-04-26 Nicholas ClarkAvoid a SIGBUS caused by passing a U32 pointer to utf8_...
2007-04-26 Yves OrtonRe: Analysis of problems with mixed encoding case insen...
2007-04-23 Ævar Arnfjörð Bjar... Re: [PATCH (incomplete)] Make regcomp use SV* sv, inste...
2007-04-23 Yves OrtonChange meaning of \v, \V, and add \h, \H to match Perl6...
2007-04-04 Yves OrtonRe: pmdynflags and thread safety
2007-04-01 Dave Mitchellfree backtrack track when on unexpected exit, eg /...
2007-04-01 Dave Mitchellfix $^R scoping bug.
2007-03-26 Nicholas ClarkIn struct regexp replace the two arrays of I32s accesse...
2007-03-26 Nicholas ClarkMove the declaration of two variables into the only...
2007-03-24 Nicholas Clarkstartp and endp can allocate their array of I32s from...
2007-03-22 Yves OrtonResolve PL_curpm issues with (??{}) and fix corruption...
2007-03-20 Yves Ortonfeel the the baÃ\9f (encoding problems in the regex engine)
2007-03-13 Nicholas ClarkThe dMY_CXT added in change 27938 isn't needed when...
2007-03-03 Nicholas ClarkDefine and initialise reg_name only once.
2007-03-01 Yves OrtonRe: New file: t/op/regexp_email.t
2007-02-26 Yves OrtonRe: [perl #41565] qr// memory corruption
2007-02-26 Yves OrtonRe: Regexp recursion limit too low?
2007-02-20 Steve PetersSilence a couple of compile warnings.
2007-02-20 Jarkko Hietaniemiregexec.c: S_ stands for static
2007-02-19 Rafael Garcia-SuarezRevert change #30081 at dmq's request, and mark its...
2007-02-12 Yves OrtonRe: [perl #41492] Incorrect match with /(?(DEFINE)...
2007-02-03 Yves OrtonRe: prerelease checklist for Perl 5.10
2007-02-02 Nicholas ClarkChange 29502 wasn't perfect - you need to remove any...
2007-01-31 Yves OrtonImprove regex stringification code
2007-01-31 Yves Orton$1 in nested regex EVAL doesnt work correctly.
2007-01-11 Yves OrtonAdd Regexp::Keep \K functionality to regex engine as...
2007-01-05 Rafael Garcia-SuarezUpdate copyright years in .c files
2007-01-05 Steve HaySilence various VC6 warnings
2007-01-04 Marcus Holland-Moritz4th patch from:
2007-01-04 Marcus Holland-MoritzThe first three patches from:
2006-12-12 Steve HaySilence VC warnings about possible operator precedence...
2006-12-10 Nicholas ClarkRemove code duplication in S_to_utf8_substr() and S_to_...
2006-12-10 Nicholas ClarkDowngrading a fixed or floating substring of a pattern...
2006-12-04 Yves Orton\R is supposed to mean something else so switch to...
2006-11-27 Nicholas ClarkMove words and revcharmap out of struct _rev_trie_data...
2006-11-26 Nicholas ClarkMove widecharmap out of the shared structure _reg_trie_...
2006-11-26 Nicholas ClarkSwap _reg_ac_data.trie to U32 offset into the regdata...
2006-11-25 Jarkko Hietaniemismoke signs suppression
2006-11-23 Yves OrtonRe: [PATCH] Cleanup regexp flags and structure
2006-11-23 Yves OrtonCleanup regexp flags and structure
2006-11-22 Yves Orton\G with /g results in infinite loop in 5.6 and later
2006-11-20 Andreas KönigPatch by Yves Orton to fix the regression reported...
2006-11-17 yves orton[perl #36909] $^R undefined on matches involving backre...
2006-11-15 Yves OrtonRe: [PATCH] Fix RT#19049 and add relative backreferences
2006-11-14 Yves OrtonFwd: Memory leak with s/// and hashes
2006-11-13 Yves OrtonRe: [PATCH] New regex syntax omnibus
2006-11-12 Nicholas ClarkLooks like I didn't actually test the COW conditional...
2006-11-12 Jarkko Hietaniemi(2nd version) small tweaks based on smoke signs
2006-11-09 Robin Barker***speculative*** was RE: [PATCH] regexec.c - silence...
2006-11-08 Rafael Garcia-SuarezType change to avoid signed/unsigned compiler warnings
2006-11-07 Yves OrtonNew regex syntax omnibus
next