summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
* Tweak sv_pos_b2u_flags check in pp_indexJames Raspass2014-12-061-1/+5
* Return fresh scalar from join(const,const)Father Chrysostomos2014-12-041-1/+5
* [perl #114498] lslice returning empty vs undefFather Chrysostomos2014-12-031-11/+18
* t/op/taint.t: Perform SHA-256 algorithm by crypt() if default one is disabledPetr Písař2014-12-011-1/+13
* ‘Subroutine (not var) "&x" will not stay shared’Father Chrysostomos2014-11-301-1/+9
* scalar($#foo) needs to propagate lvalue contextFather Chrysostomos2014-11-292-2/+12
* [perl #123313] sub { f(); BEGIN{} } was void cxFather Chrysostomos2014-11-291-1/+7
* Make coresub.t faster by eschewing B::DeparseFather Chrysostomos2014-11-261-6/+13
* Fix UTF8 lex sub namesFather Chrysostomos2014-11-231-1/+15
* Protect ${^E_NCODING} from abuseFather Chrysostomos2014-11-221-1/+7
* Deprecate setting ${^ENCODING}Dagfinn Ilmari Mannsåker2014-11-201-0/+1
* lex_assign.t: Make store count test stricterFather Chrysostomos2014-11-201-1/+1
* PATCH: [perl #123198] Memory leak in regex in 5.20.1Karl Williamson2014-11-181-2/+0
* svleak.t: Add test for #123198Father Chrysostomos2014-11-171-1/+4
* Manually revert ‘Remove SvREADONLY_on from op.c:op_const_sv’Father Chrysostomos2014-11-161-1/+9
* Fix assert fail with my $x; sub() {$x}Father Chrysostomos2014-11-161-1/+8
* The miniperl skip in utf8cache.t was wrong.Jarkko Hietaniemi2014-11-141-1/+1
* tie.t: Don’t skip base.pm test unconditionallyFather Chrysostomos2014-11-131-1/+1
* Stop crypt($tied,...) from calling FETCH twiceFather Chrysostomos2014-11-131-1/+8
* Turn off UTF8 flag on crypt ret valFather Chrysostomos2014-11-131-1/+6
* Account for state vars when const-izing sub(){$x}Father Chrysostomos2014-11-131-1/+20
* Account for string eval when const-izing sub(){$x}Father Chrysostomos2014-11-131-1/+49
* Make sub () { 0; 3 } inlinable once moreFather Chrysostomos2014-11-131-1/+75
* Allow sub():method{CONSTANT} to be inlinedFather Chrysostomos2014-11-131-1/+19
* Handle multiple closures in sub(){$x} const-izingFather Chrysostomos2014-11-131-1/+111
* const-optree.t: Correct commentFather Chrysostomos2014-11-131-1/+1
* Don’t inline sub(){ 0; return $x }Father Chrysostomos2014-11-131-1/+12
* Don’t inline sub(){ 0; return $x; ... }Father Chrysostomos2014-11-131-1/+12
* const-optree.t: More testsFather Chrysostomos2014-11-131-1/+31
* Don’t inline sub(){my $x; state sub z {$x} $outer}Father Chrysostomos2014-11-131-1/+17
* Don’t inline sub(){0; $x} if $x changes elsewhereFather Chrysostomos2014-11-131-1/+21
* Restructure const-optree.tFather Chrysostomos2014-11-131-36/+104
* Deprecate inlining sub(){$x} if $x is changed elsewhereFather Chrysostomos2014-11-131-1/+6
* Put sub(){ ... } constant tests in a new fileFather Chrysostomos2014-11-133-38/+49
* Don’t attempt to inline my sub (){$outer_var}Father Chrysostomos2014-11-131-1/+6
* Preserve :method in sub:method(){$outer_lex}Father Chrysostomos2014-11-131-4/+1
* Make sub(){$outer_lexical} return a copy each timeFather Chrysostomos2014-11-131-1/+2
* sub(){__SUB__} under -d, sub{eval"";__SUB__}Father Chrysostomos2014-11-131-1/+13
* current_sub.t: Test sub(){__SUB__}Father Chrysostomos2014-11-121-1/+8
* repeat.t: Correct commentFather Chrysostomos2014-11-121-2/+2
* Special case exp(1) for ppc64-linux.Jarkko Hietaniemi2014-11-121-0/+11
* Revert "sisyphus thinks the test value is simply wrong here."Jarkko Hietaniemi2014-11-121-1/+1
* Test reference to unavailable lexical variableFather Chrysostomos2014-11-111-0/+10
* Don’t make temp copy for ()=...Father Chrysostomos2014-11-111-1/+8
* rename [] from "anonymous list" to "anonymous array"Lukas Mai2014-11-112-2/+2
* More lex_assign.t fix-upsFather Chrysostomos2014-11-101-2/+2
* lex_assign.t fix-upFather Chrysostomos2014-11-101-1/+1
* Suppress warning from lex_assign.tFather Chrysostomos2014-11-101-0/+1
* Don’t call STORE twice on setpgrp targetFather Chrysostomos2014-11-101-1/+1
* Call STORE on lexical $tied = vec/chrFather Chrysostomos2014-11-101-26/+37