This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
utf8.c: is_utf8_char_slow() should use native length
[perl5.git] / regcomp.c
2013-08-25 Father ChrysostomosUse SSize_t/STRLEN in more places in regexp code
2013-08-25 Father ChrysostomosStop substr re optimisation from rejecting long strs
2013-08-25 Father ChrysostomosMake $' work past the 2**31 threshold
2013-08-25 Father Chrysostomos[perl #116907] Allow //g matching past 2**31 threshold
2013-08-23 Karl Williamsonregcomp.c: Silence compiler warning
2013-08-15 Karl WilliamsonPATCH (partial) [perl #107816] Performance regression...
2013-08-15 Karl Williamsonregcomp.c: Move code into a #define
2013-08-15 Karl Williamsonregcomp.c: Skip calculating a pass2 value in pass1
2013-08-15 Karl Williamsonregcomp.c: Move some initialization to declarations
2013-08-07 Craig A. BerryDon't multiply define Perl__invlist_dump.
2013-08-01 Karl Williamsonregcomp.c: Silence clang compiler warning
2013-08-01 Karl WilliamsonExtend sv_dump() to dump SVt_INVLIST
2013-07-31 Karl Williamsonregcomp.c: Fix yet another C89 problem
2013-07-30 Karl Williamsonregcomp.c: Properly declare variable with C89
2013-07-30 David MitchellRT #118213: handle $r=qr/.../; /$r/p properly
2013-07-30 Karl Williamsonregcomp.c: Remove extraneous debug info
2013-07-30 Karl Williamsonregcomp.c: White-space only
2013-07-30 Karl Williamsonregcomp.c: Remove redundant code
2013-07-30 Karl Williamsonregcomp.c: Change Debug output of char classes
2013-07-30 Karl Williamsonregcomp.c: Debug output clearer ranges
2013-07-30 Karl Williamsonregcomp.c: White-space only
2013-07-30 Karl Williamsonregcomp.c: Change debug output to use \t, etc instead...
2013-07-30 Karl Williamsonregcomp.c: Extract duplicated code into single fcn
2013-07-30 Karl Williamsonregcomp.c: Fix potential scalar leak
2013-07-30 Karl Williamsonregcomp.c: Change #ifdef
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...
next