This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move code to after the variable declarations.
[perl5.git] / t /
2010-05-05 Jesse VincentRevert "New deprecation warning: Dot after %s literal...
2010-05-05 Jesse VincentRevert "Fix tests and add one more test for the depreca...
2010-05-05 Jesse VincentRevert "tweak "0x123.456" deprecation"
2010-05-04 David Mitchellmake 'local $tied' untied
2010-05-04 David Mitchellmake local @tied, %tied, untied
2010-05-04 Rafael Garcia-SuarezMerge remote branch 'zefram/zefram/reliable_exception...
2010-05-03 Zeframtweak "0x123.456" deprecation
2010-05-03 David Mitchelltries: don't allocate memory at runtime
2010-04-30 Tony CookRT#73814 - unpack() didn't handle scalar context correc...
2010-04-26 Lubomir Rintel ... Globs that are in symbol table can be un-globbed
2010-04-26 Karl WilliamsonDeal with "\c{", and its kin
2010-04-26 Rafael Garcia-SuarezDon't use Test::More in t/op/* tests
2010-04-25 gfxFix utf8::is_utf8 to respect GMAGIC (e.g. $1)
2010-04-25 David Mitchellavoid multiple FETCHes
2010-04-23 Arkturuzt/mro/vulcan* fixes
2010-04-23 Rafael Garcia-SuarezFix tests and add one more test for the deprecation...
2010-04-23 James MastrosNew deprecation warning: Dot after %s literal is concat...
2010-04-23 Zeframbring G_KEEPERR back to the realm of sanity
2010-04-23 ZeframSV-based interfaces for dieing and warning
2010-04-22 Jan Duboistime() resolution is full seconds
2010-04-22 Rafael Garcia-SuarezConsistently use OP_DESC instead of OP_NAME in error...
2010-04-22 Jan DuboisAdd fudge to timing checks on Windows
2010-04-21 David Mitchellfollow up fix for fd69380d5d5b95ef16e2521cf4251b34ee0ce151
2010-04-21 David Mitchelladd TODO test for #74484 trie leak
2010-04-20 Zeframmake die reliably hand error to post-eval code
2010-04-17 Nicholas ClarkDispatch signals in infinite loops such as 1 while 1;
2010-04-17 Nicholas ClarkFix RT #74290 - regression for labels immediately befor...
2010-04-15 Ævar Arnfjörð Bjar... Set the legacy process name with prctl() on assignment...
2010-04-15 David Mitchellmark two magic.t tests as TODO
2010-04-15 Karl WilliamsonPATCH: [perl #72998] regex looping
2010-04-13 Father Chrysostomos[perl #73712] ‘Variable is not imported’ cannot be...
2010-04-13 David MitchellMerge commit 'origin/davem/post-5.12' into blead
2010-04-13 Rafael Garcia-SuarezFix test comment (noticed by Alex Vandiver)
2010-04-11 David MitchellRT 8857: premature free in local of tied element
2010-04-11 David Mitchellcreate SV leak test infrastructure
2010-04-10 Rafael Garcia-Suarez[perl #74168] Assertion failure when emitting a strictu...
2010-04-08 David Mitchellfix RT 23810: eval and tied methods
2010-04-02 Jesse Vincentuntodo the no-longer-failing todo test for rgs' patch
2010-04-02 Florian RagwitzAdd a TODO test for block evals segfaulting on syntax...
2010-03-31 Rafael Garcia-SuarezMore tests for in-place reverse (empty tied array)
2010-03-31 Rafael Garcia-SuarezAdd a test for reversing in-place an empty array
2010-03-30 David MitchellPL_defoutgv isn't always a GV.
2010-03-27 David Leadbeater[perl #73720] opt_scalarhv(or OP_BOOLKEYS) does not...
2010-03-25 David MitchellRT #67962: $1 treated as tainted in untainted match
2010-03-23 David MitchellFix assorted bugs related to magic (such as pos) not...
2010-03-21 David Mitchell[perl #73626] get magic wasn't called on 3rd arg of...
2010-03-21 David Mitchell[perl #45167] Taint removal by sprintf
2010-03-20 David Mitchell[perl #6758] tainted values become untainted in tied...
2010-03-17 Craig A. BerryAttached are two TODO patches for the remaining test...
2010-03-10 Zefram[perl #72740]: Blead breaks LEMBARK/LinkedList-Single...
2010-03-08 Reini UrbanSupport cygwin-1.7 mount
2010-03-03 Jan DuboisRevert "Forbid labels with keyword names"
2010-03-03 Jan DuboisSetup @INC at compile time because commit ec34a119...
2010-03-02 David Mitchell[perl #73174] swash_init() wasn't saving %^H
2010-03-02 Craig A. BerryDon't scrub DCL$PATH unless it's there.
2010-02-28 David Mitchellfix for [perl #72604] @DB::args and win32 fork
2010-02-23 Nicholas ClarkRegression test for 34394ecd - SVs that were only on...
2010-02-21 David Mitchellstop op/groups.t skipping on Linux
2010-02-20 David MitchellunTODO some passing TODO tests in reg_fold.t
2010-02-20 Karl WilliamsonPATCH: deprecation warnings for unreasonable charnames
2010-02-20 Karl WilliamsonImprove handling of qq(\N{...}); and /x
2010-02-19 Karl WilliamsonPATCH: [perl #56444] delayed interpolation of \N{...}
2010-02-18 Tony Cookrt #72866 - add magic to arrayrefs assigned to *Foo...
2010-02-16 Nicholas ClarkFix #72850 - reading $! shouldn't SEGV if Strerror...
2010-02-14 Eric BrineRemoves 32-bit limit on substr arguments. The full...
2010-02-11 Robin BarkerRemove npl addresses from "my" files
2010-02-11 Steve PetersPer Jesse, ignoring the skipping the tests form threade...
2010-02-09 Nicholas ClarkFix for non-regexps being upgraded to SVt_REGEXP
2010-02-07 Jesse VincentMerge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2010-02-07 Nicholas ClarkImprovements to 31c9a3 - CPAN code did depend on the...
2010-02-05 Michael G. SchwernDon't try to calculate a time over the conservative...
2010-02-03 Jesse VincentMerge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2010-02-03 AbigailTests for RT #72432
2010-02-03 Jesse Vincentadd a watchdog for schwern's time overflow tests.
2010-02-03 Michael G. SchwernAdd sanity checks for far, far distant dates.
2010-01-28 AbigailAdd a few regression tests, making sure ... is parsed...
2010-01-19 Father Chrysostomosfix qr// and get-magic problems
2010-01-19 Niko TyniFix a NULL pointer dereference when looking for a DESTR...
2010-01-18 Father ChrysostomosFix for #71254: SEGV in Data::Dumper
2010-01-18 Nicholas ClarkMove packagev.t from t/comp to t/op, as it fouls the...
2010-01-18 Rafael Garcia-SuarezRevert "[perl #62646] Maximum string length with substr"
2010-01-15 Zefram[perl #62646] Maximum string length with substr
2010-01-14 Reini UrbanCYG23-544-stat
2010-01-14 David GoldenOmnibus strict and lax version parsing
2010-01-12 H.Merijn BrandWith $PERL_UNICODE we still need to find utf8.pm
2010-01-12 David Mitchellfix for [perl #65582] anon globs segfaulting
2010-01-12 David Mitchellfix for [perl #61976] Errno ($!) not evaluated to a...
2010-01-11 David Mitchellfix for [perl #41138] $_ leaks under threads
2010-01-11 Josh ben Jore[perl #71788] Skip $) test when NGROUPS_MAX is too...
2010-01-10 Gerard GoossenRetain builtin attributes from pre-declaration. Fixes...
2010-01-10 Gerard GoossenIgnore a lvalue attribute after the subroutine has...
2010-01-10 Matt S TroutMove prototype parsing related warnings from the 'synta...
2010-01-09 Craig A. BerryUpdate skip count in perlio.t.
2010-01-07 Nicholas ClarkAvoid race conditions with files in /tmp, by explicitly...
2010-01-07 Nicholas ClarkUnlink PerlIO's tempfiles for the case of no -T, but...
2010-01-07 Rafael Garcia-SuarezCleanup PerlIO temp files
2010-01-05 Zefram[perl #71748] Bleadperl f0e67a1 breaks CPAN: Template...
2010-01-05 Nicholas ClarkTie::Hash::NamedCapture::* shouldn't abort if passed...
2010-01-04 Nicholas ClarkFollowing fd909433c7437296, check that {sub f} correctl...
2010-01-03 Vincent PitAllow "{sub f}" to compile
next