summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Fix some broken URLs found by Porting/checkURL.plLeon Brocard2011-06-121-1/+1
* [perl #90130] Allow CORE::* without feature.pmFather Chrysostomos2011-06-113-3/+22
* 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
* Generate magic_names in dump.c using mg_vtable.pl.Nicholas Clark2011-06-111-1/+1
* Create a lookup table for magic vtables from magic type, PL_magic_data.Nicholas Clark2011-06-111-1/+1
* Generate the definitions for magic vtables from data in a regen script.Nicholas Clark2011-06-111-1/+1
* Exit early from Perl_fbm_compile() if the SV is already "compiled".Nicholas Clark2011-06-111-1/+7
* Revert "Regenerate known_pod_issues.dat"Father Chrysostomos2011-06-101-1/+0
* Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into bleadLeon Brocard2011-06-101-0/+1
|\
| * Regenerate known_pod_issues.datFather Chrysostomos2011-06-101-0/+1
* | Update the list of CPAN mirrors in pod/perlmodlib.PLLeon Brocard2011-06-101-1/+1
|/
* Show diagnostic link format in perldelta templateDavid Golden2011-06-101-1/+1
* podcheck.t: decode verbatim paragraphs before checking lengthDavid Golden2011-06-102-4/+8
* 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
* eintr.t: skip based on capability rather than OSDavid Mitchell2011-06-091-10/+31
* Fix my + attrs + list assignmentFather Chrysostomos2011-06-081-0/+10
* Regenerate known_pod_issues.datFather Chrysostomos2011-06-071-1/+1
* [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
* [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