This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for a42d024
[perl5.git] / regexec.c
2010-12-16 Jan DuboisSilence some data truncation compiler warnings
2010-12-15 Karl Williamsonregexec.c: white space changes due to prev. commit
2010-12-15 Karl Williamsonregex: Multi-char /i shouldnt match single char []
2010-12-11 Karl Williamsonregcomp: Allow freeing up bit in ANYOF flags
2010-12-08 Karl Williamsonregexec.c: Fix locale and \s
2010-12-08 Karl Williamsonregexec.c: Add missing handlers for locale \d
2010-12-04 Karl Williamsonregexec.c: Clean up initialized vars in switch
2010-12-04 Karl Williamsonregecomp, regexec: Use mnemonic character names
2010-12-02 Tony CookFix C++ breakage introduced in d7ef4b73
2010-12-02 Karl Williamsonregexec.c: Handle REFFU and NREFFU; refactor
2010-11-29 Tony CookFix C++ build problems introduced in 9a5a5549
2010-11-28 Karl Williamsonregexec.c: Add handling for EXACTFU nodes
2010-11-28 Karl Williamsonregexec.c: pull array lookup out of loop
2010-11-28 Karl Williamsonregexec.c: clarify comments
2010-11-28 Karl Williamsonregexec.c: Latin1 chars can fold match UTF8_ALL
2010-11-24 Rafael Garcia-SuarezDon't use "try" as a variable name
2010-11-22 Karl Williamsonregexec.c: indent code in new block
2010-11-22 Karl Williamsonregexec.c: utf8 could fold to ascii/latin1
2010-11-22 Karl Williamsonregexec.c: Correct indent
2010-11-22 Karl WilliamsonSplit ANYOF_NONBITMAP into two components
2010-11-22 Karl Williamsonrename ANYOF_UNICODE to ANYOF_NONBITMAP
2010-11-22 Karl Williamsonregexec.c: Split EXACT, folding nodes in regrepeat
2010-11-22 Karl Williamsonregex free up bit in ANYOF node
2010-11-08 Karl Williamsonregexec.c: Don't give up on fold matching early
2010-11-08 Karl Williamsonregexec.c: change variable name to its purpose
2010-11-07 Florian RagwitzCorrect grouping in S_reginclass
2010-11-06 Florian RagwitzFix a compiler warning
2010-11-03 Yves Ortonfix the trie part of rt-78356
2010-11-02 Yves OrtonFix RT-70998: qq{\x{30ab}} =~ /\xab|\xa9/ produces... origin/compile
2010-10-31 Karl Williamsonreginclass: Remove redundant test
2010-10-31 Karl Williamsonreginclass: Reorder fastest first
2010-10-31 Karl Williamsonreginclass: Remove unnecessary test
2010-10-31 Karl Williamsonreginclass: Make explicit the length assumptions
2010-10-31 Karl Williamsonreginclass: Rename variable for clarity
2010-10-31 Karl Williamsonregexec.c: reorder statements for speed
2010-10-31 Karl Williamsonregexec.c: Add clarifying comment
2010-10-31 Karl Williamsonreginclass: add some consts to prototype
2010-10-31 Karl Williamsonregexec.c: Remove redundant line.
2010-10-31 Karl Williamsonreginclass: Return matched length even if not utf8
2010-10-31 Karl Williamsonreginclass: Change variable name for clarity.
2010-10-31 Karl Williamsonregexec.c: Document existing reginclass behavior
2010-10-21 Karl Williamsonregexec.c: utf8 doesn't match /i nonutf8 self
2010-10-21 Karl Williamsonregexec.c: utf8 doesn't match non-utf8 self
2010-10-15 Karl WilliamsonSubject: [perl #58182] partial: Add uni \s,\w matching
2010-10-15 Karl WilliamsonSubject: [PATCH] regexec.c: make macros fit 80 cols
2010-10-15 Karl WilliamsonSubject: [PATCH] regexec.c: add and refactor macros
2010-09-30 Florian RagwitzFix typo spotted by avar++
2010-09-29 Florian RagwitzDocument why we're not using the save stack
2010-09-29 Florian RagwitzLocalize PL_reg_state during re_evals
2010-08-26 Yves Ortoneliminate unneeded code, and explain why the code was...
2010-08-26 BramVERB nodes in the regex engine should NOT be marked...
2010-08-23 Yves Ortonfix rt75680 - when working with utf8 strings one must...
2010-08-18 David Mitchellfix 'might be used uninitialized' in S_regmatch
2010-06-24 Yves Ortonwhen disabling regex implicit check string we must...
2010-06-07 Karl Williamsonregexec.c: change names of two vars for clarity
2010-06-06 David Mitchellreduce size of regmatch_state.u.curlyx by 2 words
2010-06-06 David Mitchellmicro-optimise a bit of trie code
2010-06-05 Karl WilliamsonChange regexec.c to use new foldEQ functions
2010-05-29 Karl WilliamsonClarify that count is bytes not unicode characters
2010-05-24 Jerry D. HeddenFix build warnings introduced by v5.13.0-139-ge0fa7e2
2010-05-03 David Mitchellfix a couple of var types
2010-05-03 David Mitchelltries: don't allocate memory at runtime
2010-05-02 Nicholas ClarkFor SAVEt_REGCONTEXT, store the number of save stack...
2010-05-01 Nicholas ClarkOn the save stack, store the save type as the bottom...
2010-05-01 Nicholas ClarkUntangle REGCP_FRAME_ELEMS from REGCP_OTHER_ELEMS.
2010-04-15 David Mitchelluse cBOOL for bool casts
2009-12-20 Karl WilliamsonAllow U+0FFFF in regex
2009-12-14 Craig A. BerryFix compile failure introduced in 37e2e78edfe0a224b8a61...
2009-12-06 Karl Williamsonqr/\X/ expansion
2009-11-08 Vincent PitSvREFCNT_dec already checks if the SV is non-NULL ...
2009-10-25 Yves Ortondisable non-unicode case insensitive trie matching
2009-10-22 Ben MorrowRT#69616: regexp SVs lose regexpness in assignment
2009-10-19 Yves Ortonsomewhat fix failing regex tests. but break lots of...
2009-10-16 Yves Ortonrefactor the special CC code in reg_try()
2009-10-05 Yves Ortonin regexec.c move the BOUND logic out of the way of...
2009-10-04 Yves Ortonrefactor some common logic in regexec.c
2009-09-22 Robin Barkerfix format warnings from regexec.c
2009-09-10 Yves Ortonadd more positive gofs GPOS tests and fix some bugs too
2009-09-09 Yves OrtonFix RT69056 - postive GPOS leads to segv on first match
2009-07-26 George Greermuch better swap logic to support reentrancy and fix...
2009-07-25 Craig A. BerrySave and restore PL_regeol for op inside of regex ...
2009-07-06 hv@crypt.orgRegex fails when string is too long
2009-03-22 David Mitchellfix [RT #60034]. An equivalent fix was already in 5...
2009-03-12 BramFix #56194 Regex: (((??{1 + $^N}))) behaves differently...
2009-01-26 KarlFix memory leak
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_...
next