This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
forcibly check the timing of the regex/alarm test in bulk
[perl5.git] / t / re / pat.t
2020-10-03 Christian Walde... forcibly check the timing of the regex/alarm test in...
2020-06-01 Hugo van der Sandenstudy_chunk: honour mutate_ok over recursion
2020-04-23 Hugo van der Sandenregcomp: avoid overflow setting last_start_max
2020-04-23 Hugo van der Sandengh16947: avoid mutating regexp program only within...
2020-04-12 Hugo van der Sandenstudy_chunk: do not rewrite for trie while enframed
2020-01-27 Hugo van der Sandenregexec: don't increment recursion counter for non...
2020-01-19 Karl Williamsonre/pat.t: Fix failure on some systems
2019-12-27 Karl WilliamsonPATCH: GH #17384 out of bounds read in qr//
2019-12-18 Karl WilliamsonPATCH: GH #17371
2019-12-17 Karl WilliamsonPATCH: GH #17370, read beyond buffer in grok_inf_nan
2019-12-17 Karl WilliamsonPATCH: GH #17367 read 1 beyond end of buffer
2019-12-14 Karl Williamsont/re/pat.t: White-space only
2019-12-14 Karl Williamsont/re/pat.t: Fix skip count for limited mem platforms
2019-12-14 Karl Williamsont/re/pat.t: Skip tests that don't work on EBCDIC
2019-12-04 Tony Cookskip code that requires dynamic loading and minitest...
2019-12-04 Tony Cookfix skip for loop over locales
2019-12-04 Tony CookPOSIX isn't loadable in miniperl
2019-11-22 Karl WilliamsonPATCH: gh #17319 Segfault
2019-11-21 Karl WilliamsonProperly handle filled /il regnodes and multi-char...
2019-11-20 Karl WilliamsonAdd ANYOFHs regnode
2019-11-07 Karl WilliamsonRemove utf8_heavy.pl
2019-10-30 Karl WilliamsonChange the names of some regnodes
2019-10-26 Karl WilliamsonPATCH: [perl 134335], gh115,Assert fail in regmatch
2019-10-22 Karl WilliamsonPATCH: #17196, Assertion failure in /l pattern
2019-10-09 Karl Williamsont/re/pat.t: Add ability to skip on memory constrained
2019-09-29 Karl Williamsonregex: Add LEXACT_ONLY8 node type
2019-09-29 Karl Williamsonregex: Create and handle LEXACT nodes
2019-09-29 Karl Williamsonregcomp.c: Change handling of filled EXACT nodes
2019-09-03 Karl Williamsont/re/pat.t: Use ASCII ' in comment, not Unicode char
2019-08-27 Karl WilliamsonPATCH: [perl #134325] Heap buffer overflow
2019-04-10 Karl WilliamsonPATCH: [perl #133992] Assertion failure in scan_const
2019-04-10 Karl Williamsont/re/pat.t: Silence 'wide char' warning
2019-04-10 Karl WilliamsonPATCH: [perl #133995], Assertion failure in regmatch
2019-04-09 Karl WilliamsonPATCH: [perl #133998] regcomp assertion failure
2019-03-18 Karl WilliamsonImplement variable length lookbehind in regex patterns
2019-03-14 Karl Williamsont/re/pat.t: Add test for [perl #133933]
2019-03-14 Karl WilliamsonAdd more checking for regnode offset overflowing
2019-03-14 Karl WilliamsonPATCH: [perl #133921] Segfaults in regcomp.c
2019-03-14 Karl Williamsont/re/pat.t: Rmv stray semi-colon
2019-03-14 Karl WilliamsonPATCH: [perl #133871] heap-buffer-overflow in S_reginsert
2019-03-14 Karl Williamsont/re/pat.t: Outdent 2 lines
2019-03-14 Karl WilliamsonAllow qr'\N{...}'
2019-03-07 David Mitchellfix leak in regex re-entrant capture buffer
2019-03-07 David Mitchellfix leak in /[(?{]/
2019-02-25 David Mitchellt/re/pat.t: avoid failing test under ASan
2019-01-29 Tony Cook(perl #133782) set magic when changing $^R
2018-12-16 Karl WilliamsonCorrect previous perldelta entry, and add a test
2018-11-16 Karl WilliamsonPATCH: [perl #133642] Double free
2018-11-16 Karl Williamsont/re/pat.t: Add a test
2018-10-02 Karl WilliamsonChange REG_INFTY to 2**16-1, instead of 2**15-1
2018-04-20 Karl WilliamsonBring all Unicode property definitions into core
2018-04-17 Karl WilliamsonPATCH [perl #132164] regcomp.c: Don't try to increment...
2018-04-17 Karl Williamsonheap-buffer-overflow
2018-02-07 Yves Ortonfix perl #132630, dont try to fbm match past end of...
2017-12-06 Tony Cookprevent integer overflow when compiling a regexp
2017-11-11 Todd RinaldoReplace multiple 'use vars' by 'our' in t
2017-09-10 Yves Ortonfix #132017 - OPFAIL insert needs to set flags to 0
2017-08-14 Tony Cook(perl #124368) make /foo/o; /$null/ act consistently
2017-06-16 David Mitchelldon't call Perl_fbm_instr() with negative length
2017-06-01 Karl WilliamsonMove tests to pat_advanced.t
2017-02-06 Hugo van der Sanden[perl #129061] CURLYX nodes can be studied more than...
2017-02-06 Tony Cook(perl #129281) test for buffer overflow issue
2017-02-06 Hugo van der Sandenvi hints for pat.t
2017-02-01 Tony Cook(perl #130684) allocate enough space for the extra 'x'
2017-01-19 Hugo van der Sanden[perl #129377] don't read past start of string for...
2017-01-11 Hugo van der Sanden[perl #130522] test cases for len(STCLASS) > len(target)
2017-01-08 Hugo van der Sanden[perl #130495] add fresh_perl() option for prog with...
2017-01-04 Hugo van der Sanden[perl #130495] /x comment skipping stops a byte short
2016-11-11 H.Merijn BrandPatch unit tests to explicitly insert "." into @INC...
2016-11-02 Yves Ortonclarify behavior single quote regexps
2016-11-01 Yves Ortonrework perl #129903 - inf recursion from use of empty...
2016-11-01 Yves Ortonnew feature @{^CAPTURE} (and %{^CAPTURE} and %{^CAPTURE...
2016-10-28 Karl WilliamsonFix test to be EBCDIC friendly
2016-10-27 Yves Ortonregcomp.c: fix perl #129950 - fix firstchar bitmap...
2016-10-21 Dan Collinst/re/pat.t: tests for RT #21491
2016-08-18 Nicolas RUse set_up_inc for several unit tests
2016-08-08 Karl WilliamsonAdd test for [perl #126606]
2016-07-21 Karl WilliamsonPATCH: [perl 128686] regex compiler crashes
2016-07-16 Karl Williamsont/re/pat.t: Add some tests
2016-05-09 Yves OrtonCall PERL_ASYNC_CHECK when we backtrack in the regex...
2016-04-09 David Mitchellmove perf test from re/pat.t to re/speed.t
2016-04-09 David Mitchellnew perf test in pat.t: avoid timing failure
2016-04-08 Yves Ortontest for #127855 - Slowdown in m//g on COW strings...
2016-03-14 Yves Ortonfix "bad match" issue reported in perl #127705
2016-03-13 Yves Orton[perl #126182] rework pattern GOSUB infinite recursion...
2016-03-06 Yves Ortonfix Perl #126182, out of memory due to infinite pattern...
2015-10-20 Karl WilliamsonPATCH: [perl #12406] regnode panic
2015-09-25 Karl Williamsont/re/pat.t: EBCDIC fix
2015-09-16 Karl WilliamsonPATCH [perl #123562] Regexp-matching "hangs"
2015-03-09 Karl WilliamsonSkip various locale tests when locales are not available
2015-03-06 Karl Williamsont/re/pat.t: Generalize for EBCDIC
2015-02-18 Hugo van der Sanden[perl #123852] avoid capture side-effects under noncapt...
2015-02-15 Hugo van der Sanden[perl #123843] fix SEGV reading data->flags
2015-02-15 Yves Ortonfix infinite loop in parsing backrefs in regex patterns
2015-02-15 Yves OrtonAdd a TODO test for not infinite looping during regex...
2015-02-10 Hugo van der Sanden[perl #123782] regcomp: check for overflow on /(?123)/
2015-02-09 Hugo van der Sanden[perl #123755] including unknown char in error requires...
2015-01-20 Hugo van der Sandenintuit_more: no need to copy before keyword check
2015-01-06 Karl WilliamsonPATCH: [perl #123539] regcomp.c node overrun/segfault
2014-10-07 Karl WilliamsonFix EBCDIC-only bug with /[...]/
next