summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* [perl #123893] Fix hang with "@{"Father Chrysostomos2015-08-281-4/+15
* [perl #123712] Don’t check sub_inwhatFather Chrysostomos2015-08-281-1/+8
* [perl #123712] Fix /$a[/ parsingFather Chrysostomos2015-08-281-1/+9
* PATCH: [perl 125825] {n}+ possessive quantifier brokenKarl Williamson2015-08-272-1/+2
* RT #124156: death during unwinding causes crashDavid Mitchell2015-08-191-1/+51
* [perl #123711] Fix crash with 0-5x-l{0}Father Chrysostomos2015-08-171-0/+3
* save_re_context(): do "local $n" with no PL_curpmDavid Mitchell2015-08-122-0/+56
* Fix test count in t/base/rs.tSteve Hay2015-08-101-2/+1
* Fix "...without parentheses is ambuguous" warning for UTF-8 function namesAlex Vandiver2015-08-101-0/+10
* Allow unquoted UTF-8 HERE-document terminatorsAlex Vandiver2015-08-101-0/+11
* [perl #124113] Make check for multi-dimensional arrays be UTF8-awareAlex Vandiver2015-08-101-0/+10
* Stop $^H |= 0x1c020000 from enabling all featuresFather Chrysostomos2015-08-101-0/+8
* [perl #123202] speed up scalar //g against tainted stringsTony Cook2015-08-101-0/+42
* Fix quoting in new switchd.t test.Craig A. Berry2015-08-101-1/+1
* [perl #123748] - Add test case for possible getenv/putenv/setenv stomping in ...Matthew Horsfall (alh)2015-08-101-1/+23
* [perl #123218] "preserve" $/ if set to a bad valueTony Cook2015-08-101-2/+9
* [perl #124127] fix cloning arrays with unused elementsTony Cook2015-08-101-1/+7
* [perl #123652] eval {label:} crashFather Chrysostomos2015-06-011-0/+3
* Bump Pod::PlainText $VERSIONSteve Hay2015-01-311-0/+1
* Bump some CPAN $VERSIONsSteve Hay2015-01-311-0/+8
* Add Module-CoreList check to t/porting/corelist.tSteve Hay2015-01-281-1/+2
* intuit_more: no need to copy before keyword checkHugo van der Sanden2015-01-211-1/+10
* [perl #123538] always set chophere and itembytes at the same timeTony Cook2015-01-211-1/+13
* perlunicook: add trusted-to-exist links for perlunicookRicardo Signes2015-01-171-0/+6
* Silence "Useless use ... in void context" warnings from commit 2ce04c5f4aSteve Hay2015-01-171-2/+2
* parser.t: Correct bug numberFather Chrysostomos2015-01-131-1/+1
* perldiag: Reunite ‘perhaps you forgot to load’Father Chrysostomos2015-01-131-1/+0
* Semicolon before ellipsis inside block disambiguates.James E Keenan2015-01-131-3/+28
* t/io/eintr.t: Make this pass on my ppc64 boxÆvar Arnfjörð Bjarmason2015-01-121-2/+7
* parser.t: Correct skip countFather Chrysostomos2015-01-121-1/+1
* [perl #123452] Fix crash with s/${<>{})//Father Chrysostomos2015-01-121-1/+4
* Adjust test expectations from previous commitSteve Hay2015-01-112-3/+11
* [perl #123495] Stop gmtime(nan) from crashingFather Chrysostomos2015-01-112-1/+25
* Fix assertion failure with qr/\Q(?{})/Father Chrysostomos2015-01-111-1/+5
* Fix qr/@array(?{block})/Father Chrysostomos2015-01-111-1/+4
* [perl #123410] sort CORE::fake bizarre behaviourFather Chrysostomos2015-01-101-1/+3
* PATCH: [perl #123539] regcomp.c node overrun/segfaultKarl Williamson2015-01-101-1/+6
* [perl #123245] avoid a panic in sv_chop() in formatsTony Cook2015-01-081-3/+0
* [perl #123245] tests for format crashesTony Cook2015-01-081-1/+28
* add test for rt122747Yves Orton2015-01-081-0/+29
* svleak.t: Add test for #123198Father Chrysostomos2015-01-081-1/+2
* Manual backport of 572618de.Jarkko Hietaniemi2014-12-271-1/+2
* Tru64: Skip tests that for some reason grind Tru64 to a halt.Jarkko Hietaniemi2014-12-275-0/+18
* Fix t/op/taint.t on WindowsFather Chrysostomos2014-12-271-6/+12
* [perl #122669] Don’t taint at compile timeFather Chrysostomos2014-12-271-1/+9
* Fix crash with lex subs under -dFather Chrysostomos2014-12-271-1/+40
* Fix crash when lex subs are used for overloadFather Chrysostomos2014-12-271-1/+11
* Fix crash when lex subs are used for AUTOLOADFather Chrysostomos2014-12-271-1/+19
* state.t: Improve test for #123029Father Chrysostomos2014-12-271-1/+1
* [perl #123029]: add regression testAaron Crane2014-12-271-1/+9