This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
expand and rename S_undo_inc_then_croak()
[perl5.git] / regcomp.c
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
2016-03-06 Yves Ortonrename RExC_opend RExC_end_op for clarity
2016-03-06 Yves Ortonfirst step cleaning up regexp recursion "return" logic
2016-03-04 Karl WilliamsonPATCH: [perl #126141]: qr/]]]]][\\/ fails to raise...
2016-03-04 Karl Williamsonregcomp.c: Fix a memory leak
2016-03-03 Karl Williamsonregcomp.c: Revise, add comments, white-space changes
2016-03-03 Karl Williamsonregcomp.c: Avoid a memory leak
2016-03-03 Karl Williamsonregcomp.c: White-space only
2016-03-03 Karl WilliamsonReinstate "PATCH: {perl #127582] Over eager warning...
2016-03-02 Tony Cookreduce number of calls to add_cp_to_invlist()
2016-03-02 Karl WilliamsonPATCH: [perl #127599] Fix regcomp.c assertion
2016-03-02 Karl WilliamsonRevert "PATCH: {perl #127582] Over eager warning for...
2016-03-02 Karl WilliamsonRevert "regcomp.c: White-space only"
2016-03-01 Karl Williamsonregcomp.c: Avoid an empty [] in -Dr output
2016-03-01 Karl Williamsonregcomp.c: White-space only
2016-03-01 Karl WilliamsonPATCH: {perl #127582] Over eager warning for /[.foo.]/
2016-03-01 Karl WilliamsonPATCH: [perl #127581] Spurious warning about posix...
2016-03-01 Karl Williamsonregcomp.c: revise comments, white-space
2016-03-01 Karl WilliamsonFix /\p{pkg::User-defined}/i
2016-02-28 Karl Williamsonregcomp.c: Use less peak memory
2016-02-28 Karl Williamsonregcomp.c: Modify an assert
2016-02-28 Karl Williamsonregcomp.c: Avoid an unnecessary mortal SV
2016-02-28 Karl Williamsonregcomp.c: Improve free-ing up unused inversion list...
2016-02-28 Karl Williamsonregcomp.c: Add new static inline convenience function
2016-02-28 Karl Williamsonregcomp.c: Change variable names, white-space
2016-02-28 Karl Williamsonregcomp.c: Change name of static function
2016-02-26 Karl Williamsonregcomp.c: Add missing 'STATIC'
2016-02-26 Karl WilliamsonFix regex failures on big-endian systems
2016-02-24 Karl WilliamsonUse less memory in compiling regexes
2016-02-24 Karl Williamsonregcomp.c: Guard against corrupting inversion list SV
2016-02-20 Jarkko HietaniemiAdd assert(matches_string).
2016-02-19 Craig A. BerryCast PL_dump_re_max_len to avoid type mismatch warning.
2016-02-19 Karl Williamsonregcomp.c: White-space only
2016-02-19 Karl Williamsonregcomp.c: Can't do optimization if inverting
2016-02-19 Karl Williamsonregcomp.c: Use colors for -Dr metanotation
2016-02-19 Karl Williamsonregcomp.c: Backlslash {} in -Dr output
2016-02-19 Karl WilliamsonRevamp -Dr handling of /[...]/
2016-02-19 Karl WilliamsonAdd environment variable for -Dr: PERL_DUMP_RE_MAX_LEN
2016-02-19 Karl Williamsonregcomp.c: Save a branch test
2016-02-19 Karl Williamsonregcomp.c: Clarify -Dr output under /l
2016-02-19 Karl Williamsonregcomp.c: Comments, white-space, add grouping () for...
2016-02-19 Karl WilliamsonAdd a parameter to a static function
2016-02-19 Karl WilliamsonChange private function to static
2016-02-19 Karl Williamsonregcomp.c: Change structure element size and loc
2016-02-19 Karl Williamsonregcomp.c: Move static declaration to file level
2016-02-19 Karl Williamsonregcomp.c: optimization for qr/[...]/il
2016-02-19 Karl Williamsonregcomp.c: Avoid a segfault
2016-02-19 Karl WilliamsonPATCH: [perl 127537] /\W/ regression with UTF-8
2016-02-19 Karl WilliamsonCast correctly to U8, not char
2016-02-19 Karl Williamsonregcomp.c: Simplify a few lines of code
2016-02-19 Karl Williamsonregcomp.c: Clean up logic in function
2016-02-19 Karl Williamsonregcomp.c: -Dr \xZZ instead of \x{ZZ}
2016-02-19 Karl Williamsonregcomp.c: Fix -Dr bug
2016-02-19 Karl Williamsonregcomp.c: Use macro to hide complexity
2016-02-19 Karl WilliamsonDon't allow /\N{}/ under 're strict'
2016-02-11 Karl Williamsonregcomp.c: Clarify error message
2016-02-11 Karl Williamsonregcomp.c: Replace invalid assertion
2016-02-11 Karl Williamsonregcomp.c: Avoid a function call in a common case
2016-02-11 Karl Williamsonregcomp.c: Add some grouping parens
2016-02-11 Karl Williamsonregcomp.c, regexec.c: Comments, white-space only
2016-02-11 Karl Williamsonregcomp.c: Fix some parsing glitches
2016-02-11 Karl Williamsonregcomp.c: Extract duped code into one fcn
2016-02-10 Karl WilliamsonPATCH: [perl #8904] Revamp [:posix:] parsing
2016-02-10 Karl Williamsonregcomp.c: Fix recursive parsing bug
2016-02-10 Karl Williamsonregcomp.c: White-space, variable name-change only
2016-02-10 Karl Williamsonregcomp.c: Add code to compute edit distance (Damerau...
next