summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
* [perl #90130] Allow CORE::* without feature.pmFather Chrysostomos2011-06-112-2/+16
* Correct file references in switch.tFather Chrysostomos2011-06-111-2/+2
* Remove another bug workaroundFather Chrysostomos2011-06-111-3/+2
* Remove workaround for fixed bugFather Chrysostomos2011-06-111-1/+0
* Revert "Revert "Make untie check the FAKE flag on globs""Father Chrysostomos2011-06-111-3/+11
* Revert "Revert "[perl #77688] tie $scalar can tie a handle""Father Chrysostomos2011-06-111-0/+11
* Revert "Revert "[perl #77496] tied gets scalars and globs confused""Father Chrysostomos2011-06-111-0/+14
* Revert ‘Deprecate tie $handle without *’Father Chrysostomos2011-06-111-23/+0
* Exit early from Perl_fbm_compile() if the SV is already "compiled".Nicholas Clark2011-06-111-1/+7
* Suppress proto warning from attrs.tFather Chrysostomos2011-06-101-1/+1
* Scalar keys assignment through lvalue subsFather Chrysostomos2011-06-091-1/+6
* t/op/sselect.t: reduce random failures (hopefully)David Mitchell2011-06-091-8/+21
* t/op/sselect.t: add descriptions to ok() testsDavid Mitchell2011-06-091-11/+14
* t/op/alarm.t: reduce intermittent failuresDavid Mitchell2011-06-091-9/+14
* Fix my + attrs + list assignmentFather Chrysostomos2011-06-081-0/+10
* [perl #92290, #92406] Returning a pad var from lv subFather Chrysostomos2011-06-071-1/+12
* Correct test names in sub_lval.tFather Chrysostomos2011-06-071-0/+1
* Stop localised ties from becoming ro when COWFather Chrysostomos2011-06-041-0/+16
* Allow lvalue subs to return COWs in reference contextFather Chrysostomos2011-06-041-1/+4
* Fix several array-returning bugs in lvalue subsFather Chrysostomos2011-06-041-1/+65
* Remove duplicate testFather Chrysostomos2011-06-031-12/+1
* [perl #88138] ' is not equivalent to :: before a nullFather Chrysostomos2011-06-031-1/+5
* [perl #7946] Lvalue subs do not autovivifyFather Chrysostomos2011-06-032-1/+32
* [perl #62498] Scalar context breaks lvalue subsFather Chrysostomos2011-06-011-1/+26
* Remove unnecessary stuff from sub_lval.tFather Chrysostomos2011-05-311-3/+1
* Make empty lvalue subs work correctlyFather Chrysostomos2011-05-311-1/+7
* Allow rvalue syntax in expr returned from lvalue subFather Chrysostomos2011-05-311-19/+32
* Allow lvalue subs to return TEMPsFather Chrysostomos2011-05-311-2/+10
* Revert "Allow returning of temps and ro’s from lv subs"Father Chrysostomos2011-05-311-2/+2
* Allow lvalue subs to return COWs in list contextFather Chrysostomos2011-05-301-1/+4
* Allow returning of temps and ro’s from lv subsFather Chrysostomos2011-05-301-2/+2
* [perl #72706] Test recursive substr lvalueFather Chrysostomos2011-05-301-1/+19
* Make explicit return in lvalue subs work under recursionFather Chrysostomos2011-05-301-1/+12
* [perl #91880] $_ refcounting problems in @INC filtersFather Chrysostomos2011-05-301-1/+21
* Allow formats with lines >64KDavid Mitchell2011-05-291-1/+9
* pp_formline: handle growing betterDavid Mitchell2011-05-291-1/+9
* pp_formline: keep linemark consistentDavid Mitchell2011-05-291-1/+24
* stop ~ in format modifying format stringDavid Mitchell2011-05-291-4/+31
* RT #91032: formline: bugs with non-string formatsDavid Mitchell2011-05-291-1/+48
* Make sigblocking tests more independentLeon Timmermans2011-05-291-8/+5
* [perl #72724] explicit return doesn’t work with lvalue subsFather Chrysostomos2011-05-271-3/+4
* Add more to-do tests for explicit return from lvalue subFather Chrysostomos2011-05-261-2/+47
* Move a test to the right fileFather Chrysostomos2011-05-261-18/+1
* [perl #90888] each(ARRAY) on scalar context should wrapped into defined()Hojung Yoon2011-05-241-2/+43
* Make hash-rt85026.t less noisyFather Chrysostomos2011-05-221-2/+2
* Filename portability for hash-rt85026.tCraig A. Berry2011-05-201-4/+6
* Tests for iterator deletion [perl #85026]Father Chrysostomos2011-05-191-1/+13
* Tests for #85026Father Chrysostomos2011-05-191-0/+67
* ensure hash iterator gets deletedDavid Mitchell2011-05-191-1/+18
* make hash emptying non-atomicDavid Mitchell2011-05-191-14/+54