2014-08-21 |
Karl Williamson | regcomp.c: Swap 'else' clauses. |
blob | commitdiff |
2014-08-21 |
Karl Williamson | Avoid redundant text -in -Dr output |
blob | commitdiff | diff to current |
2014-08-21 |
Karl Williamson | regcomp.c: Reorder cases: in switch |
blob | commitdiff | diff to current |
2014-08-21 |
Karl Williamson | Move _get_regclass_nonbitmap_data() to regcomp.c |
blob | commitdiff | diff to current |
2014-08-21 |
Karl Williamson | regex: Use #define for number of bits in ANYOF |
blob | commitdiff | diff to current |
2014-08-21 |
Karl Williamson | Use constant now defined for ESC |
blob | commitdiff | diff to current |
2014-08-10 |
Father Chrysostomos | [perl #122498] Odd error message from m/(?(??{}))/ |
blob | commitdiff | diff to current |
2014-08-08 |
Karl Williamson | regcomp.c: White space only |
blob | commitdiff | diff to current |
2014-08-08 |
Karl Williamson | PATCH: [perl #122460] Regression with (?{})(?=...)... |
blob | commitdiff | diff to current |
2014-08-01 |
Karl Williamson | regcomp.c: Don't read outside array bound |
blob | commitdiff | diff to current |
2014-07-28 |
Tony Cook | avoid passing large backreference numbers back as negat... |
blob | commitdiff | diff to current |
2014-07-25 |
Jarkko Hietaniemi | Unused dVARs found by g++ -DPERL_GLOBAL_STRUCT_PRIVATE. |
blob | commitdiff | diff to current |
2014-07-23 |
Jarkko Hietaniemi | Use grok_atou instead of atoi. |
blob | commitdiff | diff to current |
2014-07-08 |
David Mitchell | wrap op_sibling field access in OP_SIBLING* macros |
blob | commitdiff | diff to current |
2014-07-05 |
Karl Williamson | regcomp.c: Add assertion, remove case: statements |
blob | commitdiff | diff to current |
2014-07-03 |
David Mitchell | Deprecate /\C/ |
blob | commitdiff | diff to current |
2014-06-29 |
Karl Williamson | regcomp.c: Rewrite S_put_byte() which dumps regex [] |
blob | commitdiff | diff to current |
2014-06-27 |
Jarkko Hietaniemi | assert(*p = '#'); /* Spot the oops. */ |
blob | commitdiff | diff to current |
2014-06-25 |
Jarkko Hietaniemi | Remove or downgrade unnecessary dVAR. |
blob | commitdiff | diff to current |
2014-06-25 |
Yves Orton | Fix RT #122171, lookahead issues with .* |
blob | commitdiff | diff to current |
2014-06-19 |
Jarkko Hietaniemi | Silence -Wunused-parameter my_perl under threads. |
blob | commitdiff | diff to current |
2014-06-19 |
Jarkko Hietaniemi | Revert "/* NOTREACHED */ belongs *before* the unreachable." |
blob | commitdiff | diff to current |
2014-06-19 |
Jarkko Hietaniemi | /* NOTREACHED */ belongs *before* the unreachable. |
blob | commitdiff | diff to current |
2014-06-16 |
Karl Williamson | regcomp.c: White-space only |
blob | commitdiff | diff to current |
2014-06-16 |
Karl Williamson | PATCH: [perl #122029] BBC KAWASAKI/Encode-JP-Emoji |
blob | commitdiff | diff to current |
2014-06-16 |
Jarkko Hietaniemi | %p really wants void*. |
blob | commitdiff | diff to current |
2014-06-16 |
Jarkko Hietaniemi | Some low-hanging -Wunreachable-code fruits. |
blob | commitdiff | diff to current |
2014-06-14 |
Jarkko Hietaniemi | Revert "Some low-hanging -Wunreachable-code fruits." |
blob | commitdiff | diff to current |
2014-06-14 |
Jarkko Hietaniemi | Some low-hanging -Wunreachable-code fruits. |
blob | commitdiff | diff to current |
2014-06-13 |
Karl Williamson | Deprecate unescaped literal "{" in regex patterns |
blob | commitdiff | diff to current |
2014-06-12 |
Brian Fraser | Silence several -Wunused-parameter warnings about my_perl |
blob | commitdiff | diff to current |
2014-06-12 |
Dagfinn Ilmari Man... | Change newSVpvn("…", …) to newSVpvs("…") |
blob | commitdiff | diff to current |
2014-06-05 |
Jarkko Hietaniemi | There's no UVdf, there is UVuf. (#if 0'ed code) |
blob | commitdiff | diff to current |
2014-06-01 |
Yves Orton | regcomp.c - cleanup the ahocorasick start class logic... |
blob | commitdiff | diff to current |
2014-06-01 |
Karl Williamson | regcomp.c: Skip work that is a no-op |
blob | commitdiff | diff to current |
2014-06-01 |
Karl Williamson | regcomp.c: Update comment to new reality |
blob | commitdiff | diff to current |
2014-05-31 |
Karl Williamson | regcomp.c: Change ref to obsolete global var |
blob | commitdiff | diff to current |
2014-05-31 |
Karl Williamson | PATCH: [perl #121777] User-defined prop and packages |
blob | commitdiff | diff to current |
2014-05-31 |
Karl Williamson | regcomp.c: Rmv temporary variable |
blob | commitdiff | diff to current |
2014-05-30 |
Karl Williamson | regcomp.c: Fix comment |
blob | commitdiff | diff to current |
2014-05-30 |
Karl Williamson | regcomp.c: Tighten up synthetic start class for Unicode... |
blob | commitdiff | diff to current |
2014-05-30 |
Karl Williamson | regcomp.c: Fix typo in comment |
blob | commitdiff | diff to current |
2014-05-30 |
Karl Williamson | regcomp.c: Add assertion |
blob | commitdiff | diff to current |
2014-05-30 |
Karl Williamson | regcomp.c: Change a panic into an assert |
blob | commitdiff | diff to current |
2014-05-30 |
Karl Williamson | regcomp.c: Move code into a function |
blob | commitdiff | diff to current |
2014-05-30 |
Karl Williamson | regcomp.c: Remove obsolete code |
blob | commitdiff | diff to current |
2014-05-30 |
Karl Williamson | regcomp.c, regexec.c: Move common code to a function |
blob | commitdiff | diff to current |
2014-05-30 |
Karl Williamson | Optimize /[a-z]/ and /[A-Z]/ |
blob | commitdiff | diff to current |
2014-05-30 |
Karl Williamson | /x in patterns now includes all \p{PatWS} |
blob | commitdiff | diff to current |
2014-05-30 |
Karl Williamson | Fatalize splitting '(?' and '(*' in regexes |
blob | commitdiff | diff to current |
2014-05-30 |
Jarkko Hietaniemi | Unify the "fall-through" lint annotation. |
blob | commitdiff | diff to current |
2014-05-29 |
Jarkko Hietaniemi | Insert asserts to paths suspected by Coverity. |
blob | commitdiff | diff to current |
2014-05-28 |
Jarkko Hietaniemi | Annotate intentional case fallthrough, or add breaks. |
blob | commitdiff | diff to current |
2014-05-28 |
Jarkko Hietaniemi | Fix for Coverity perl5 CID 28936: Wrong operator used... |
blob | commitdiff | diff to current |
2014-05-28 |
Jarkko Hietaniemi | g++ cleanups. |
blob | commitdiff | diff to current |
2014-05-28 |
Jarkko Hietaniemi | UCHARAT unnecessary with isSPACE(). |
blob | commitdiff | diff to current |
2014-05-28 |
Jarkko Hietaniemi | Do not invert a NULL cp_list. |
blob | commitdiff | diff to current |
2014-05-13 |
David Mitchell | [perl #121854] use re 'taint' regression |
blob | commitdiff | diff to current |
2014-05-07 |
Karl Williamson | PATCH: [perl #121778]:BBC KAMIPO/autobox-String-Inflector |
blob | commitdiff | diff to current |
2014-04-29 |
Jarkko Hietaniemi | Fix for Coverity perl5 CID 29034: Out-of-bounds read... |
blob | commitdiff | diff to current |
2014-04-29 |
Jarkko Hietaniemi | Fix for Coverity perl5 CID 29032: Out-of-bounds read... |
blob | commitdiff | diff to current |
2014-03-12 |
Karl Williamson | regcomp.c: Don't read past string-end |
blob | commitdiff | diff to current |
2014-03-12 |
Karl Williamson | regcomp.c: Make SSC node clone safe |
blob | commitdiff | diff to current |
2014-03-05 |
Karl Williamson | regcomp.c: Use minimal struct formal parameter |
blob | commitdiff | diff to current |
2014-03-05 |
Karl Williamson | regcomp.c: Don't read uninitialized data |
blob | commitdiff | diff to current |
2014-03-02 |
Karl Williamson | Revert most of 3a8bbffbce: Avoid unnecessary malformed... |
blob | commitdiff | diff to current |
2014-02-25 |
Yves Orton | Fix RT #121321 - Fencepost error causes infinite loop... |
blob | commitdiff | diff to current |
2014-02-24 |
Yves Orton | Improve how regprop dumps REF-like nodes during execution |
blob | commitdiff | diff to current |
2014-02-24 |
Yves Orton | comments and whitespace fixups to inprove clarity of... |
blob | commitdiff | diff to current |
2014-02-20 |
Karl Williamson | Change av_len calls to av_tindex for clarity |
blob | commitdiff | diff to current |
2014-02-20 |
Karl Williamson | regcomp.c: Don't read uninitialized data |
blob | commitdiff | diff to current |
2014-02-19 |
Karl Williamson | Make taint checking regex compile time instead of runtime |
blob | commitdiff | diff to current |
2014-02-19 |
Karl Williamson | regcomp.c: Remove no longer used function |
blob | commitdiff | diff to current |
2014-02-19 |
Karl Williamson | regcomp.c: Move some locale initialization code |
blob | commitdiff | diff to current |
2014-02-19 |
Karl Williamson | regcomp.c,regexec.c: White-space only |
blob | commitdiff | diff to current |
2014-02-19 |
Karl Williamson | regcomp.c: Fix more alignment problems |
blob | commitdiff | diff to current |
2014-02-19 |
Karl Williamson | Change method of passing some info from regcomp to... |
blob | commitdiff | diff to current |
2014-02-19 |
Karl Williamson | regexes: Remove uses of ANYOF_LOCALE flag |
blob | commitdiff | diff to current |
2014-02-19 |
Karl Williamson | regcomp.c: Simplify /l Synthetic Start Class construction |
blob | commitdiff | diff to current |
2014-02-19 |
Karl Williamson | Convert more EXACTFish nodes to EXACT when possible |
blob | commitdiff | diff to current |
2014-02-17 |
Karl Williamson | regcomp.c: Fix some alignment problems |
blob | commitdiff | diff to current |
2014-02-16 |
Karl Williamson | Revert "Free up bit for regex ANYOF nodes" |
blob | commitdiff | diff to current |
2014-02-16 |
Karl Williamson | Free up bit for regex ANYOF nodes |
blob | commitdiff | diff to current |
2014-02-07 |
David Mitchell | regex substrs: record index of check substr |
blob | commitdiff | diff to current |
2014-02-07 |
David Mitchell | eliminate RXf_ANCH_SINGLE |
blob | commitdiff | diff to current |
2014-02-07 |
David Mitchell | regcomp utf8 len cache panic |
blob | commitdiff | diff to current |
2014-02-06 |
Karl Williamson | Make a literal "{" fatal after \b and \B in regexes |
blob | commitdiff | diff to current |
2014-02-05 |
Karl Williamson | Forbid "\c{" and \c{non-ascii} |
blob | commitdiff | diff to current |
2014-02-05 |
Yves Orton | Fix regression in floating mandatory string optimisation |
blob | commitdiff | diff to current |
2014-02-05 |
Yves Orton | Eliminate stupid macro |
blob | commitdiff | diff to current |
2014-02-05 |
Brian Fraser | Avoid compiler warnings by consistently using #ifdef... |
blob | commitdiff | diff to current |
2014-02-04 |
Karl Williamson | Revert "'use utf8' should imply /u regex matching" |
blob | commitdiff | diff to current |
2014-02-04 |
Yves Orton | do not overflow when the pattern is unbounded |
blob | commitdiff | diff to current |
2014-02-03 |
Karl Williamson | Fix [[:blank:]] handling when no isblank() on platform |
blob | commitdiff | diff to current |
2014-02-03 |
Yves Orton | Add RXf_UNBOUNDED_QUANTIFIER and regexp->maxlen |
blob | commitdiff | diff to current |
2014-02-03 |
Karl Williamson | PATCH [perl #121144]: \S, \W, etc fail for above ASCII |
blob | commitdiff | diff to current |
2014-02-02 |
Karl Williamson | 'use utf8' should imply /u regex matching |
blob | commitdiff | diff to current |
2014-01-31 |
Yves Orton | Simplify expression, cannot be ANCH_GPOS without being... |
blob | commitdiff | diff to current |
2014-01-31 |
Yves Orton | rename REG_SEEN_WHATEVER to REG_WHATEVER_SEEN to match... |
blob | commitdiff | diff to current |
2014-01-31 |
Karl Williamson | regcomp.c: Revert mistakenly changed line |
blob | commitdiff | diff to current |
next |