This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Revert "Deprecating the use of C<< \cI<X> >> to specify a printable character."
[perl5.git] / regcomp.c
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
2016-05-10 Yves Ortonfix #128109 - do not move RExC_open_parens[0] in reginsert
2016-05-10 Yves Ortonfix #128085 - SIGSEGV in S_regmatch with S_study_chunk...
2016-05-09 Karl WilliamsonRequire literal '{' in patterns to be escaped
2016-05-09 Karl WilliamsonMake deprecated qr//xx fatal
2016-04-03 Yves Ortonfix debug sprintf issue
2016-03-28 David Mitchellre_exec_indentf,re_indentf: silence warnings
2016-03-20 Karl Williamsonregcomp.c: Fix -Dr output.
2016-03-19 Karl Williamsonregcomp.c, perl.c: Use 'VOL' not 'volatile'
2016-03-18 David Mitchellregex sets: fix Solaris optimiser bug (2nd attempt)
2016-03-18 Karl Williamsonregcomp.c: Avoid a memory leak
2016-03-18 Karl Williamsonregcomp.c: Comment enhancements
2016-03-13 Yves Ortondont call re_printf() with %*s if you arent going to...
2016-03-13 Yves Ortononce more for the win
2016-03-13 Yves Ortonfixup definitions and usage of new re debugging subs
2016-03-13 Yves OrtonRework diagnostics in the regex engine
2016-03-12 David Mitchellregex sets: fix Solaris optimiser bug
2016-03-09 Yves Ortonuse inequality when checking "tail" in trie compilation
2016-03-09 Yves OrtonFix Perl #126206: handle NOTHING regops and EXACTFU_SS...
2016-03-08 Karl WilliamsonConvert to use av_tindex_nomg()
2016-03-08 Karl Williamsonregcomp.c: Silence some compiler warnings
2016-03-07 Karl Williamsonregcomp.c: Remove redundant assignment
2016-03-07 David MitchellS_study_chunk(): silence compiler warning
2016-03-07 Yves Ortonadd comment explaining a subtlety
2016-03-07 Tony Cookavoid reading/writing beyond the end of RExC_(open...
2016-03-06 Yves Ortonregcomp.c: fix Perl #126405, segfault regex
2016-03-06 Yves Ortonregcomp.c: improve diagnostics for TRIE construction
2016-03-06 Yves Ortonfix Perl #126182, out of memory due to infinite pattern...
2016-03-06 Yves OrtonUnify GOSTART and GOSUB
next