This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mktables: Remove stubbed out code
[perl5.git] / t /
2010-07-26 James MastrosStick a comment in t/porting/diag.t begging people...
2010-07-26 James MastrosNormalize formatting of "Ambiguous call resolved as...
2010-07-25 Gerard Goossenadd print.t with testing of implicit printing of $_
2010-07-24 Craig A. BerryPort dual-life.t to VMS.
2010-07-24 David GoldenGlobal executable bit cleanup
2010-07-24 Florian RagwitzMove PathTools from cpan/ to dist/
2010-07-21 Nicholas ClarkAdd Perl_init_dbargs(), to set up @DB::args without...
2010-07-21 Jan DuboisRemove spurious ')'
2010-07-21 Jan DuboisUse .\ instead of ./ on Windows
2010-07-21 Jan Duboisalarm() on Windows doesn't interrupt system calls
2010-07-20 David Goldendon't use Test::More in dual-life.t
2010-07-20 David GoldenAdd exceptions to dual-life.t
2010-07-19 David GoldenAdded t/porting/dual-life.t
2010-07-18 David Mitchelladd CVf_CVGV_RC flag
2010-07-18 Karl WilliamsonAdd \o{} escape
2010-07-18 Karl WilliamsonAdd tests for \400 for "" strings, s//replacement/
2010-07-18 Karl Williamson\400 -\777 now means the same thing in all d-quote
2010-07-18 Karl WilliamsonRemove extra blanks from t/re/re_tests, vim
2010-07-16 Craig A. BerryAvoid test suite hang with new readline test on VMS.
2010-07-15 Josh ben Jore[perl #72729] Test appending sv_gets for ascii/utf8...
2010-07-15 Josh ben Jore[perl #72729] TODO for aborted readline() returning...
2010-07-14 David Mitchellprotect CvGV weakref with backref
2010-07-14 David Mitchellprotect CvSTASH weakref with backrefs
2010-07-14 Josh ben Jore[perl #72729] Test that sv_gets doesn't revive dead...
2010-07-14 Josh ben JoreAdd t/op/readline.t docs
2010-07-13 Karl Williamsont/lib/charnames/alias: Add explicit warnings sets
2010-07-13 Karl Williamsoncharnames: Fix scoping bugs
2010-07-12 Nicholas ClarkPerl_sv_len_utf8 can use the UTF-8 offset cache to...
2010-07-12 Nicholas ClarkPerl_sv_pos_b2u now calls utf8_mg_len_cache_update...
2010-07-11 Nicholas ClarkAvoid UTF-8 cache panics with offsets beyond the string...
2010-07-09 Nicholas ClarkIn t/harness, clear PERL5LIB, PERLLIB, PERL5OPT as...
2010-07-08 karl williamson... PATCH: t/lib/common.pl localized $/ setting; allow...
2010-07-06 Bo LindberghTests for allowing uppercase X/B in hexadecimal/binary...
2010-07-05 Jerry D. HeddenEnsure new arg to watchdog() in t/test.pl gets initialized
2010-07-04 Jesse VincentMake checkAUTHORS a test to further reduce the release...
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...
next