This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Consolidate 2nd pass for warnings
[perl5.git] / regcomp.c
2017-12-30 Karl WilliamsonOptimize /[...]/ into ASCII regnode if appropriate
2017-12-30 Karl WilliamsonUse new regnodes for /[[:ascii:]]/
2017-12-30 Karl Williamsonregcomp.c: Fix an optimization criterium
2017-12-30 Karl Williamsonregcomp.c: Fix comment
2017-12-25 Karl Williamsonregcomp.c: White-space only
2017-12-25 Karl WilliamsonAdd script_run regex feature
2017-12-19 Karl WilliamsonForbid literal \v in /[]/ under re strict, except under /x
2017-12-18 Karl WilliamsonChange number to mnemonic
2017-12-16 Zeframsemicolon-friendly diagnostic control
2017-12-08 Karl WilliamsonPATCH: [perl #132548] regcomp.c Fix memory leak
2017-12-08 Yves Ortonadd comment (to test pushing)
2017-12-07 Yves Ortonfix #131649 - extended charclass can trigger assert
2017-12-07 Yves Ortonregcomp.c: handle_regex_sets() - add DEBUG_PARSE and...
2017-12-06 Tony Cookprevent integer overflow when compiling a regexp
2017-12-01 Yves Ortoncomment entry points to study_chunk
2017-11-29 Jarkko HietaniemiInitialize variables.
2017-11-13 Zeframavoid redundant initialisation around Newxz()
2017-11-13 Zeframremove unused struct member "is_top_frame"
2017-11-06 Karl Williamsonregcomp.c: Convert some strchr to memchr
2017-11-06 Karl Williamsondquote.c: Use memchr() instead of strchr()
2017-11-06 Karl WilliamsonUse memBEGINs() in core
2017-11-06 Karl WilliamsonChange some strBEGINs() to memBEGINs()
2017-11-06 Karl WilliamsonChange some strncmp(), etc. to strBEGINs()
2017-11-06 Karl WilliamsonUse memEQs, memNEs in core files
2017-10-27 Karl WilliamsonChange upper limit handling of -Dr output
2017-10-27 Karl Williamsonregcomp.c: Skip UTF-8 decoding for invariants
2017-10-27 Karl Williamsonregcomp.c: Don't forget to restore state
2017-10-27 Karl Williamsonregcomp.c: Remove redundant 'if'
2017-10-27 Karl Williamsonregcomp.c: White-space only
2017-10-27 Karl Williamsonregcomp.c: Add assertion
2017-10-21 Karl Williamsonregcomp.c: Fix typo in comment
2017-10-21 Karl Williamsonregcomp.c: Add assertion
2017-10-21 Aaron CraneDon't use VOL internally, because "volatile" works...
2017-09-13 Yves OrtonFix #131868 - silence quantifier warnings for regex...
2017-09-10 Karl WilliamsonPATCH: [perl #131598]
2017-09-10 Karl Williamsonregcomp [perl #131582]
2017-09-10 Yves Ortonreduce error surface of reginsert, set flags to 0 for...
2017-09-10 Yves Ortonfix #132017 - OPFAIL insert needs to set flags to 0
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
next