summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* add loop benchmark testsDavid Mitchell2016-02-031-3/+101
* pp_enteriter: don't create new SV for GvSV slotDavid Mitchell2016-02-031-1/+12
* add CXp_FOR_PAD, CXp_FOR_GV flagsDavid Mitchell2016-02-031-1/+12
* pp_return(): handle dounwind() freeing argsDavid Mitchell2016-02-032-2/+41
* Eliminate ENTER/LEAVE from sub callsDavid Mitchell2016-02-031-1/+0
* avoid leaking @_ in gotoDavid Mitchell2016-02-031-1/+21
* goto.t: add freeing CV testDavid Mitchell2016-02-031-1/+17
* t/perf/benchmarks: add a few sub and goto testsDavid Mitchell2016-02-031-2/+23
* make "for my $lex {}" faster under ITHREADSDavid Mitchell2016-02-032-1/+19
* save old PL_comppad in CXt_SUB/FORMAT blockDavid Mitchell2016-02-031-1/+28
* pp_goto: SvREFCNT_dec(oldcv) *after* undef testDavid Mitchell2016-02-031-1/+25
* [perl #125540] handle already being at EOF while not finding a heredoc termin...Tony Cook2016-02-031-1/+9
* [perl #127351] add isaelem magic on *Foo::ISA = arrayrefTony Cook2016-02-021-1/+0
* [perl #127351] TODO tests for arrayref assigned to *Foo::ISA issuesTony Cook2016-02-021-1/+35
* Tweaks to podlators integration.Craig A. Berry2016-01-301-1/+1
* Integrate podlators 4.05.Craig A. Berry2016-01-302-6/+11
* Escape t/test.pl got vs expected stringsKarl Williamson2016-01-301-2/+7
* Do not export no text symbols starting with S_.Jarkko Hietaniemi2016-01-291-4/+17
* [perl #127183] Non-canonical hexadecimal floats are parsed prematurelyJarkko Hietaniemi2016-01-272-2/+54
* Porting/Miantainers.pl update following changes in 273df2b189...538ad527dcSteve Hay2016-01-251-1/+31
* Upgrade Encode from version 2.78 to 2.79Steve Hay2016-01-251-2/+0
* backport EUMM commitsDaniel Dragan2016-01-251-2/+2
* TODO long-failing argv.t tests on VMS.Craig A. Berry2016-01-231-17/+23
* [perl #127122] warn on unless (assignment) when syntax warnings are onTony Cook2016-01-211-0/+11
* [perl #126991] treat cop_line as unsigned in caller() (since it is)Tony Cook2016-01-211-1/+6
* Add qr/\b{lb}/Karl Williamson2016-01-191-0/+2
* remove vestigial uses of PRIVSHIFTDavid Mitchell2016-01-191-1/+14
* remove deprecated PL_timesbufDaniel Dragan2016-01-171-1/+1
* Remove unused sub from strict vs. multideref testDagfinn Ilmari Mannsåker2016-01-171-2/+1
* Enforce strict 'subs' in multideref optimisationDagfinn Ilmari Mannsåker2016-01-161-0/+10
* [perl #123737] handle a non-identifer after @ better for a missing opTony Cook2016-01-141-1/+10
* No List::Util under miniperl.Jarkko Hietaniemi2016-01-131-6/+9
* [perl #123788] update isa magic stash records when *ISA is deletedTony Cook2016-01-111-1/+0
* [perl #123788] tests for making in in-use @ISA not an @ISA anymoreTony Cook2016-01-111-1/+39
* [perl #123737] delay reporting a missing operator for arraysTony Cook2016-01-111-0/+9
* [perl #126633] check children of OA_DANGEROUS ops for common scalarsDave Mitchell2016-01-111-0/+8
* [perl #126633] copy anything gmagical on the rightTony Cook2016-01-111-3/+6
* [perl #126633] if we see smagic on the left copy the rest on the rightTony Cook2016-01-111-5/+1
* [perl #126633] TODO testsTony Cook2016-01-111-0/+41
* [perl #126042] handle scalar context for a missing import/unimport callTony Cook2016-01-071-1/+18
* give Win32 miniperl a real getcwd for build perfDaniel Dragan2016-01-071-0/+1
* podcheck: Improve NAME detectionKarl Williamson2016-01-061-0/+5
* verses -> versusLukas Mai2016-01-061-1/+1
* Upgrade Math-BigRat from version 0.260801 to 0.260802Steve Hay2016-01-051-1/+1
* [perl #126922] avoid access to uninitialized memory in win32 crypt()Tony Cook2016-01-051-0/+41
* Remove unwarranted assertion in Perl_newATTRSUB_x()Aaron Crane2016-01-031-1/+8
* *glob{FILEHANDLE} is no longer deprecatedRicardo Signes2016-01-022-2/+8
* Update podlators to version 4.03Karen Etheridge2016-01-011-1/+0
* podcheck.t: tell the author where the problems db is locatedKaren Etheridge2016-01-011-1/+1
* [PATCH] Try more crypt algorithms in the tests, for OpenBSD.Andy Dougherty2015-12-312-5/+20