LOGONLY mark f2ed9b and 16d811 as NODOC since they're internals cleanup only
[p5sagit/p5-mst-13.2.git] / regexec.c
2010-06-07 Karl Williamson regexec.c: change names of two vars for clarity
2010-06-06 David Mitchell reduce size of regmatch_state.u.curlyx by 2 words
2010-06-06 David Mitchell micro-optimise a bit of trie code
2010-06-05 Karl Williamson Change regexec.c to use new foldEQ functions
2010-05-29 Karl Williamson Clarify that count is bytes not unicode characters
2010-05-24 Jerry D. Hedden Fix build warnings introduced by v5.13.0-139-ge0fa7e2
2010-05-03 David Mitchell fix a couple of var types
2010-05-03 David Mitchell tries: don't allocate memory at runtime
2010-05-02 Nicholas Clark For SAVEt_REGCONTEXT, store the number of save stack...
2010-05-01 Nicholas Clark On the save stack, store the save type as the bottom...
2010-05-01 Nicholas Clark Untangle REGCP_FRAME_ELEMS from REGCP_OTHER_ELEMS.
2010-04-15 David Mitchell use cBOOL for bool casts
2009-12-20 Karl Williamson Allow U+0FFFF in regex
2009-12-14 Craig A. Berry Fix compile failure introduced in 37e2e78edfe0a224b8a61...
2009-12-06 Karl Williamson qr/\X/ expansion
2009-11-08 Vincent Pit SvREFCNT_dec already checks if the SV is non-NULL ...
2009-10-25 Yves Orton disable non-unicode case insensitive trie matching
2009-10-22 Ben Morrow RT#69616: regexp SVs lose regexpness in assignment
2009-10-19 Yves Orton somewhat fix failing regex tests. but break lots of...
2009-10-16 Yves Orton refactor the special CC code in reg_try()
2009-10-05 Yves Orton in regexec.c move the BOUND logic out of the way of...
2009-10-04 Yves Orton refactor some common logic in regexec.c
2009-09-22 Robin Barker fix format warnings from regexec.c
2009-09-10 Yves Orton add more positive gofs GPOS tests and fix some bugs too
2009-09-09 Yves Orton Fix RT69056 - postive GPOS leads to segv on first match
2009-07-26 George Greer much better swap logic to support reentrancy and fix...
2009-07-25 Craig A. Berry Save and restore PL_regeol for op inside of regex ...
2009-07-06 hv@crypt.org Regex fails when string is too long
2009-03-22 David Mitchell fix [RT #60034]. An equivalent fix was already in 5...
2009-03-12 Bram Fix #56194 Regex: (((??{1 + $^N}))) behaves differently...
2009-01-26 Karl Fix memory leak
2009-01-04 Slaven Rezic Another regexp failure with utf8-flagged string and...
2008-12-28 Karl Fix malformed utf8 in regexec.c
2008-12-27 Yves Orton fix bug #57042 - preserve $^R across TRIE matches
2008-11-08 Marcus Holland-Moritz Assigning to DEFSV leaks if PL_defgv's gp_sv isn't...
2008-11-07 Marcus Holland-Moritz Revert SvPVX() to allow lvalue usage, but also add a
2008-11-06 Yves Orton Various changes to regex diagnostics and testing
2008-11-06 Yves Orton Resolve perl #60344: Regex lookbehind failure after...
2008-11-02 Tom Christiansen PATCH: Large omnibus patch to clean up the JRRT quotes
2008-10-30 Nicholas Clark Eliminate (SV *) casts from the rest of *.c, picking...
2008-10-29 Nicholas Clark Eliminate (AV *) casts in *.c.
2008-10-28 Nicholas Clark Every remaining (HV *) cast in *.c
2008-10-25 Nicholas Clark Update copyright years.
2008-02-12 Nicholas Clark assert() that every NN argument is not NULL. Otherwise...
2008-01-11 Nicholas Clark REGEXPs are now stored directly in PL_regex_padav,...
2008-01-10 Nicholas Clark It seems that you don't need to reference count PL_reg_...
2008-01-10 Nicholas Clark The correct solution is to reference count the regexp...
2008-01-09 Nicholas Clark Change 32899 missed the other double-reference count.
2008-01-08 Nicholas Clark Correct a long-standing ithreads reference counting...
2008-01-07 Nicholas Clark Clarify the use of SVf_BREAK on PL_reg_curpm.
2008-01-05 Nicholas Clark Make REGEXP a type distinct from SV. (Much like AV...
2008-01-05 Moritz Lenz Fix regexec.c so $^N and $+ are correctly updated so...
2008-01-05 Nicholas Clark Convert all accesses of the member paren_names of struc...
2008-01-05 Nicholas Clark Abolish RXf_UTF8. Store the UTF-8-ness of the pattern...
2008-01-05 Nicholas Clark Make Perl_pregcomp() use SvUTF8() of the pattern, rathe...
2008-01-05 Yves Orton s/re/rx/ in an assert overlooked during recent renovations
2008-01-05 Nicholas Clark Replace all reads of RXf_UTF8 with RX_UTF8().
2008-01-05 Nicholas Clark Add RX_UTF8(), which is effectively SvUTF8() but for...
2008-01-02 Nicholas Clark Make struct regexp the body of SVt_REGEXP SVs, REGEXPs...
2008-01-02 Nicholas Clark Wrap all deferences of struct regexp* in macros RX_...
2007-12-28 Nicholas Clark Wrap all accesses to the members precomp and prelen...
2007-12-28 Nicholas Clark First class regexps.
2007-12-27 Nicholas Clark scalars used in postponed subexpressions aren't first...
2007-12-27 Nicholas Clark assert() that the sv_unmagic() in S_regmatch() is unneeded.
2007-12-27 Nicholas Clark Regexps are now orange.
2007-12-17 Rafael Garcia-Suarez Comment out a now unused variable
2007-12-17 Yves Orton Fix various bugs in regex engine with mixed utf8/latin...
2007-11-07 Rick Delaney Re: [perl #47195] $1 suddenly tainted after regexp...
2007-08-30 Jarkko Hietaniemi misc blead stuff
2007-08-18 Marcus Holland-Moritz TRIE must use 'yes' state transitions when more than...
2007-06-24 Nicholas Clark s/\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 Mitchell add test for, and update comments for, old defined...
2007-06-05 Steve Hay Silence another VC++ compiler warning (signed/unsigned...
2007-05-29 Yves Orton Re: [perl #43015] regex /.*\z/ doesn't matches strings...
2007-05-02 Yves Orton tweak some regexp params to avoid warnings
2007-04-30 Rafael Garcia-Suarez Signedness nit, found by Jarkko
2007-04-30 Ævar Arnfjörð Bjar... Re: [PATCH] Cleanup of the regexp API
2007-04-27 Yves Orton Re: Analysis of problems with mixed encoding case insen...
2007-04-27 Rafael Garcia-Suarez Fix a signed/unsigned comparison warning
2007-04-26 Nicholas Clark Avoid a SIGBUS caused by passing a U32 pointer to utf8_...
2007-04-26 Yves Orton Re: 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 Orton Change meaning of \v, \V, and add \h, \H to match Perl6...
2007-04-04 Yves Orton Re: pmdynflags and thread safety
2007-04-01 Dave Mitchell free backtrack track when on unexpected exit, eg /...
2007-04-01 Dave Mitchell fix $^R scoping bug.
2007-03-26 Nicholas Clark In struct regexp replace the two arrays of I32s accesse...
2007-03-26 Nicholas Clark Move the declaration of two variables into the only...
2007-03-24 Nicholas Clark startp and endp can allocate their array of I32s from...
2007-03-22 Yves Orton Resolve PL_curpm issues with (??{}) and fix corruption...
2007-03-20 Yves Orton feel the the baß (encoding problems in the regex engine)
2007-03-13 Nicholas Clark The dMY_CXT added in change 27938 isn't needed when...
2007-03-03 Nicholas Clark Define and initialise reg_name only once.
2007-03-01 Yves Orton Re: New file: t/op/regexp_email.t
2007-02-26 Yves Orton Re: [perl #41565] qr// memory corruption
2007-02-26 Yves Orton Re: Regexp recursion limit too low?
2007-02-20 Steve Peters Silence a couple of compile warnings.
2007-02-20 Jarkko Hietaniemi regexec.c: S_ stands for static
2007-02-19 Rafael Garcia-Suarez Revert change #30081 at dmq's request, and mark its...
next