2019-11-21 |
Karl Williamson | Properly handle filled /il regnodes and multi-char... |
blob | commitdiff |
2019-11-20 |
Karl Williamson | Add ANYOFHs regnode |
blob | commitdiff | diff to current |
2019-11-07 |
Karl Williamson | Remove utf8_heavy.pl |
blob | commitdiff | diff to current |
2019-10-30 |
Karl Williamson | Change the names of some regnodes |
blob | commitdiff | diff to current |
2019-10-26 |
Karl Williamson | PATCH: [perl 134335], gh115,Assert fail in regmatch |
blob | commitdiff | diff to current |
2019-10-22 |
Karl Williamson | PATCH: #17196, Assertion failure in /l pattern |
blob | commitdiff | diff to current |
2019-10-09 |
Karl Williamson | t/re/pat.t: Add ability to skip on memory constrained |
blob | commitdiff | diff to current |
2019-09-29 |
Karl Williamson | regex: Add LEXACT_ONLY8 node type |
blob | commitdiff | diff to current |
2019-09-29 |
Karl Williamson | regex: Create and handle LEXACT nodes |
blob | commitdiff | diff to current |
2019-09-29 |
Karl Williamson | regcomp.c: Change handling of filled EXACT nodes |
blob | commitdiff | diff to current |
2019-09-03 |
Karl Williamson | t/re/pat.t: Use ASCII ' in comment, not Unicode char |
blob | commitdiff | diff to current |
2019-08-27 |
Karl Williamson | PATCH: [perl #134325] Heap buffer overflow |
blob | commitdiff | diff to current |
2019-04-10 |
Karl Williamson | PATCH: [perl #133992] Assertion failure in scan_const |
blob | commitdiff | diff to current |
2019-04-10 |
Karl Williamson | t/re/pat.t: Silence 'wide char' warning |
blob | commitdiff | diff to current |
2019-04-10 |
Karl Williamson | PATCH: [perl #133995], Assertion failure in regmatch |
blob | commitdiff | diff to current |
2019-04-09 |
Karl Williamson | PATCH: [perl #133998] regcomp assertion failure |
blob | commitdiff | diff to current |
2019-03-18 |
Karl Williamson | Implement variable length lookbehind in regex patterns |
blob | commitdiff | diff to current |
2019-03-14 |
Karl Williamson | t/re/pat.t: Add test for [perl #133933] |
blob | commitdiff | diff to current |
2019-03-14 |
Karl Williamson | Add more checking for regnode offset overflowing |
blob | commitdiff | diff to current |
2019-03-14 |
Karl Williamson | PATCH: [perl #133921] Segfaults in regcomp.c |
blob | commitdiff | diff to current |
2019-03-14 |
Karl Williamson | t/re/pat.t: Rmv stray semi-colon |
blob | commitdiff | diff to current |
2019-03-14 |
Karl Williamson | PATCH: [perl #133871] heap-buffer-overflow in S_reginsert |
blob | commitdiff | diff to current |
2019-03-14 |
Karl Williamson | t/re/pat.t: Outdent 2 lines |
blob | commitdiff | diff to current |
2019-03-14 |
Karl Williamson | Allow qr'\N{...}' |
blob | commitdiff | diff to current |
2019-03-07 |
David Mitchell | fix leak in regex re-entrant capture buffer |
blob | commitdiff | diff to current |
2019-03-07 |
David Mitchell | fix leak in /[(?{]/ |
blob | commitdiff | diff to current |
2019-02-25 |
David Mitchell | t/re/pat.t: avoid failing test under ASan |
blob | commitdiff | diff to current |
2019-01-29 |
Tony Cook | (perl #133782) set magic when changing $^R |
blob | commitdiff | diff to current |
2018-12-16 |
Karl Williamson | Correct previous perldelta entry, and add a test |
blob | commitdiff | diff to current |
2018-11-16 |
Karl Williamson | PATCH: [perl #133642] Double free |
blob | commitdiff | diff to current |
2018-11-16 |
Karl Williamson | t/re/pat.t: Add a test |
blob | commitdiff | diff to current |
2018-10-02 |
Karl Williamson | Change REG_INFTY to 2**16-1, instead of 2**15-1 |
blob | commitdiff | diff to current |
2018-04-20 |
Karl Williamson | Bring all Unicode property definitions into core |
blob | commitdiff | diff to current |
2018-04-17 |
Karl Williamson | PATCH [perl #132164] regcomp.c: Don't try to increment... |
blob | commitdiff | diff to current |
2018-04-17 |
Karl Williamson | heap-buffer-overflow |
blob | commitdiff | diff to current |
2018-02-07 |
Yves Orton | fix perl #132630, dont try to fbm match past end of... |
blob | commitdiff | diff to current |
2017-12-06 |
Tony Cook | prevent integer overflow when compiling a regexp |
blob | commitdiff | diff to current |
2017-11-11 |
Todd Rinaldo | Replace multiple 'use vars' by 'our' in t |
blob | commitdiff | diff to current |
2017-09-10 |
Yves Orton | fix #132017 - OPFAIL insert needs to set flags to 0 |
blob | commitdiff | diff to current |
2017-08-14 |
Tony Cook | (perl #124368) make /foo/o; /$null/ act consistently |
blob | commitdiff | diff to current |
2017-06-16 |
David Mitchell | don't call Perl_fbm_instr() with negative length |
blob | commitdiff | diff to current |
2017-06-01 |
Karl Williamson | Move tests to pat_advanced.t |
blob | commitdiff | diff to current |
2017-02-06 |
Hugo van der Sanden | [perl #129061] CURLYX nodes can be studied more than... |
blob | commitdiff | diff to current |
2017-02-06 |
Tony Cook | (perl #129281) test for buffer overflow issue |
blob | commitdiff | diff to current |
2017-02-06 |
Hugo van der Sanden | vi hints for pat.t |
blob | commitdiff | diff to current |
2017-02-01 |
Tony Cook | (perl #130684) allocate enough space for the extra 'x' |
blob | commitdiff | diff to current |
2017-01-19 |
Hugo van der Sanden | [perl #129377] don't read past start of string for... |
blob | commitdiff | diff to current |
2017-01-11 |
Hugo van der Sanden | [perl #130522] test cases for len(STCLASS) > len(target) |
blob | commitdiff | diff to current |
2017-01-08 |
Hugo van der Sanden | [perl #130495] add fresh_perl() option for prog with... |
blob | commitdiff | diff to current |
2017-01-04 |
Hugo van der Sanden | [perl #130495] /x comment skipping stops a byte short |
blob | commitdiff | diff to current |
2016-11-11 |
H.Merijn Brand | Patch unit tests to explicitly insert "." into @INC... |
blob | commitdiff | diff to current |
2016-11-02 |
Yves Orton | clarify behavior single quote regexps |
blob | commitdiff | diff to current |
2016-11-01 |
Yves Orton | rework perl #129903 - inf recursion from use of empty... |
blob | commitdiff | diff to current |
2016-11-01 |
Yves Orton | new feature @{^CAPTURE} (and %{^CAPTURE} and %{^CAPTURE... |
blob | commitdiff | diff to current |
2016-10-28 |
Karl Williamson | Fix test to be EBCDIC friendly |
blob | commitdiff | diff to current |
2016-10-27 |
Yves Orton | regcomp.c: fix perl #129950 - fix firstchar bitmap... |
blob | commitdiff | diff to current |
2016-10-21 |
Dan Collins | t/re/pat.t: tests for RT #21491 |
blob | commitdiff | diff to current |
2016-08-18 |
Nicolas R | Use set_up_inc for several unit tests |
blob | commitdiff | diff to current |
2016-08-08 |
Karl Williamson | Add test for [perl #126606] |
blob | commitdiff | diff to current |
2016-07-21 |
Karl Williamson | PATCH: [perl 128686] regex compiler crashes |
blob | commitdiff | diff to current |
2016-07-16 |
Karl Williamson | t/re/pat.t: Add some tests |
blob | commitdiff | diff to current |
2016-05-09 |
Yves Orton | Call PERL_ASYNC_CHECK when we backtrack in the regex... |
blob | commitdiff | diff to current |
2016-04-09 |
David Mitchell | move perf test from re/pat.t to re/speed.t |
blob | commitdiff | diff to current |
2016-04-09 |
David Mitchell | new perf test in pat.t: avoid timing failure |
blob | commitdiff | diff to current |
2016-04-08 |
Yves Orton | test for #127855 - Slowdown in m//g on COW strings... |
blob | commitdiff | diff to current |
2016-03-14 |
Yves Orton | fix "bad match" issue reported in perl #127705 |
blob | commitdiff | diff to current |
2016-03-13 |
Yves Orton | [perl #126182] rework pattern GOSUB infinite recursion... |
blob | commitdiff | diff to current |
2016-03-06 |
Yves Orton | fix Perl #126182, out of memory due to infinite pattern... |
blob | commitdiff | diff to current |
2015-10-20 |
Karl Williamson | PATCH: [perl #12406] regnode panic |
blob | commitdiff | diff to current |
2015-09-25 |
Karl Williamson | t/re/pat.t: EBCDIC fix |
blob | commitdiff | diff to current |
2015-09-16 |
Karl Williamson | PATCH [perl #123562] Regexp-matching "hangs" |
blob | commitdiff | diff to current |
2015-03-09 |
Karl Williamson | Skip various locale tests when locales are not available |
blob | commitdiff | diff to current |
2015-03-06 |
Karl Williamson | t/re/pat.t: Generalize for EBCDIC |
blob | commitdiff | diff to current |
2015-02-18 |
Hugo van der Sanden | [perl #123852] avoid capture side-effects under noncapt... |
blob | commitdiff | diff to current |
2015-02-15 |
Hugo van der Sanden | [perl #123843] fix SEGV reading data->flags |
blob | commitdiff | diff to current |
2015-02-15 |
Yves Orton | fix infinite loop in parsing backrefs in regex patterns |
blob | commitdiff | diff to current |
2015-02-15 |
Yves Orton | Add a TODO test for not infinite looping during regex... |
blob | commitdiff | diff to current |
2015-02-10 |
Hugo van der Sanden | [perl #123782] regcomp: check for overflow on /(?123)/ |
blob | commitdiff | diff to current |
2015-02-09 |
Hugo van der Sanden | [perl #123755] including unknown char in error requires... |
blob | commitdiff | diff to current |
2015-01-20 |
Hugo van der Sanden | intuit_more: no need to copy before keyword check |
blob | commitdiff | diff to current |
2015-01-06 |
Karl Williamson | PATCH: [perl #123539] regcomp.c node overrun/segfault |
blob | commitdiff | diff to current |
2014-10-07 |
Karl Williamson | Fix EBCDIC-only bug with /[...]/ |
blob | commitdiff | diff to current |
2014-10-07 |
Karl Williamson | \N{...} now treated as literal for EBCDIC qr/[...]/ |
blob | commitdiff | diff to current |
2014-10-07 |
Karl Williamson | re/pat.t: Add some EBCDIC tests |
blob | commitdiff | diff to current |
2014-09-29 |
Karl Williamson | Tighten uses of regex synthetic start class |
blob | commitdiff | diff to current |
2014-09-22 |
David Mitchell | create t/re/speed.t, t/re/speed_thr.t |
blob | commitdiff | diff to current |
2014-09-22 |
Jarkko Hietaniemi | No re module if only miniperl built. |
blob | commitdiff | diff to current |
2014-09-03 |
Father Chrysostomos | skip_all_without_unicode_tables |
blob | commitdiff | diff to current |
2014-09-03 |
Father Chrysostomos | Skip t/re/pat.t under miniperl unless uni tables exist |
blob | commitdiff | diff to current |
2014-09-02 |
Father Chrysostomos | Add test for \p{} failing silently |
blob | commitdiff | diff to current |
2014-09-01 |
Karl Williamson | PATCH: [perl #122655] 5.20 regression: '"X" !~ /[x]/i' |
blob | commitdiff | diff to current |
2014-08-24 |
Father Chrysostomos | Partial minitest fix-up |
blob | commitdiff | diff to current |
2014-06-13 |
Karl Williamson | Deprecate unescaped literal "{" in regex patterns |
blob | commitdiff | diff to current |
2014-06-05 |
Karl Williamson | 'use locale' no longer ever fails.to compile |
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-28 |
Jarkko Hietaniemi | Off-by-one in PL_fold_locale use. |
blob | commitdiff | diff to current |
2014-03-19 |
David Mitchell | re_intuit_start(): use better limit on anch float |
blob | commitdiff | diff to current |
2014-03-19 |
David Mitchell | re_intuit_start(): reduce scope of /^...$/m test |
blob | commitdiff | diff to current |
2014-03-19 |
David Mitchell | re_intuit_start(): don't set ml_anch on BOL |
blob | commitdiff | diff to current |
next |