This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Script Run: Scripts couldn't start with Common
[perl5.git] / t / re /
2018-01-04 Karl WilliamsonScript Run: Scripts couldn't start with Common
2018-01-04 Karl WilliamsonScript runs: was swallowing next char in pattern
2017-12-25 Karl WilliamsonAdd script_run regex feature
2017-12-19 Karl Williamsont/re/reg_mesg.t: White-space only
2017-12-19 Karl Williamsont/re/reg_mesg.t: Test that death actually happens.
2017-12-19 Karl Williamsonreg_mesg.t: Move some tests to proper places
2017-12-19 Karl WilliamsonForbid literal \v in /[]/ under re strict, except under /x
2017-12-19 Karl Williamsonreg_mesg.t: Fix comment
2017-12-19 Karl Williamsonreg_mesg.t: Fix typo
2017-12-13 David Mitchellre_intuit_start()/S_reghop3(): don't go beyond end
2017-12-08 Yves Ortonswitch from _qq to _q in t/re/reg_mesg.t
2017-12-08 Zeframdelete duplicate _qq from test
2017-12-07 Yves Ortonfix #131649 - extended charclass can trigger assert
2017-12-07 Yves OrtonAvoid like in t/re/reg_mesg.t
2017-12-06 Tony Cookprevent integer overflow when compiling a regexp
2017-12-03 David Mitchellre_intuit_start(): skip too short variant utf8 pat
2017-11-11 Todd RinaldoReplace multiple 'use vars' by 'our' in t
2017-09-15 Nicolas Rtests - Use set_up_inc helper to set @INC
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-07-13 Karl WilliamsonForbid above IV_MAX code points
2017-07-13 Karl Williamsont/re/pat_advanced.t: Revise some tests
2017-07-13 Karl WilliamsonRevert: Restrict code points to <= IV_MAX
2017-07-11 Karl Williamsont/re/pat_advanced.t: Fix test to work on EBCDIC
2017-06-18 Yves Ortonadd test for [perl #131522] and fix test for (related...
2017-06-16 David Mitchelldon't call Perl_fbm_instr() with negative length
2017-06-12 David Mitchellfix utf char > IV_MAX on 32-bit platforms
2017-06-07 Dagfinn Ilmari Man... Make setting ${^ENCODING} to a defined value fatal
2017-06-06 AbigailForbid out of range Unicode code points.
2017-06-01 Karl WilliamsonFatalize \N{}
2017-06-01 Karl Williamsont/re/pat_advanced.t: Prepare for fatal \N{}
2017-06-01 Karl WilliamsonMove tests to pat_advanced.t
2017-06-01 Karl Williamsonre/pat_advanced.t: Convert ok to like
2017-06-01 Karl WilliamsonRelax fatal circumstances of unescaped '{'
2017-06-01 Karl Williamsont/re/reg_mesg.t: Add override of warning default on/off
2017-06-01 Karl WilliamsonSlightly change -Dr output of regex ANYOF nodes
2017-04-18 Karl WilliamsonWorkaround for GNU Autoconf unescaped left brace
2017-02-20 Karl Williamsonre/fold_grind.t: Allow watchdog timeout to vary
2017-02-14 David Mitchellclear savestack on (?{...}) failure and backtrack
2017-02-14 David Mitchellfix pad/scope issue in re_evals
2017-02-14 Karl WilliamsonDon't try to compile a pattern known to be in error
2017-02-12 Sawyer XRevert "Deprecating the use of C<< \cI<X> >> to specify...
2017-02-12 Sawyer XRevert "Avoid triggering a deprecation warnings."
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 David Mitchellavoid double-freeing regex code blocks
2017-02-01 Tony Cook(perl #130684) allocate enough space for the extra 'x'
2017-01-28 Yves Ortonsilence warnings from tests about impossible quantifiers
2017-01-27 Yves Ortonfix RT #130561 - recursion and optimising away impossib...
2017-01-24 David Mitchellbetter handle freeing of code blocks in /(?{...})/
2017-01-19 Karl WilliamsonFix bug with a digit range under re 'strict'
2017-01-19 Hugo van der Sanden[perl #129377] don't read past start of string for...
2017-01-17 AbigailAvoid triggering a deprecation warnings.
2017-01-16 AbigailDeprecating the use of C<< \cI<X> >> to specify a print...
2017-01-16 AbigailUnescaped left braces in regular expressions will be...
2017-01-13 Karl WilliamsonWarn on unescaped /[]}]/ under re strict
2017-01-13 Karl Williamsont/re/reg_mesg.t: Add new ability
2017-01-13 Karl WilliamsonVarious .t's: Escape literal '}' and ']' in patterns
2017-01-13 Karl WilliamsonAdd /xx regex pattern modifier
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-12-12 Hugo van der Sanden[perl #130307] Correctly unwind on cache hit
2016-12-11 Karl WilliamsonPATCH: [perl #37836] Simple Regex causes SEGV
2016-12-10 David Mitchellmisaligned buffer with heredoc and /(?{...})/
2016-11-28 David Mitchellcrash on explicit return from s///e
2016-11-14 Dagfinn Ilmari Man... Fix error message for unclosed \N{ in regcomp
2016-11-12 James E KeenanRT 130010: add regression test.
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-31 Tony Cook(perl #129085) avoid memcmp() past the end of a string
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 Jarkko HietaniemiThe 1994b214 made the test dependent on Tie::Hash:...
2016-10-21 Dan Collinst/re/subst.t: tests for RT #23624
2016-10-21 Dan Collinst/re/pat.t: tests for RT #21491
2016-10-20 Yves Ortonthe test for #129897 was missing the min-mod (?) on...
2016-10-19 Karl WilliamsonPATCH: [perl #129322] S_invlist_clear(SV *): Assertion...
2016-10-19 Yves Ortonregexec.c: add comment and add a test
2016-10-19 Yves Ortonregexec.c: fix perl #129897: trie short circuit breaks...
2016-10-19 Yves Ortonuniprops.t: split into 10 seperate test files t/re...
2016-10-15 Jarkko HietaniemiIf a unit test doesn't finish in 5 minutes, it's not...
2016-10-04 Hugo van der Sanden[perl #129350] anchored/floating substrings must be...
2016-09-19 Father ChrysostomosMake regexp_nonull.t test patterns without null
2016-09-19 Father Chrysostomosregexp.t: Update comments about column 1
2016-09-17 Father ChrysostomosAdd regexp_nonull.t
2016-08-31 Karl WilliamsonPATCH: [perl #129122] regex sets syntax error
2016-08-29 Karl WilliamsonPATCH: [perl #129038] Crash with s///l
2016-08-24 David Mitchellre_untuit_start() avoid overshoot with utf8
2016-08-18 Father Chrysostomospat_advanced.t miniperl fix-up
2016-08-18 Nicolas RUse set_up_inc for several unit tests
2016-08-14 Yves Ortonmove Internals::hv_clear_placeholders() to Hash::Util...
2016-08-08 Karl WilliamsonAdd test for [perl #126606]
2016-07-29 Father ChrysostomosTired of looking up old bug numbers
2016-07-21 Karl WilliamsonPATCH: [perl 128686] regex compiler crashes
2016-07-17 Karl WilliamsonPATCH: [perl #128170] Assert fail in regcomp.c
2016-07-16 Karl Williamsont/re/anyof.t: add tests for ranges
next