This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Tighten scope of more variables
[perl5.git] / t /
2011-06-14 Florian RagwitzKill Devel::DProf
2011-06-14 Father ChrysostomosAllow ‘continue;’ without feature.pm
2011-06-14 Nicholas ClarkIn magic.t, restore $$ after modifying it.
2011-06-14 David Mitchell[perl #8611] tied handles and gotos don't mix
2011-06-14 Father ChrysostomosMake $$ writable, but still magical
2011-06-12 Nicholas ClarkGenerate the table of core magic types in perlguts...
2011-06-12 Leon BrocardFix some broken URLs found by Porting/checkURL.pl
2011-06-11 Father Chrysostomos[perl #90130] Allow CORE::* without feature.pm
2011-06-11 Father ChrysostomosCorrect file references in switch.t
2011-06-11 Father ChrysostomosRemove another bug workaround
2011-06-11 Father ChrysostomosRemove workaround for fixed bug
2011-06-11 Father ChrysostomosRevert "Revert "Make untie check the FAKE flag on globs""
2011-06-11 Father ChrysostomosRevert "Revert "[perl #77688] tie $scalar can tie a...
2011-06-11 Father ChrysostomosRevert "Revert "[perl #77496] tied gets scalars and...
2011-06-11 Father ChrysostomosRevert ‘Deprecate tie $handle without *’
2011-06-11 Nicholas ClarkGenerate magic_names in dump.c using mg_vtable.pl.
2011-06-11 Nicholas ClarkCreate a lookup table for magic vtables from magic...
2011-06-11 Nicholas ClarkGenerate the definitions for magic vtables from data...
2011-06-11 Nicholas ClarkExit early from Perl_fbm_compile() if the SV is already...
2011-06-10 Father ChrysostomosRevert "Regenerate known_pod_issues.dat"
2011-06-10 Leon BrocardMerge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2011-06-10 Leon BrocardUpdate the list of CPAN mirrors in pod/perlmodlib.PL
2011-06-10 Father ChrysostomosRegenerate known_pod_issues.dat
2011-06-10 David GoldenShow diagnostic link format in perldelta template
2011-06-10 David Goldenpodcheck.t: decode verbatim paragraphs before checking...
2011-06-10 Father ChrysostomosSuppress proto warning from attrs.t
2011-06-10 Father ChrysostomosScalar keys assignment through lvalue subs
2011-06-09 David Mitchellt/op/sselect.t: reduce random failures (hopefully)
2011-06-09 David Mitchellt/op/sselect.t: add descriptions to ok() tests
2011-06-09 David Mitchellt/op/alarm.t: reduce intermittent failures
2011-06-09 David Mitchelleintr.t: skip based on capability rather than OS
2011-06-09 Father ChrysostomosFix my + attrs + list assignment
2011-06-08 Father ChrysostomosRegenerate known_pod_issues.dat
2011-06-08 Father Chrysostomos[perl #92290, #92406] Returning a pad var from lv sub
2011-06-08 Father ChrysostomosCorrect test names in sub_lval.t
2011-06-06 Father Chrysostomos[perl #92258] <$fh> hangs on a glob copy
2011-06-04 Father ChrysostomosStop localised ties from becoming ro when COW
2011-06-04 Father ChrysostomosAllow lvalue subs to return COWs in reference context
2011-06-04 Karl WilliamsonAdd tests for [perl #87908]
2011-06-04 Father ChrysostomosFix several array-returning bugs in lvalue subs
2011-06-04 Father ChrysostomosRemove duplicate test
2011-06-04 Father Chrysostomos[perl #88138] ' is not equivalent to :: before a null
2011-06-04 Father Chrysostomos[perl #7946] Lvalue subs do not autovivify
2011-06-02 Father Chrysostomos[perl #4362] Test for ‘Can't find terminator’
2011-06-01 Father Chrysostomos[perl #62498] Scalar context breaks lvalue subs
2011-06-01 Father ChrysostomosRemove unnecessary stuff from sub_lval.t
2011-06-01 Father ChrysostomosMake empty lvalue subs work correctly
2011-06-01 Father ChrysostomosAllow rvalue syntax in expr returned from lvalue sub
2011-06-01 Father ChrysostomosAllow lvalue subs to return TEMPs
2011-06-01 Father ChrysostomosRevert "Allow returning of temps and ro’s from lv subs"
2011-05-31 Father ChrysostomosAllow lvalue subs to return COWs in list context
2011-05-31 Father ChrysostomosAllow returning of temps and ro’s from lv subs
2011-05-31 Father Chrysostomos[perl #72706] Test recursive substr lvalue
2011-05-31 Father ChrysostomosMake explicit return in lvalue subs work under recursion
2011-05-30 Father Chrysostomos[perl #91880] $_ refcounting problems in @INC filters
2011-05-29 David MitchellAllow formats with lines >64K
2011-05-29 David Mitchellpp_formline: handle growing better
2011-05-29 David Mitchellpp_formline: keep linemark consistent
2011-05-29 David Mitchellstop ~ in format modifying format string
2011-05-29 David MitchellRT #91032: formline: bugs with non-string formats
2011-05-29 Leon TimmermansMake sigblocking tests more independent
2011-05-29 Karl Williamsonperlre: Fix some line wrap issues
2011-05-29 Karl Williamsonperlre: Fix some line wrap issues
2011-05-29 Karl Williamsonperlre: Change C<> to L<>
2011-05-27 Father Chrysostomos[perl #72724] explicit return doesn’t work with lvalue...
2011-05-27 Karl Williamsonpodcheck.t: Guard against transitory files
2011-05-27 Father ChrysostomosAdd more to-do tests for explicit return from lvalue sub
2011-05-27 Father ChrysostomosMove a test to the right file
2011-05-26 Karl Williamsonpodcheck.t: Add comment, explicit return
2011-05-26 Karl Williamsonpodcheck.t: Skip broken symbolic links
2011-05-26 Karl Williamsonpodcheck.t: Skip some more non-pod files
2011-05-25 Karl Williamsonpodcheck.t: Force non-utf8 reading of files
2011-05-25 Father Chrysostomospodcheck.t: Skip files left by patch
2011-05-25 Hojung Yoon[perl #90888] each(ARRAY) on scalar context should...
2011-05-23 Karl Williamsonpodcheck.t: Convert to Un*x style for file name eq
2011-05-23 Nicholas ClarkFold Abigail's TAP generation logic back into cmpVERSION.pl
2011-05-23 Nicholas ClarkRefactor podcheck.t to slurp files into scalars, instea...
2011-05-23 Father ChrysostomosMake hash-rt85026.t less noisy
2011-05-23 Karl Williamsonpodcheck.t: Extract line numbers from strings properly
2011-05-23 Karl Williamsonpodcheck.t: Skip perltoc
2011-05-20 Karl Williamsonpodcheck.t: Improve VMS abilities
2011-05-20 Karl Williamsonpodcheck.t: Fully qualify carp call from package
2011-05-20 Karl Williamsonpodcheck.t: Deal properly with -1 counts
2011-05-20 Craig A. BerryFilename portability for hash-rt85026.t
2011-05-20 Father ChrysostomosTests for iterator deletion [perl #85026]
2011-05-20 Father ChrysostomosTests for #85026
2011-05-19 Karl Williamsonperlvar: Fix broken links
2011-05-19 Karl Williamsonperluniintro: fix broken link
2011-05-19 Karl Williamsonperlrecharclass: Fix broken link
2011-05-19 Karl Williamsonperlre: Fix broken links
2011-05-19 Karl Williamsonpodcheck.t: Missing diagnostics
2011-05-19 Karl Williamsonperlutil: Fix broken links
2011-05-19 Father ChrysostomosRegenerate known_pod_issues.dat
2011-05-19 Karl Williamsonfold_grind.t: Revamp test case coverage analysis
2011-05-19 Karl Williamsonfold_grind.t: remove unnecessary tests
2011-05-19 Karl Williamsonfold_grind.t: No longer any TODOs
2011-05-19 Karl Williamsonfold_grind.t: Refactor subtests
2011-05-19 Karl WilliamsonPATCH: [perl #88822] Re: Test failure t/re_fold_grind...
2011-05-19 Karl Williamsonfold_grind.t: Slightly change debug stmt
2011-05-19 Karl Williamsonfold_grind.t: Make sure special-cased code points are...
next