summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
...
* [perl #127635] s///r with -DPERL_NO_COW attempts to modify source SVTony Cook2016-03-011-1/+8
* Scalar-List-Utils customization bumpJarkko Hietaniemi2016-02-291-5/+6
* Socket customization bumpJarkko Hietaniemi2016-02-291-2/+2
* perlfunc overhaulLukas Mai2016-02-271-0/+65
* podcheck.t: expand POD sequences in L</...> section namesLukas Mai2016-02-251-15/+24
* t/re/pat_advanced.t: Test for [#perl 126886]Karl Williamson2016-02-201-0/+7
* PATCH: [perl 127537] /\W/ regression with UTF-8Karl Williamson2016-02-181-0/+2
* Don't allow /\N{}/ under 're strict'Karl Williamson2016-02-181-1/+3
* t/re/reg_mesg.t: Add a couple of testsKarl Williamson2016-02-161-0/+2
* regcomp.c: Clarify error messageKarl Williamson2016-02-101-1/+1
* t/re/regex_sets.t: Add some testsKarl Williamson2016-02-101-0/+11
* porting/diag.t: Handle some E<> pod escapesKarl Williamson2016-02-101-0/+3
* podcheck.t: Need to translate E<lt> and E<gt>Karl Williamson2016-02-101-0/+2
* PATCH: [perl #8904] Revamp [:posix:] parsingKarl Williamson2016-02-092-19/+78
* [perl #127494] don't cache AUTOLOAD as DESTROYTony Cook2016-02-101-1/+0
* [perl #127494] TODO test for $AUTOLOAD being set for DESTROYTony Cook2016-02-101-1/+21
* move Time-HiRes from cpan to distRicardo Signes2016-02-081-0/+2
* [perl #124387] call AUTOLOAD when DESTROY isn't definedTony Cook2016-02-081-1/+1
* [perl #124387] TODO test for AUTOLOAD on DESTROYTony Cook2016-02-081-1/+12
* Do not try to fchown() to uid -1 and gid -1.Jarkko Hietaniemi2016-02-071-2/+2
* Integrate podlators 4.06.Craig A. Berry2016-02-051-1/+0
* podcheck.t: regen db for overlong verbatim linesKarl Williamson2016-02-031-1/+1
* Additional hexfp %a tests inspired by c95ea682.Jarkko Hietaniemi2016-02-031-0/+15
* convert CX_PUSHSUB/POPSUB to inline fnsDavid Mitchell2016-02-031-2/+2
* add a few grep and map benchmarksDavid Mitchell2016-02-031-0/+24
* rename POPFOO() to CX_POPFOO()David Mitchell2016-02-031-2/+2
* optimise bare 'next'David Mitchell2016-02-031-0/+6
* 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