This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
CvGV is no longer a simple struct member access
[perl5.git] / regcomp.c
2013-07-28 David Mitchellenable intuit under anchored \G, and fix a bug
2013-07-28 David Mitchellfix /.\G/ under threading
2013-07-23 Karl Williamson_invlist_intersection() didn't work for NULL first...
2013-07-23 Karl WilliamsonRemove useless assignments
2013-07-23 Karl Williamsonregcomp.c: Fix #define
2013-07-23 Karl Williamsonregcomp.c: Remove wrong/obsolete line
2013-07-23 Karl Williamsonregcomp.c: Add some asserts()
2013-07-16 Karl WilliamsonRemove redundant field from inversion lists
2013-07-16 Karl WilliamsonAdd parameter to internal function
2013-07-16 Karl Williamsonregcomp.c: Rmv now redundant setting
2013-07-16 Karl WilliamsonFix off-by-one error in inversion lists.
2013-07-16 Karl Williamsonregcomp.c: Reorder a couple of function calls
2013-07-16 Karl Williamsonregcomp.c: Remove now useless initialization
2013-07-16 Karl Williamsonregcomp.c: Only White-space, comments, name of variable...
2013-07-16 Karl WilliamsonReinstate "Use new Svt_INVLIST for inversion lists."
2013-07-16 Karl WilliamsonReinstate "regcomp.c: Move some #defines to only file...
2013-07-16 Karl WilliamsonReinstate "regcomp.c: Make C-array inversion lists...
2013-07-16 Karl WilliamsonReinstate "regcomp.c: Move inversion list hdr field...
2013-07-16 Karl WilliamsonReinstate "regcomp.c: Change, variable, fcn name"
2013-07-16 Karl WilliamsonReinstate "regcomp.c: Move 2 hdr inversion fields to...
2013-07-16 Karl WilliamsonReinstate "regcomp.c: Remove unused data structure...
2013-07-16 Karl WilliamsonReinstate "regcomp.c: Make inversion lists SVt_PVLV"
2013-07-16 Karl WilliamsonReinstate + fix "Revert "regcomp.c: Add a constant...
2013-07-13 Father Chrysostomos[perl #89648] Remove ‘Perl folding rules...’ from dep cat
2013-07-05 Karl WilliamsonRevert "regcomp.c: Add a constant 0 element before...
2013-07-05 Karl WilliamsonRevert "regcomp.c: Make inversion lists SVt_PVLV"
2013-07-05 Karl WilliamsonRevert "regcomp.c: Remove unused data structure field"
2013-07-05 Karl WilliamsonRevert "regcomp.c: Move 2 hdr inversion fields to SV...
2013-07-05 Karl WilliamsonRevert "regcomp.c: Change, variable, fcn name"
2013-07-05 Karl WilliamsonRevert "regcomp.c: Move inversion list hdr field to...
2013-07-05 Karl WilliamsonRevert "regcomp.c: Make C-array inversion lists const"
2013-07-05 Karl WilliamsonRevert "regcomp.c: Move some #defines to only file...
2013-07-04 Karl WilliamsonRevert "Use new Svt_INVLIST for inversion lists."
2013-07-04 Karl WilliamsonUse new Svt_INVLIST for inversion lists.
2013-07-04 Karl Williamsonregcomp.c: Move some #defines to only file that uses...
2013-07-04 Karl Williamsonregcomp.c: Make C-array inversion lists const
2013-07-04 Karl Williamsonregcomp.c: Move inversion list hdr field to SV hdr
2013-07-04 Karl Williamsonregcomp.c: Change, variable, fcn name
2013-07-04 Karl Williamsonregcomp.c: Move 2 hdr inversion fields to SV hdr
2013-07-04 Karl Williamsonregcomp.c: Remove unused data structure field
2013-07-04 Karl Williamsonregcomp.c: Make inversion lists SVt_PVLV
2013-07-04 Karl Williamsonregcomp.c: Add a constant 0 element before inversion...
2013-07-01 Karl WilliamsonFix regex seqfault 5.18 regression
2013-06-25 Yves OrtonFix rules for parsing numeric escapes in regexes origin/yves/for_karl_backrefs
2013-06-23 Father Chrysostomosregcomp.c:regdump_intflags: rem unused var
2013-06-22 Yves OrtonFix and add tests for *PRUNE/*THEN plus leading non...
2013-06-22 Yves OrtonShow intflags as well as extflags
2013-06-18 Karl Williamsonregcomp.c: Reorder tests to avoid throwing away work.
2013-06-13 Yves OrtonPossessive and non greedy quantifier modifiers are...
2013-06-12 Yves Ortondo not warn when optimizing away /x{0,0}?+/ and /x...
2013-06-11 Karl WilliamsonQuantifier follows nothing in regex
2013-06-10 Father ChrysostomosStop /(a|b)(?=a){3}/ from warning twice
2013-06-08 Father ChrysostomosAllow qr/(?[ [a] ])/ interpolation in (?[...])
2013-06-07 Father ChrysostomosDon’t leak when compiling /(?[\d\d])/
2013-06-07 Father ChrysostomosFree operand when encountering unmatched ')' in (?[])
2013-06-07 Father ChrysostomosStop /(?[\p{...}])/ compilation from leaking
2013-06-06 Father ChrysostomosStop (?[]) operators from leaking
2013-06-06 Nicholas ClarkIn regcomp.c, Set_Node_Cur_Length() uses parse_start...
2013-06-06 Nicholas ClarkIn S_regatom, declare parse_start when RE_TRACK_PATTERN...
2013-06-06 Father ChrysostomosDon’t leak the /(?[])/ parsing stack on error
2013-06-05 Dagfinn Ilmari Man... [perl #118297] Fix interpolating downgraded variables...
2013-06-02 David Mitchelleliminate PL_regdummy
2013-06-02 David Mitchelleliminate PL_reg_state
2013-06-02 David Mitchelleliminate PL_reg_poscache, PL_reg_poscache_size
2013-06-02 David Mitchelleliminate PL_reg_maxiter, PL_reg_leftiter
2013-06-02 David Mitchelladd regmatch_eval_state struct
2013-05-27 Father ChrysostomosMake ‘Escape literal pattern white space’ a default...
2013-05-27 Father Chrysostomosperldiag: miscellaneous clean-up
2013-05-22 Karl Williamsonregcomp.c: Actually emit proper warning
2013-05-20 Karl Williamsonregcomp.c: Add comment
2013-05-20 Karl WilliamsonFix multi-char fold edge case
2013-05-20 Karl WilliamsonExpand flags parameter from boolean in _to_fold_latin1
2013-05-20 Karl Williamsonregcomp.c: Remove always-true test
2013-05-20 Karl Williamsonregcomp.c: White-space only
2013-05-20 Karl Williamsonregcomp.c: Reorder two 'if's so shorter branches are...
2013-05-20 Karl Williamsonregcomp.c: Clarify comment
2013-05-20 Karl Williamsonregcomp.c: White-space only
2013-05-20 Karl Williamsonregcomp.c: White-space only, wrap comment to fit
2013-05-20 Karl Williamsonregcomp.c: Use mnemonic instead of number
2013-05-18 Karl WilliamsonFix compiler warnings in regcomp.c
2013-05-09 Karl WilliamsonFix regex /il and /iaa failures for single element...
2013-05-06 David Mitchellmake /(?p:...)/ keep RXf_PMf_KEEPCOPY flag
2013-05-02 Karl WilliamsonDeprecate spaces/comments in some regex tokens
2013-05-02 Karl WilliamsonPATCH: [perl #117327]: Sequence (?#...) not recognized...
2013-04-20 David MitchellHandle /@a/ array expansion within regex engine
2013-04-20 David MitchellS_pat_upgrade_to_utf8(): add num_code_blocks arg
2013-04-20 David MitchellPerl_re_op_compile() re-indent code
2013-04-20 David Mitchellre_op_compile: eliminate a local var and scope
2013-04-20 David Mitchellcombine regex concat overload loops
2013-04-20 David MitchellPerl_re_op_compile(): extract conatting code
2013-04-20 David MitchellPerl_re_op_compile(): handle utf8 concating better
2013-04-20 David MitchellPerl_re_op_compile: eliminate clunky if (0) {}
2013-04-20 David MitchellPerl_re_op_compile(): eliminate xend var
2013-04-20 David MitchellPerl_re_op_compile(): add S_pat_upgrade_to_utf8()
2013-04-15 David Mitchellfix comment typo in regcomp.c
2013-04-12 David Mitchellfix runtime /(?{})/ with overload::constant qr
2013-04-12 David Mitchelladd lex_re_reparsing boolean to yy_parser struct
2013-04-12 David MitchellEliminate PL_reg_state.re_reparsing, part 2
2013-04-12 David MitchellEliminate PL_reg_state.re_reparsing, part 1
2013-04-12 David Mitchellre_op_compile(): reapply debugging statements
next