This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Digest-MD5 to CPAN version 2.40
[perl5.git] / t /
2010-07-04 Rafael Garcia-SuarezMake previous test fix conditional on the platform...
2010-07-04 George GreerForce t/io/openpid.t to use the alarm() watchdog strategy.
2010-07-03 David Mitchelleval $overloaded can crash
2010-07-03 George GreerAdjust 'make test.valgrind' to account for cpan/dist...
2010-07-01 Nicholas Clarkt/lib/common.pl can use caller to infer the name of...
2010-07-01 Nicholas ClarkConvert subs.t to use t/lib/common.pl
2010-07-01 Nicholas ClarkConvert charnames.t to use t/lib/common.pl
2010-07-01 Nicholas ClarkConvert strict.t to use t/lib/common.pl
2010-06-29 Nicholas ClarkAllow the "diag_listed_as" annotation to work on multi...
2010-06-29 Nicholas ClarkReinstate require error messages for .h and .ph
2010-06-29 Nicholas ClarkIn pp_require and code refs in @INC, avoid using memory...
2010-06-29 Karl WilliamsonDeprecate no space after s/a/b/ and keyword
2010-06-25 Father ChrysostomosRT 75902: Add prototypes for tie() and untie() to allow...
2010-06-25 Tony CookRT #75812: apply get magic before checking flags, PVX
2010-06-24 Nicholas ClarkIn pp_sort, ensure that @_ is freed correctly.
2010-06-24 Yves Ortonwhen disabling regex implicit check string we must...
2010-06-23 Gerard GoossenIn S_sortcv_stacked(), handle @_ correctly. Fix for...
2010-06-18 Karl WilliamsonDeprecate no space between pattern, following word
2010-06-15 Karl Williamsonuc(): Handle Greek YPOGEGRAMMENI
2010-06-15 Karl Williamsont/uni/case.pl: allow extra tests of different form
2010-06-14 Nicholas ClarkNote why pp_tie can't use call_method() for a package...
2010-06-12 Nicholas ClarkBetter diagnostics on detecting case sensitive file...
2010-06-07 David MitchellRevert "make 'local $tied' untied"
2010-06-07 Father Chrysostomosglob crashes when %File::Glob:: is empty
2010-06-06 Nicholas ClarkTest the return value of push and unshift.
2010-06-06 Nicholas ClarkConvert tiearray.t to test.pl.
2010-06-04 David Mitchellfix for RT #8438: $tied->() doesn't call FETCH
2010-06-04 Craig A. BerryAvoid overflow warning in chop.t.
2010-06-04 David Mitchellbelatedly add a test for RT #51636:
2010-06-03 Vincent PitMake pp_reverse fetch the lexical $_ from the correct pad
2010-06-01 AbigailSkip two Japhs that use the fact that split in void...
2010-05-31 Tony Cookmove the fresh_perl() tests above the environment tests
2010-05-31 Karl WilliamsonPATCH: teach diag.t new warning function names
2010-05-31 Tony Cookhandle perl extended utf8 start bytes
2010-05-31 Father Chrysostomos[perl #70075] no 6; broken
2010-05-30 Karl WilliamsonPATCH: [perl #75138] "\c`" -> " "
2010-05-30 Karl WilliamsonDocument tricks, work-arounds for user-defined casing
2010-05-30 Karl WilliamsonDon't require doubled backslashes in perldiag.pod
2010-05-29 Nicholas ClarkFix the regexp in t/porting/args_assert.t, and add...
2010-05-29 Karl WilliamsonDisplay characters as Unicode for clarity
2010-05-29 Nicholas ClarkWhen assigning to $^P, don't zero $DB::single, $DB...
2010-05-26 Karl WilliamsonPATCH: user defined special casing for non utf8
2010-05-25 Karl WilliamsonChange a few tests to use new test.pl EBCDIC stuff
2010-05-25 Karl WilliamsonAdd functions to test.pl for easier EBCDIC testing
2010-05-25 Nicholas ClarkFix CLONE/weakref bug revealed by adf8f095c5881bce.
2010-05-25 Father Chrysostomo... Deref ops ignore get-magic when SvROK(sv)
2010-05-25 Father ChrysostomosJust the tests from a proposed fix for 68192
2010-05-24 Nicholas ClarkSet PADSTALE on all lexicals at the end of sub creation.
2010-05-24 Nicholas ClarkDon't clone the contents of lexicals in pads.
2010-05-24 Nicholas ClarkWhen deleting CLONE_PARAMS, push any unreferenced SVs...
2010-05-24 Nicholas ClarkBetter ithreads cloning - add all SVs with a 0 refcnt...
2010-05-24 Nicholas ClarkAbstract *correct* initialisation of CLONE_PARAMS into...
2010-05-22 David CaldwellAdd s///r (non-destructive substitution).
2010-05-21 Nicholas ClarkRemove the tokeniser hack that prevents compile-time...
2010-05-20 Zeframfully test package-version-block syntax
2010-05-20 Zeframadditional tests for package block syntax
2010-05-20 Zeframfix SEGV with eval("package Foo {")
2010-05-20 Zeframsupport "package Foo { ... }"
2010-05-19 Vincent PitMerge branch 'vincent/rvalue_stmt_given' into blead
2010-05-18 Rainer TammerFix groups.t test on AIX
2010-05-17 David Mitchellfurther fix for RT #23810
2010-05-17 Tony Cookuse the correct format codes in warnings from gmtime...
2010-05-17 Karl WilliamsonPATCH: Clean up EBCDIC handling of \cX
2010-05-17 Karl Williamson[perl #41530] s/non-utf8/is-utf8/ fails.
2010-05-13 Nicholas ClarkReturn 0 (with a warning) for sprintf("%.0g") and sprin...
2010-05-10 Richard Soderbergseparate the 0755 from the . $TAINT0. this silences...
2010-05-08 Karl WilliamsonPATCH [perl #74978] dot after } breaks \N{}
2010-05-08 Karl WilliamsonNote in comment that many \N{...} tests won't work...
2010-05-08 Karl WilliamsonComment where to find file's format
2010-05-08 David MitchellRT #34604 didn't honour tied overloaded values
2010-05-06 Vincent PitMake t/op/sprintf.t test multiple warnings
2010-05-06 Vincent PitStop returning 0 for sprintf("%.0g")
2010-05-06 Vincent PitReally test special sprintf formats
2010-05-06 Vincent PitMake sv_vcatpvfn() complain when special formats "...
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;
next