summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* [perl #92258] <$fh> hangs on a glob copyFather Chrysostomos2011-06-051-1/+7
* 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
* Add tests for [perl #87908]Karl Williamson2011-06-041-0/+14
* 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 #4362] Test for ‘Can't find terminator’Father Chrysostomos2011-06-021-0/+8
* [perl #62498] Scalar context breaks lvalue subsFather Chrysostomos2011-06-012-4/+28
* 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
* perlre: Fix some line wrap issuesKarl Williamson2011-05-281-1/+0
* perlre: Fix some line wrap issuesKarl Williamson2011-05-281-1/+1
* perlre: Change C<> to L<>Karl Williamson2011-05-281-1/+1
* [perl #72724] explicit return doesn’t work with lvalue subsFather Chrysostomos2011-05-271-3/+4
* podcheck.t: Guard against transitory filesKarl Williamson2011-05-271-6/+11
* 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-262-19/+19
* podcheck.t: Add comment, explicit returnKarl Williamson2011-05-261-0/+4
* podcheck.t: Skip broken symbolic linksKarl Williamson2011-05-261-2/+13
* podcheck.t: Skip some more non-pod filesKarl Williamson2011-05-261-2/+10
* podcheck.t: Force non-utf8 reading of filesKarl Williamson2011-05-251-3/+3
* podcheck.t: Skip files left by patchFather Chrysostomos2011-05-241-2/+3
* [perl #90888] each(ARRAY) on scalar context should wrapped into defined()Hojung Yoon2011-05-241-2/+43
* podcheck.t: Convert to Un*x style for file name eqKarl Williamson2011-05-231-3/+11
* Fold Abigail's TAP generation logic back into cmpVERSION.plNicholas Clark2011-05-231-139/+5
* Refactor podcheck.t to slurp files into scalars, instead of an array of lines.Nicholas Clark2011-05-231-77/+60
* Make hash-rt85026.t less noisyFather Chrysostomos2011-05-221-2/+2
* podcheck.t: Extract line numbers from strings properlyKarl Williamson2011-05-221-1/+1
* podcheck.t: Skip perltocKarl Williamson2011-05-222-6/+7
* podcheck.t: Improve VMS abilitiesKarl Williamson2011-05-202-127/+143
* podcheck.t: Fully qualify carp call from packageKarl Williamson2011-05-201-1/+1
* podcheck.t: Deal properly with -1 countsKarl Williamson2011-05-201-0/+1
* Filename portability for hash-rt85026.tCraig A. Berry2011-05-201-4/+6
* Tests for iterator deletion [perl #85026]Father Chrysostomos2011-05-191-1/+13