This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add SORTf_UNSTABLE flag
[perl5.git] / regcomp.c
2017-08-04 David MitchellPerl_reg_temp_copy(): rename args.
2017-07-27 David Mitchellgive REGEXP SVs the POK flag again
2017-07-05 David MitchellRevert "use symbolic constants for substrs[] indices"
2017-07-05 Dagfinn Ilmari Man... regcomp.c: use symbolic constants for substrs[] indices
2017-07-02 David Mitchellregcomp.c: parameterise scan_data_t substrs[]
2017-07-02 David Mitchellscan_data_t: rename 'longest' field
2017-07-02 David Mitchellregcomp.c: remove float_min_offset etc macro use
2017-07-02 David Mitchellregcomp.c: S_setup_longest(): simplify args
2017-07-02 David Mitchellregcomp: set fixed max_offset to min_offset
2017-07-02 David MitchellS_study_chunk: have per substring flags
2017-07-02 David Mitchellregcomp.c: DEBUG_PEEP(): invalid flags
2017-07-02 David Mitchellregcomp.c: convert debugging macros to static fns
2017-07-02 David Mitchellmake struct scan_data_t->longest an index val
2017-07-02 David MitchellS_setup_longest() pass struct rather than fields
2017-07-02 David Mitchellstruct scan_data_t: make some fields into an array
2017-06-27 Yves Ortonregcomp.c: correct the regdata which paratermers under...
2017-06-27 Yves Ortonregcomp.c: document reg_data types better in reg_dup
2017-06-20 Lukas Maiwrap multi-statement macros in STMT_START/STMT_END
2017-06-18 Yves OrtonResolve Perl #131522: Spurious "Assuming NOT a POSIX...
2017-06-06 Lukas Maienforce size constraint via STATIC_ASSERT, not just...
2017-06-01 Karl Williamsonregcomp.c: Simplify expression
2017-06-01 Karl WilliamsonRelax fatal circumstances of unescaped '{'
2017-06-01 Karl Williamsonregcomp.c: Don't set variable within an 'if'
2017-06-01 Karl WilliamsonSlightly change -Dr output of regex ANYOF nodes
2017-06-01 Karl Williamsonregcomp.c: Change lookup for dumping pattern
2017-04-18 Karl WilliamsonWorkaround for GNU Autoconf unescaped left brace
2017-03-15 Hugo van der Sandenupdate size after Renew
2017-02-21 Tony Cook(perl #130822) fix an AV leak in Perl_reg_named_buff_fetch
2017-02-12 Sawyer XRevert "Deprecating the use of C<< \cI<X> >> to specify...
2017-02-11 Karl WilliamsonChange av_foo_nomg() name
2017-02-10 Jarkko HietaniemiCoverity #155950: pRExC->code_blocks is blindly derefed
2017-02-09 Karl Williamsonregcomp.c: Fix so will compile on C++11
2017-02-06 Hugo van der Sanden[perl #129061] CURLYX nodes can be studied more than...
2017-02-01 David Mitchellavoid double-freeing regex code blocks
2017-02-01 Tony Cook(perl #130684) allocate enough space for the extra 'x'
2017-01-29 Hugo van der Sandenmention PASS2 in reginsert() example
2017-01-28 Yves Ortonassert that the RExC_recurse data structure points...
2017-01-27 Yves Ortononly mess with NEXT_OFF() when we are in PASS2
2017-01-27 Yves Ortonadd some details to the docs for S_reginsert()
2017-01-27 Yves Ortonfix RT #130561 - recursion and optimising away impossib...
2017-01-27 Yves Ortonrename opnd to operand to save my sanity
2017-01-24 David Mitchellbetter handle freeing of code blocks in /(?{...})/
2017-01-19 Karl WilliamsonFix bug with a digit range under re 'strict'
2017-01-16 AbigailDeprecating the use of C<< \cI<X> >> to specify a print...
2017-01-16 AbigailUnescaped left braces in regular expressions will be...
2017-01-13 Karl WilliamsonWarn on unescaped /[]}]/ under re strict
2017-01-13 Karl Williamsonregcomp.c: Clarify comment.
2017-01-13 Karl WilliamsonAdd /xx regex pattern modifier
2017-01-13 Karl Williamsonregcomp.c: Remove obsolete data structure element
2017-01-12 Karl WilliamsonRmv unused regex implementation structure element
2017-01-11 Karl WilliamsonPATCH: [perl #130530]: HP-UX assertion failure
2017-01-06 James E KeenanEliminate two unused variables detected by clang.
2017-01-06 James E KeenanRemoved unused CHR_DIST macro from a second file (RT...
2017-01-05 Karl Williamsonregcomp.c: Use memEQ instead of looping an element...
2016-12-24 Karl WilliamsonConvert core to use toFOO_utf8_safe()
2016-12-24 Karl WilliamsonFor character case changing, create macros and use
2016-12-24 Karl Williamsonregcomp.c, mathoms.c: Convert to use preferred macro
2016-12-23 Karl WilliamsonConvert core (except toke.c) to use isFOO_utf8_safe()
2016-11-24 David Mitchelladd sv_set_undef() API function
2016-11-18 Karl WilliamsonChange white space to avoid C++ deprecation warning
2016-11-14 Dagfinn Ilmari Man... Fix error message for unclosed \N{ in regcomp
2016-11-12 David MitchellS_setup_longest(): SvTAIL() used where always 0
2016-10-27 Yves Ortonregcomp.c: document the trie common prefix logic
2016-10-27 Yves Ortonregcomp.c: avoid some unnecessary work when it wont...
2016-10-27 Yves Ortonregcomp.c: in trie common prefix logic rename idx to...
2016-10-27 Yves Ortonregcomp.c: whitespace only change, break up dense code...
2016-10-27 Yves Ortonregcomp.c: add a comment about the trie logic
2016-10-27 Yves Ortonregcomp.c: refactor TRIE bitmap logic to a macro
2016-10-27 Yves Ortonregcomp.c: fix perl #129950 - fix firstchar bitmap...
2016-10-19 Karl WilliamsonPATCH: [perl #129322] S_invlist_clear(SV *): Assertion...
2016-10-19 Karl Williamsonregcomp.c: Fix erroneous comment; clarify others
2016-10-19 Karl WilliamsonAdd a regex_sets debugging function
2016-10-19 Lukas Mairegcomp.c: remove extra aTHX_ added in c2867e745ca
2016-10-19 Yves Ortonregexec.c: in debug show whether TRIE nodes have a...
2016-10-19 Yves Ortonregcomp.c: use new SvPVCLEAR and constant string friend...
2016-09-26 Karl WilliamsonCentralize definitions of MIN, MAX
2016-09-21 Dagfinn Ilmari Man... Change sv_setpvn(…, "…", …) to sv_setpvs(…, "…")
2016-09-19 Yves Ortonregcomp.c: S_concat_pat: guard against missing trailing...
2016-08-31 Karl WilliamsonPATCH: [perl #129122] regex sets syntax error
2016-08-31 Karl Williamsonregcomp.c: Typo, spacing in comment
2016-07-21 Karl WilliamsonPATCH: [perl 128686] regex compiler crashes
2016-07-20 Karl Williamsonregcomp.c: Silence compiler warning
2016-07-17 Karl Williamsonregcomp.c: Silence compiler warning
2016-07-17 Karl WilliamsonPATCH: [perl #128170] Assert fail in regcomp.c
2016-07-16 Karl Williamsonregcomp.c: Change some append_range_to_invlist() calls
2016-07-16 Karl Williamsonregcomp.c: Reimplement add_range_to_invlist()
2016-07-16 Karl Williamsonregcomp.c: Refactor code dealing with m/[...]/d
2016-07-16 Karl Williamsonregcomp.c: Improve -Dr output
2016-07-16 Karl Williamsonregcomp.[ch]: Comments, White-space, only
2016-07-16 Karl Williamsonregcomp.c: Improve -Dr output
2016-07-16 Karl WilliamsonFix -Dr output regression
2016-07-16 Karl WilliamsonSSize_t instead of IV
2016-07-13 Father ChrysostomosRemove IN_ENCODING macro, and all code dependent on it
2016-06-20 Karl Williamsonregexes, Slight refactor, but mostly fix comments,
2016-06-17 Karl WilliamsonRevert "regcomp.c: Add shortcuts to some inversion...
2016-06-17 Karl WilliamsonAdd missing deprecation message for unescaped '{' in...
2016-06-10 Yves Ortonfixup, guard av_top_index() for null RExC_warn_text
2016-06-10 Yves Ortonmove warning text to RExC_state (via RExC_warn_text)
2016-06-08 Yves Orton[perl #128313] Fix leak in perl 5.24 with strict and...
2016-05-26 Karl Williamsonregcomp.c: Add shortcuts to some inversion list ops
next