This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Configure detection of __attribute__((deprecated))
[perl5.git] / t /
2008-12-03 Nicholas ClarkFix for tainting regression in a test of Text::Template...
2008-12-02 Nicholas ClarkChange PL_debug behaviour so that string eval lines...
2008-12-02 Nicholas ClarkImplement PERLDBf_SAVESRC_INVALID, which saves source...
2008-12-02 Nicholas ClarkCodify the current behaviour of evals which define...
2008-12-02 Nicholas ClarkFollowup to change 34979. Tests are good, m'kay. Partic...
2008-11-26 Vincent PitAddendum to bug #38809: fix assertion failure, more...
2008-11-25 Vincent Pit[perl #38809] return do { } : take 3 (or 4...)
2008-11-25 reneeb[perl #7911] no warning for useless /d in tr/0-9//d
2008-11-18 Nicholas ClarkRemove the trailing NUL byte, and (hopefully) convert...
2008-11-18 AbigailImprove and restructure t/op/pat.t and split out some...
2008-11-18 Nicholas ClarkRafael noticed a bug in 34873 - I was comparing against...
2008-11-17 Nicholas ClarkS_save_lines() was using strchr() when it should have...
2008-11-17 Nicholas ClarkFix the bug introduced with MRO, whereby the internals...
2008-11-17 Chip SalzenbergRe: [perl #59998] [PATCH] crypt() returns tainted data...
2008-11-16 Torsten SchoenfeldMRO tests for isa() and package aliases
2008-11-14 Chip Salzenberg[perl #948] [PATCH] Allow tied $,
2008-11-10 John E. Malmberg[patch@34779] Get posix exit mode working/tested on VMS
2008-11-09 Yves OrtonAdd support for testing when under
2008-11-09 Marcus Holland-MoritzFix warning code in Perl_sv_vcatpvfn() to make the...
2008-11-09 Marcus Holland-MoritzUpdate format warning tests to expect "%lld" instead...
2008-11-09 Hugo van der Sanden"Perl_newSVpvf("%lld")" is broken
2008-11-07 Yves Ortoncreate new unicode props as defined in POSIX spec ...
2008-11-06 Yves OrtonVarious changes to regex diagnostics and testing
2008-11-06 karl williamsonReolve perlbug #59328: In re's, \N{U+...} doesn't match...
2008-11-06 Yves OrtonResolve perl #60344: Regex lookbehind failure after...
2008-11-02 Michael Cartmell[perl #56526] m/a{1,0}/ compiles but doesn't match...
2008-10-30 Rafael Garcia-SuarezAdd a test for bug #60214
2008-10-29 Ingo WeinholdHaiku Port
2008-10-25 Vincent PitIntegrate:
2008-10-21 Nicholas ClarkTest::Simple 0.81_02 has:
2008-10-20 Nicholas ClarkUpgrade to ExtUtils-MakeMaker-6.48
2008-10-20 Nicholas ClarkChange "use $foo; 1" in evals to "require $foo; 1"...
2008-10-17 Nicholas ClarkUpgrade to ExtUtils-MakeMaker-6.47_02
2008-10-15 Steve PetersOne final tweak for the Test-Simple-0.82 upgrade. ...
2008-10-15 Steve Peters*sigh* More files messed with for Test-Simple-0.82.
2008-10-15 Steve PetersSome additional files changes for Test-Simple-0.82
2008-10-15 Nicholas ClarkUpgrade to ExtUtils-MakeMaker-6.47_01
2008-10-07 AbigailChange of email address.
2008-09-27 Jerry D. HeddenLoading modules in test.pl
2008-09-22 Nicholas ClarkChange 30638 to 5.8.x inadvertently introduced (at...
2008-09-12 Nicholas ClarkNeed to free the isa lookup hash before rebuilding it.
2008-09-10 Jerry D. HeddenWatchdog re-queue
2008-09-08 Vincent PitRe: 'if not / unless' optimization change makes my...
2008-09-08 Nicholas ClarkRe-instate all the warnings checks that don't work...
2008-09-08 Craig A. BerryMake sure the watchdog requeues itself when sleep(...
2008-09-08 Craig A. BerryMake sure temp file has an extension on VMS to work...
2008-09-07 Bram$ENV{TEST_JOBS} vs $ENV{HARNESS_OPTIONS}
2008-09-07 Vincent PitRe: unless(...) terser than if(!...)
2008-09-07 Nicholas ClarkSplit all the tests for ops that can return undef for...
2008-08-28 Nicholas ClarkFix #30660: Repeated spaces on shebang line stops optio...
2008-08-26 Nicholas ClarkKhaaaaan! Change 34230 wasn't right. The tests all...
2008-08-26 Nicholas ClarkMove all of Test::Harness's test modules into ext/Test...
2008-08-26 Steve HayFix new test added by #34198, which failed on Win32
2008-08-26 Nicholas ClarkMove t/lib/{data,sample-tests,source_tests,subclass_tes...
2008-08-24 BramUnintented interpolation of $/ in regex (was: Re: ...
2008-08-19 BramRe: Change 34184: Convert all unimaginative (ie race...
2008-08-13 Craig A. BerryVMS-specific follow-up to tempfile name changes in...
2008-08-12 BramRE: [perl #35877] Strange regex failure?
2008-08-11 Bram[perl #52740] [PATCH-tests] crash when localizing a...
2008-08-09 Nicholas ClarkUse App::Prove::State to store the timings for the...
2008-08-09 Nicholas ClarkDon't need to do the globbing before building the rules...
2008-08-08 Nicholas ClarkEverything in t/ can now run in parallel.
2008-08-08 Nicholas ClarkConvert all unimaginative (ie race condition) temporary...
2008-08-08 Nicholas ClarkUse test.pl, not Test.pm, in t/run/*.t
2008-08-07 Nicholas ClarkConvert all unimaginative (ie race condition) temporary...
2008-08-07 Nicholas ClarkLet rip with t/op/*.t in parallel too.
2008-08-07 Nicholas ClarkUse test.pl's tempfile().
2008-08-07 Nicholas ClarkFix bug in counting in tempfile().
2008-08-07 Nicholas ClarkA proper tempfile function that can be used multiple...
2008-08-07 Nicholas ClarkAs rules can be glob patterns, leave them as glob patte...
2008-08-07 Nicholas ClarkRun t/uni/*.t t/mro/*.t t/lib/*.t fully in parallel.
2008-08-06 Nicholas ClarkIf TEST_JOBS is set to something non-zero, use TAP...
2008-08-06 Nicholas ClarkBetter temporary file name generation. (Avoid using...
2008-08-06 Nicholas ClarkBring the joy of strict to t/harness.
2008-08-06 BramTests for [perl #57564] and [perl #24524] Refcounting bug
2008-07-31 Nicholas ClarkUpgrade to Test::Harness 3.13
2008-07-26 Nicholas ClarkConvert undef.t to use test.pl and strict.
2008-07-26 Nicholas ClarkConvert yadayada.t to test.pl and strict, and fix two...
2008-07-26 Nicholas ClarkConvert wantarray.t to use strict and test.pl
2008-07-23 Jerry D. Heddenwatchdog() fix for MSWin32
2008-07-22 Jerry D. HeddenFix skips in test.pl
2008-07-16 Jerry D. Heddentest.pl
2008-07-16 Paul MarquessUpdate Compression modules to version 2.012
2008-07-13 Nicholas ClarkMake format items @* and ^* work with references (safel...
2008-07-13 Nicholas ClarkFor cases FF_LINESNGL and FF_LINEGLOB in pp_formline...
2008-07-12 Nicholas ClarkFormat tests for @* too.
2008-07-11 Nicholas ClarkRegression tests for, and fix quite a lot of bugs in...
2008-07-11 Nicholas ClarkBring the joy of strict to the rest of write.t
2008-07-11 Nicholas ClarkComplete the conversion of t/op/write.t to test.pl...
2008-07-11 Nicholas ClarkReduce the -| skip back to just the tests that use...
2008-07-11 Nicholas ClarkStart converting t/op/write.t to test.pl
2008-07-09 Abigail[Patch t/op/re_tests] Re: [perl #56690] Some bugs in...
2008-07-08 Jerry D. Heddentest.pl fix
2008-07-03 Steve HaySkip chown() tests added by #34092 on Win32
2008-07-03 Steve HayFix test count that was missed in #34092
2008-07-03 Steve HayOmit tests introduced by #34077 and #34084 which fail...
2008-07-01 Nicholas ClarkAvoid using -> function call notation within test.pl...
2008-06-28 Ben MorrowSome more missing isGV_with_GP()s
2008-06-28 Jerry D. Heddencommon test code for timed bail
2008-06-25 Dave Mitchellqx($nosuchfile) isn't portable (Windows whines on STDERR)
next