summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
...
* dounwind(): do a POPBLOCK for final cx frame.David Mitchell2016-02-031-1/+13
* fix CxFOREACHDavid Mitchell2016-02-031-1/+43
* fix *_ = "" for 0 .. 1;David Mitchell2016-02-031-1/+41
* replace leave_common() with leave_adjust_stacks()David Mitchell2016-02-032-1/+23
* pp_leavesub(): call FREETMPS and optimiseDavid Mitchell2016-02-032-1/+43
* optimise sv_setsv_flags()David Mitchell2016-02-031-1/+16
* extend magic copy test to all scope exit typesDavid Mitchell2016-02-031-0/+7
* test that pp_leavesub copies returned PADTMPs.David Mitchell2016-02-031-1/+9
* Always copy return values when exiting scopeDavid Mitchell2016-02-032-1/+21
* op/sub.t: fix ticket number in commentDavid Mitchell2016-02-031-1/+1
* simplify two conditions in pp_iter:David Mitchell2016-02-031-3/+4
* benchmarks: add some 'for' array iteratingDavid Mitchell2016-02-031-0/+41
* rename S_doeval() to S_doeval_compile()David Mitchell2016-02-031-3/+3
* sort(!) out CXt_NULL and CXp_MULTICALLDavid Mitchell2016-02-031-0/+6
* 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