Re: [PATCH] Revised: Improved documentation for flock() in perlfunc.pod
[p5sagit/p5-mst-13.2.git] / t /
2008-09-12 Nicholas Clark Need to free the isa lookup hash before rebuilding it.
2008-09-10 Jerry D. Hedden Watchdog re-queue
2008-09-08 Vincent Pit Re: 'if not / unless' optimization change makes my...
2008-09-08 Nicholas Clark Re-instate all the warnings checks that don't work...
2008-09-08 Craig A. Berry Make sure the watchdog requeues itself when sleep(...
2008-09-08 Craig A. Berry Make 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 Pit Re: unless(...) terser than if(!...)
2008-09-07 Nicholas Clark Split all the tests for ops that can return undef for...
2008-08-28 Nicholas Clark Fix #30660: Repeated spaces on shebang line stops optio...
2008-08-26 Nicholas Clark Khaaaaan! Change 34230 wasn't right. The tests all...
2008-08-26 Nicholas Clark Move all of Test::Harness's test modules into ext/Test...
2008-08-26 Steve Hay Fix new test added by #34198, which failed on Win32
2008-08-26 Nicholas Clark Move t/lib/{data,sample-tests,source_tests,subclass_tes...
2008-08-24 Bram Unintented interpolation of $/ in regex (was: Re: ...
2008-08-19 Bram Re: Change 34184: Convert all unimaginative (ie race...
2008-08-13 Craig A. Berry VMS-specific follow-up to tempfile name changes in...
2008-08-12 Bram RE: [perl #35877] Strange regex failure?
2008-08-11 Bram [perl #52740] [PATCH-tests] crash when localizing a...
2008-08-09 Nicholas Clark Use App::Prove::State to store the timings for the...
2008-08-09 Nicholas Clark Don't need to do the globbing before building the rules...
2008-08-08 Nicholas Clark Everything in t/ can now run in parallel.
2008-08-08 Nicholas Clark Convert all unimaginative (ie race condition) temporary...
2008-08-08 Nicholas Clark Use test.pl, not Test.pm, in t/run/*.t
2008-08-07 Nicholas Clark Convert all unimaginative (ie race condition) temporary...
2008-08-07 Nicholas Clark Let rip with t/op/*.t in parallel too.
2008-08-07 Nicholas Clark Use test.pl's tempfile().
2008-08-07 Nicholas Clark Fix bug in counting in tempfile().
2008-08-07 Nicholas Clark A proper tempfile function that can be used multiple...
2008-08-07 Nicholas Clark As rules can be glob patterns, leave them as glob patte...
2008-08-07 Nicholas Clark Run t/uni/*.t t/mro/*.t t/lib/*.t fully in parallel.
2008-08-06 Nicholas Clark If TEST_JOBS is set to something non-zero, use TAP...
2008-08-06 Nicholas Clark Better temporary file name generation. (Avoid using...
2008-08-06 Nicholas Clark Bring the joy of strict to t/harness.
2008-08-06 Bram Tests for [perl #57564] and [perl #24524] Refcounting bug
2008-07-31 Nicholas Clark Upgrade to Test::Harness 3.13
2008-07-26 Nicholas Clark Convert undef.t to use test.pl and strict.
2008-07-26 Nicholas Clark Convert yadayada.t to test.pl and strict, and fix two...
2008-07-26 Nicholas Clark Convert wantarray.t to use strict and test.pl
2008-07-23 Jerry D. Hedden watchdog() fix for MSWin32
2008-07-22 Jerry D. Hedden Fix skips in test.pl
2008-07-16 Jerry D. Hedden test.pl
2008-07-16 Paul Marquess Update Compression modules to version 2.012
2008-07-13 Nicholas Clark Make format items @* and ^* work with references (safel...
2008-07-13 Nicholas Clark For cases FF_LINESNGL and FF_LINEGLOB in pp_formline...
2008-07-12 Nicholas Clark Format tests for @* too.
2008-07-11 Nicholas Clark Regression tests for, and fix quite a lot of bugs in...
2008-07-11 Nicholas Clark Bring the joy of strict to the rest of write.t
2008-07-11 Nicholas Clark Complete the conversion of t/op/write.t to test.pl...
2008-07-11 Nicholas Clark Reduce the -| skip back to just the tests that use...
2008-07-11 Nicholas Clark Start 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. Hedden test.pl fix
2008-07-03 Steve Hay Skip chown() tests added by #34092 on Win32
2008-07-03 Steve Hay Fix test count that was missed in #34092
2008-07-03 Steve Hay Omit tests introduced by #34077 and #34084 which fail...
2008-07-01 Nicholas Clark Avoid using -> function call notation within test.pl...
2008-06-28 Ben Morrow Some more missing isGV_with_GP()s
2008-06-28 Jerry D. Hedden common test code for timed bail
2008-06-25 Dave Mitchell qx($nosuchfile) isn't portable (Windows whines on STDERR)
2008-06-25 Reini Urban Re: split smoke for threaded -DDEBUGGING builds
2008-06-25 Rafael Garcia-Suarez Skip one test that was failing with DEBUGGING and threads,
2008-06-24 Dave Mitchell more incorrect variable reported in uninitialized value...
2008-06-22 Dave Mitchell Incorrect variable reported in uninitialized value...
2008-06-17 Bram [perl #51370] length($@)>0 for empty $@ if utf8 is...
2008-06-15 John P. Linderman [perl #47746] Not OK: perl 5.10.0 +RC1 on ia64-linux...
2008-06-15 Bram Re: testing $/ with in memory files
2008-06-13 John E. Malmberg [patch@34044] Enable getgrgid on VMS
2008-06-11 John E. Malmberg [patch@34016] VMS passes these t/io/open.t tests now.
2008-06-10 Steve Hay Fix run/switches test on Win32
2008-06-08 Bram Fwd: [PATCH-2] Re: testing $/ with in memory files
2008-06-08 Rafael Garcia-Suarez Tweak the "Illegal character in prototype" warning...
2008-06-08 Renee Baecker Add a new warning, "Prototype after '%s'"
2008-06-01 Reini Urban Re: [perl #55160] perlbug AutoReply: Fix cygwin mount...
2008-06-01 Bram [perl #36875] [PATCH] scalar reverse undef does not...
2008-06-01 Steve Peters Probably starting with the changes in change #33897,
2008-05-30 Dave Mitchell [perl #53746] bug with index() matching beyond end...
2008-05-30 Abigail Add index() tests for embedded nulls
2008-05-24 Dave Mitchell make TODO output TAP-compliant in regexp.t
2008-05-20 Nicholas Clark The TODO tests of change 33876 were actually fixed...
2008-05-20 Rafael Garcia-Suarez Re: [PATCH: TODO Tests] Re: [perl #53806] No complain...
2008-05-18 chromatic Add ..., !!!, and ??? operators
2008-05-18 Tom Wyant [perl #53500] op/pwent.t should use the DirectoryServic...
2008-05-15 Vincent Pit Re: [PATCH] Double magic with chop
2008-05-15 Nicholas Clark It transpires that POSIX.xs also duplicated several...
2008-05-11 Florian Ragwitz Handle PL_minus_E before PL_minus_{n,p}.
2008-05-08 Bram extra tests for t/op/range.t (was Re: [perl #53554...
2008-05-02 Vincent Pit ~~ with non-overloaded objects
2008-05-01 Robin Barker t/op/pat.t
2008-04-30 Rafael Garcia-Suarez Add a test for "lc(LATIN CAPITAL LETTER SHARP S)"
2008-04-30 David Dick [perl #53560] Patch for linux LDAP groups
2008-04-30 Vincent Pit Double magic/warnings with tie $x, $m
2008-04-30 Bram Re: [PATCH] testing $/ with in memory files
2008-04-30 Rafael Garcia-Suarez Avoid garbage in test output when running make minitest.
2008-04-30 Rafael Garcia-Suarez A skip() function is missing, to get this test pass...
2008-04-30 Vincent Pit Double magic/warnings with binmode $fh, undef
2008-04-30 Bram extra tests for t/op/sprintf2.t (was Re: [perl #45383...
2008-04-27 Nicholas Clark Warnings within the conditional of until() and for...
2008-04-27 Nicholas Clark Warnings within the condition of while are not reported...
2008-04-26 Robin Barker another go; was RE: [perl #49302] [[:print:]] v \p...
next