summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* (perl #127380) default PERLIO_DEBUG/-Di to use STDERRTony Cook2016-06-081-3/+14
* (perl #127380) add tests for -DiTony Cook2016-06-081-0/+39
* op/lex_assign.t: fix intermittent failuresDavid Mitchell2016-06-071-2/+14
* [perl #127333] add warning for until(assignment)Dan Collins2016-06-071-0/+22
* skip a Tets-Simple test that's leaking shm blocksTony Cook2016-06-071-0/+1
* (perl #127993) test reporting of multiple conflict markersTony Cook2016-06-061-0/+12
* use yyerror instead of croaking immediately (RT #127993)Lukas Mai2016-06-061-3/+3
* fix bogus "at end of line" error message for "my (my $x, $y, $z)"Lukas Mai2016-06-041-7/+7
* [perl #128307] Fix ‘foo ? require : bar’Father Chrysostomos2016-06-021-1/+8
* Don’t use yyerror for each($scalar) experiment errFather Chrysostomos2016-06-021-2/+3
* Get EUMM basic.t passing again on Win32.Craig A. Berry2016-06-021-0/+1
* [perl #128266] libperl.t: Ignore $UNIX2003 suffixFather Chrysostomos2016-05-291-1/+1
* podcheck.t: Include tr// and y// detectionKarl Williamson2016-05-272-2/+1
* podcheck.t: Use new Pod::CheckerKarl Williamson2016-05-272-229/+443
* podcheck.t: Move a declarationKarl Williamson2016-05-261-17/+16
* ext/VMS-DCLsym/DCLsym.pm: Fix missing pod referenceKarl Williamson2016-05-251-1/+0
* Devel::Peek: Fix a couple of pod glitchesKarl Williamson2016-05-251-1/+0
* porting/dual-life.t: Clarify test messagesKarl Williamson2016-05-251-2/+4
* porting/libperl.t: better diag outputDavid Mitchell2016-05-251-2/+15
* Change mem_collxfrm() algorithm for embedded NULsKarl Williamson2016-05-241-0/+7
* Update ExtUtils-MakeMaker to CPAN version 7.18Chris 'BinGOs' Williams2016-05-241-35/+0
* recognize and reject version control conflict markers (RT #127993)Lukas Mai2016-05-221-1/+20
* [perl #128204] Fix crash with @a &.= etc.Father Chrysostomos2016-05-201-0/+48
* Allow assignment to &CORE::keys()Father Chrysostomos2016-05-201-1/+8
* Allow &CORE::foo() with array functionsFather Chrysostomos2016-05-201-0/+100
* fFather Chrysostomos2016-05-201-1/+1
* Allow &CORE::foo() with hash functionsFather Chrysostomos2016-05-201-0/+53
* Enable lex subs everywhere; suppress warningFather Chrysostomos2016-05-204-29/+3
* [perl #128187] Forbid keys @_ in assigned lv subFather Chrysostomos2016-05-201-1/+5
* Correct error msg for sub:lvalue{%h{k}} in sassignFather Chrysostomos2016-05-201-2/+6
* [perl #128187] Forbid sub :lvalue{keys} in aassignFather Chrysostomos2016-05-201-1/+4
* [perl #123367] Test my sub defined in BEGIN{eval}Father Chrysostomos2016-05-191-1/+5
* Allow require_error.t be run from the top levelFather Chrysostomos2016-05-191-0/+1
* [perl #128182] Fix crash with require $nonstringFather Chrysostomos2016-05-181-1/+9
* lexsub.t: Remove some unnecessary evalsFather Chrysostomos2016-05-181-4/+4
* [perl #128171] Fix assert fail with /@0{0*->@*/*0Father Chrysostomos2016-05-171-1/+7
* Use concat overloading for "foo$_->$*"Father Chrysostomos2016-05-171-1/+13
* Fix crash with: undef *_; shift;Father Chrysostomos2016-05-171-0/+3
* [perl #127976] Restore ‘or array’ to each($s) errFather Chrysostomos2016-05-162-4/+5
* [perl #127976] Use yyerror for each $scalar errorFather Chrysostomos2016-05-161-1/+5
* startkve.t: Refactor setting of $errpatFather Chrysostomos2016-05-161-3/+7
* smartkve.t: Delete now-redundant testsFather Chrysostomos2016-05-161-17/+0
* [perl #128052] make t/test.pl compatible with older PerlsAaron Crane2016-05-161-4/+10
* Fix Scalar-List-Utils build on C89 compilers; patch sent upstreamAaron Crane2016-05-161-1/+1
* Fix Scalar-List-Utils build on C++ compilers; patch sent upstreamAaron Crane2016-05-161-0/+5
* Upgrade to Scalar-List-Utils 1.45 from CPANJarkko Hietaniemi2016-05-151-6/+0
* [perl #128086] Test the prev commitFather Chrysostomos2016-05-151-1/+8
* Make barewords constant-foldableAaron Crane2016-05-154-2/+24
* [perl #127952] misoptimization for negated constant-ish on lhs of logopAaron Crane2016-05-151-1/+27
* [perl #128106] Fix reset with non-globsFather Chrysostomos2016-05-101-1/+11