Michael G. Schwern [Tue, 23 Sep 2008 17:50:16 +0000]
Fix the test plan on gmtime
Use the new LOCALTIME_MIN/MAX constants.
Use the system gmtime, it'll probably be faster... maybe.
Michael G. Schwern [Fri, 19 Sep 2008 21:46:48 +0000]
We are no longer slaves to the vagaries of time_t.
Michael G Schwern [Tue, 16 Sep 2008 02:28:06 +0000]
Update from y2038 project.
Fix localtime() handling of xx01 and -xx99 years. That is, years just after
a non-leap exceptional century.
Michael G Schwern [Mon, 15 Sep 2008 04:30:59 +0000]
Update from y2038
Fix localtime() for negative real years (ie. Year -208)
Michael G Schwern [Mon, 15 Sep 2008 01:29:27 +0000]
Pull in changes from y2038
Fix localtime() for negative dates.
Michael G Schwern [Sun, 14 Sep 2008 22:26:16 +0000]
Update from y2038 project.
Fix localtime64's over and underflow handling.
Michael G Schwern [Sun, 14 Sep 2008 21:57:07 +0000]
Fix the overflow warning to just check for an error.
Fix the overflow warning to identify the right op.
Michael G Schwern [Sun, 14 Sep 2008 21:50:38 +0000]
Update from y2038.
Fix the logic when to use the system functions to include the min check.
-
2147483648 was throwing a warning. -2147483647 does not.
Michael G Schwern [Sun, 14 Sep 2008 02:40:58 +0000]
Write down the logic behind the localtime vs gmtime date ranges.
Michael G Schwern [Sun, 14 Sep 2008 02:26:38 +0000]
Cleaning up the Time::gmtime and Time::localtime tests and make them go past 2038.
I'm a little nervous about assuming negative times are going to work with
localtime(), but gmtime() is safe.
Michael G Schwern [Sat, 13 Sep 2008 13:13:41 +0000]
Change the way the check_tm assertion function is compiled out by wrapping them in assert calls. This jives better with the way perl turns off asserts.
Put the localtime64.h include back. We need the typedefs.
Michael G Schwern [Sat, 13 Sep 2008 12:58:09 +0000]
Remove all of localtime64's own includes. Perl's already done that and we're loading assert.h, accidentally turning on asserts when perl.h wants them off.
Michael G Schwern [Sat, 13 Sep 2008 11:26:47 +0000]
Update from the latest y2038.
Include the ability to use the system functions. This speeds up localtime()
several times when the time is < 32 bits.
Don't bother using the system gmtime() as it will probably just have bugs.
We need to wait for config to give us LOCALTIME_MIN/MAX but I think assuming
time_t is at least 32 bits is good enough for now.
This restores the full performance of localtime() for < 32 bit numbers
and gmtime() is now only 10% slower.
Michael G Schwern [Sat, 13 Sep 2008 10:01:53 +0000]
Update to the latest version of the y2038 code.
In this update...
* Replace unportable "long" with Quad_t
* Improve performance for current and future dates.
* Provide a version of timegm() if its not available.
* Wrap the use of EOVERFLOW in case its not portable.
This should address all known portabilty issues.
Michael G Schwern [Sat, 13 Sep 2008 00:18:02 +0000]
Patch in a 64 bit clean gmtime_r() and localtime_r() from the y2038 project. y2038.googlecode.com/ so Perl is no longer subject to the y2038 bug.
Use Quad_t for our 64 bit time_t replacement.
Temporarily through out the "broken localtime work around". That will
have to be integrated into localtime64_r().
Fix Time::Local to handle the new expanded date range. "use integer" had
to go as it pegged scalars to 32 bit integers which aren't large enough
to hold the new time range.
There are probably portability issues. timegm, for example, is not portable.
Also the assumption that "long" is 64 bits is probably wrong.
Nicholas Clark [Wed, 3 Sep 2008 19:07:36 +0000]
Reflect local modifications to dual life modules in changes 34219 and
34238.
p4raw-id: //depot/perl@34252
Nicholas Clark [Tue, 2 Sep 2008 17:13:22 +0000]
Add the URL for annotated svn of S03.
p4raw-id: //depot/perl@34243
Nicholas Clark [Tue, 2 Sep 2008 15:27:08 +0000]
Tweaks and reflowing for the cc/linker split.
p4raw-id: //depot/perl@34242
Nicholas Clark [Tue, 2 Sep 2008 15:18:57 +0000]
The tasks needed to get smart match fixing underway for 5.10.1
p4raw-id: //depot/perl@34241
Nicholas Clark [Tue, 2 Sep 2008 14:16:13 +0000]
Note the task TODO of splitting the linker from the compiler.
p4raw-id: //depot/perl@34240
Moritz Lenz [Tue, 26 Aug 2008 11:23:00 +0000]
clear docs on exists wrt autovivification
Date: August 26, 2008 11:23
p4raw-id: //depot/perl@34239
Abhijit Menon-Sen [Mon, 1 Sep 2008 12:59:06 +0000]
Fix typo.
p4raw-id: //depot/perl@34238
Jerry D. Hedden [Wed, 27 Aug 2008 14:49:55 +0000]
[PATCH] Perl TODO related to threads::shared done
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <
1ff86f510808271149n28fdd43dg2acd71355e959366@mail.gmail.com>
Date: Wed, 27 Aug 2008 14:49:55 -0400
Message-ID: <
1ff86f510808280540i5aa077adk55a1e64336866458@mail.gmail.com>
Subject: [PATCH] perltodo.pod cleanup for nonxs installation
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Date: Thu, 28 Aug 2008 08:40:15 -0400
Message-ID: <
1ff86f510808280540i5aa077adk55a1e64336866458@mail.gmail.com>
p4raw-id: //depot/perl@34237
Jerry D. Hedden [Thu, 28 Aug 2008 08:30:38 +0000]
Architecture-Independent Non-XS extenstions
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <
1ff86f510808280530ue0e3140q7e4ce71d5f395cc9@mail.gmail.com>
Date: Thu, 28 Aug 2008 08:30:38 -0400
p4raw-id: //depot/perl@34236
Nicholas Clark [Sat, 30 Aug 2008 14:32:36 +0000]
Silence warnings when -destdir isn't set.
p4raw-id: //depot/perl@34235
Nicholas Clark [Thu, 28 Aug 2008 13:11:44 +0000]
Fix #30660: Repeated spaces on shebang line stops option parsing
From a patch and test sent by Renée Bäcker in
<
48B271A3.80808@smart-websolutions.de>
p4raw-id: //depot/perl@34234
Nicholas Clark [Tue, 26 Aug 2008 14:31:07 +0000]
No, third time not lucky. Remove the extraneous leading - sign.
p4raw-id: //depot/perl@34233
Nicholas Clark [Tue, 26 Aug 2008 14:28:14 +0000]
And then change 34231 removed the other t/lib/Dev/Null.pm from the
MANIFEST, when it too needs to stay. Third time lucky?
p4raw-id: //depot/perl@34232
Nicholas Clark [Tue, 26 Aug 2008 14:12:49 +0000]
Khaaaaan! Change 34230 wasn't right. The tests all passed because I
had a(nother) copy of Dev::Null in the "right" place. So make that
right place official.
p4raw-id: //depot/perl@34231
Nicholas Clark [Tue, 26 Aug 2008 13:49:24 +0000]
And then add the Dev::Null from Test-Simple-0.80
p4raw-id: //depot/perl@34230
Nicholas Clark [Tue, 26 Aug 2008 13:29:49 +0000]
Move all of Test::Harness's test modules into ext/Test/Harness/t/lib
p4raw-id: //depot/perl@34229
Steve Hay [Tue, 26 Aug 2008 13:29:08 +0000]
Fix new test added by #34198, which failed on Win32
p4raw-id: //depot/perl@34228
Nicholas Clark [Tue, 26 Aug 2008 10:51:53 +0000]
Move t/lib/{data,sample-tests,source_tests,subclass_tests} into
ext/Test/Harness/t/{data,sample-tests,source_tests,subclass_tests}
(The same path as in the Test-Harness distribution.)
p4raw-id: //depot/perl@34227
Jerry D. Hedden [Mon, 25 Aug 2008 10:47:24 +0000]
Add cygperl*.dll to packlist
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <
1ff86f510808250747s1e0c42demb2d4ac8dc5d33925@mail.gmail.com>
p4raw-id: //depot/perl@34226
Milosz Tanski [Tue, 5 Aug 2008 18:33:02 +0000]
Safer environ iteration
From: "Milosz Tanski" <mtanski@gridapp.com>
Message-ID: <
C0A5E31718FC064A91E9FD7BE2F081B1018A21D7@exchange.gridapp.com>
p4raw-id: //depot/perl@34225
Bram [Thu, 24 Jul 2008 18:14:27 +0000]
Unintented interpolation of $/ in regex (was: Re: [perl
Message-ID: <
20080724181427.aiml4sdvr40k4coc@horde.wizbit.be>
Note that the Subject: has a typo - it should be $\
This adds a new warning.
I moved the tests from the original patch to t/lib/warnings/toke.
p4raw-id: //depot/perl@34224
Dr.Ruud [Sat, 23 Aug 2008 10:07:45 +0000]
Re: [perl #58218] backwards logic in perluniintro (5.10.0)
From: "Dr.Ruud" <rvtol+news@isolution.nl>
Message-ID: <
20080823081032.32162.qmail@lists.develooper.com>
p4raw-id: //depot/perl@34223
Rafael Garcia-Suarez [Sun, 24 Aug 2008 14:13:52 +0000]
Patch by Tod Hagan to document the 2nd argument of reval() in Safe.pm
p4raw-id: //depot/perl@34222
Bram [Wed, 6 Aug 2008 01:24:22 +0000]
[perl #57646] Weird non-equivalence between $::{'a'} = sub {} and *::a = sub {}
From: "Bram via RT" <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-29759-
1218011060-645.57646-15-0@perl.org>
p4raw-id: //depot/perl@34221
Dave Mitchell [Sun, 24 Aug 2008 12:16:28 +0000]
Don't add freed SVF_BREAK scalars to the freed list.
This may still be referenced, so don't reuse.
p4raw-id: //depot/perl@34220
Reini Urban [Sun, 24 Aug 2008 10:47:23 +0000]
Re: Fix 34200 on Cygwin
Message-ID: <
48B1201B.3080705@x-ray.at>
p4raw-id: //depot/perl@34219
Reini Urban [Mon, 28 Jul 2008 12:55:40 +0000]
Cygwin build harmonization, remove cygwin/Makefile.SHs
From: "Reini Urban" <rurban@x-ray.at>
Message-ID: <
6910a60807280355g129511d9v61c9763c3fd12a27@mail.gmail.com>
p4raw-id: //depot/perl@34218
Nicholas Clark [Fri, 22 Aug 2008 14:49:49 +0000]
No, I didn't mean to commit the version *with* the abort(). It was
meant to be removed once I'd proved it by running the tests without
aborting. Oops. use more 'coffee';
p4raw-id: //depot/perl@34217
Nicholas Clark [Fri, 22 Aug 2008 09:13:30 +0000]
Note that we have no test coverage for this particular warning.
p4raw-id: //depot/perl@34216
Nicholas Clark [Fri, 22 Aug 2008 07:00:17 +0000]
In S_mro_get_linear_isa_dfs(), save copying by making a shared hash
key scalar from the key of the hash entry we've just creating.
(Currently the hash is disposed of afterwards, but soon it won't, so
having both point to the same string buffer will also save memory.)
p4raw-id: //depot/perl@34215
Nicholas Clark [Fri, 22 Aug 2008 06:10:31 +0000]
In S_mro_get_linear_isa_dfs(), hv_exists_ent() followed by an optional
hv_store_ent() can be replaced with an lvalue fetch.
p4raw-id: //depot/perl@34214
Nicholas Clark [Thu, 21 Aug 2008 21:47:14 +0000]
Change 33807 to fix bug #52740 wasn't quite right, as it ended up with
unitialised reads (and sometimes even SEGVs).
p4raw-id: //depot/perl@34213
Nicholas Clark [Thu, 21 Aug 2008 10:11:07 +0000]
If I want to build Devel::NYTProf under the core tree, then the
Makefile needs to know to build List::Util first.
p4raw-id: //depot/perl@34212
Dave Mitchell [Thu, 21 Aug 2008 00:02:57 +0000]
better document how the weakref backrefs array is refcounted
p4raw-id: //depot/perl@34211
Dave Mitchell [Wed, 20 Aug 2008 23:43:01 +0000]
Assert that backreferences array is not freed rather than handling it
In several places where the weakrefs backreferences array is used
or freed, the code checks whether the array has already been freed
and if so skips. Since the array already being freed is a bad bug,
lets instead assert that this never happens, based on the
assumptions that (a) such premature freeing bugs are likely ironed
out by now, (b) if they aren't then we want to know about them and
fix them rather than silently skip.
p4raw-id: //depot/perl@34210
Dave Mitchell [Wed, 20 Aug 2008 23:15:36 +0000]
[perl #56908] DBI memory leak in 5.10.0 due to change 26530
A weakref to a HV would leak, because the xhv_backreferences
array is created with a refcount of 2 (to avoid premature freeing
during global destruction), but the RC was only decremented once
when the parent HV was freed.
Also, when thread cloned, the new array was being created with a
RC of 1, rather than 2, which coincidentally worked due to the
first bug.
p4raw-id: //depot/perl@34209
Renee Baecker [Wed, 20 Aug 2008 11:26:02 +0000]
Re: Re: [perl #30524] [PATCH] CGI.pm has poor list of temp directories on Windows
Message-Id: <
20080820092602.A87A612001D@rserv16.sitepush.net>
p4raw-id: //depot/perl@34208
Nicholas Clark [Tue, 19 Aug 2008 19:16:43 +0000]
Change 34206 forgot to update Maintainers.pl to reflect the
files.
p4raw-id: //depot/perl@34207
Nicholas Clark [Tue, 19 Aug 2008 18:09:00 +0000]
Move the modules, tests, prove and Changes file from lib/ to
ext/Test/Harness. Not everything is there yet, but it makes it way
easier to swap the directory out and replace it with a trunk svn
checkout.
p4raw-id: //depot/perl@34206
Bram [Tue, 12 Aug 2008 19:05:00 +0000]
Re: Change 34184: Convert all unimaginative (ie race condition) temporary file names to
Message-ID: <
20080812190500.3ns5yf7ibocgo0w0@horde.wizbit.be>
(Change 34184 missed one Comp.try in the MSWin32 case, which caused this
test to fail on Win32)
p4raw-id: //depot/perl@34205
Nicholas Clark [Sun, 17 Aug 2008 16:53:04 +0000]
Skip the Perl debugger test if the harness itself is already running
under some kind of debugger (such as a profiler) to avoid confusing
things. (such as trashing the profiler output file from the harness.)
p4raw-id: //depot/perl@34204
Craig A. Berry [Wed, 13 Aug 2008 03:10:16 +0000]
VMS-specific follow-up to tempfile name changes in 34182, plus
a TODO in dup.t that's long since to-done.
p4raw-id: //depot/perl@34203
Bram [Sun, 3 Aug 2008 16:35:29 +0000]
RE: [perl #35877] Strange regex failure?
Message-ID: <
20080803163529.bd73ojeg2s4ow0w4@horde.wizbit.be>
(Adds tests for perl #35877, which was fixed by change 29441)
p4raw-id: //depot/perl@34202
Steve Peters [Mon, 11 Aug 2008 14:41:47 +0000]
Regen of perlapi.pod after differences where pointed out by
Vincent Pitt.
p4raw-id: //depot/perl@34201
Reini Urban [Mon, 28 Jul 2008 12:55:40 +0000]
Cygwin build harmonization, remove cygwin/Makefile.SHs
From: "Reini Urban" <rurban@x-ray.at>
Message-ID: <
6910a60807280355g129511d9v61c9763c3fd12a27@mail.gmail.com>
p4raw-id: //depot/perl@34200
Bram [Sun, 10 Aug 2008 10:59:16 +0000]
[perl #52740] [PATCH-tests] crash when localizing a symtab entry
From: "Bram via RT" <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-29759-
1218391153-38.52740-15-0@perl.org>
p4raw-id: //depot/perl@34198
Nicholas Clark [Sun, 10 Aug 2008 21:54:00 +0000]
Purge C<n_a> thoughtcrime from the pods.
p4raw-id: //depot/perl@34197
Bram [Sun, 10 Aug 2008 20:36:27 +0000]
Avoid a potential testing race condition in lib/Dirhandle.ttest.
Message-ID: <
20080810203627.vj786wb688skc44w@horde.wizbit.be>
Date: Sun, 10 Aug 2008 20:36:27 +0200
p4raw-id: //depot/perl@34196
Bram [Sun, 10 Aug 2008 20:29:07 +0000]
Re: Change 34175: Avoid a potential testing race condition in Shell.pm's test.
Message-ID: <
20080810202907.0pfnzshsoco8owg4@horde.wizbit.be>
Date: Sun, 10 Aug 2008 20:29:07 +0200
p4raw-id: //depot/perl@34195
Steve Peters [Sun, 10 Aug 2008 17:11:24 +0000]
Upgrade to CGI.pm-3.40
p4raw-id: //depot/perl@34194
Steve Peters [Sun, 10 Aug 2008 16:58:49 +0000]
Upgrade to ExtUtils-Manifest-1.54
p4raw-id: //depot/perl@34193
Nicholas Clark [Sat, 9 Aug 2008 20:11:55 +0000]
Use App::Prove::State to store the timings for the tests, and if
timings are available, reorder the parallelisable tests to run the
slowest first. Timings for a second run are 18 seconds less for me:
Files=1553, Tests=209393, 459 wallclock secs (94.89 usr 13.16 sys + 638.19 cusr 58.59 csys = 804.83 CPU)
Files=1553, Tests=209393, 441 wallclock secs (82.83 usr 13.90 sys + 622.13 cusr 59.20 csys = 778.06 CPU)
p4raw-id: //depot/perl@34192
Nicholas Clark [Sat, 9 Aug 2008 13:16:03 +0000]
Don't need to do the globbing before building the rules, as it makes
the rules larger than necessary, and potentially slows things down.
p4raw-id: //depot/perl@34191
Nicholas Clark [Sat, 9 Aug 2008 10:04:55 +0000]
Don't bother hashing the key, or performing any other preparatory work,
if there isn't anything to find.
p4raw-id: //depot/perl@34190
Nicholas Clark [Fri, 8 Aug 2008 14:37:09 +0000]
Note that I TODID most of parallel testing in the core.
p4raw-id: //depot/perl@34189
Bram [Thu, 7 Aug 2008 06:00:47 +0000]
[perl #24198] Bad default-domainname extraction in Configure-Script may cause infinite loops in perl-tests
From: "Bram via RT" <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-29759-
1218114045-1803.24198-15-0@perl.org>
p4raw-id: //depot/perl@34188
Nicholas Clark [Fri, 8 Aug 2008 10:15:33 +0000]
Everything in t/ can now run in parallel.
p4raw-id: //depot/perl@34185
Nicholas Clark [Fri, 8 Aug 2008 09:59:45 +0000]
Convert all unimaginative (ie race condition) temporary file names to
use test.pl's tempfile().
p4raw-id: //depot/perl@34184
Nicholas Clark [Fri, 8 Aug 2008 09:24:39 +0000]
Use test.pl, not Test.pm, in t/run/*.t
p4raw-id: //depot/perl@34183
Nicholas Clark [Thu, 7 Aug 2008 15:21:57 +0000]
Convert all unimaginative (ie race condition) temporary file names to
use test.pl's tempfile().
p4raw-id: //depot/perl@34182
Nicholas Clark [Thu, 7 Aug 2008 10:36:32 +0000]
Let rip with t/op/*.t in parallel too.
p4raw-id: //depot/perl@34181
Nicholas Clark [Thu, 7 Aug 2008 10:12:44 +0000]
Use test.pl's tempfile().
p4raw-id: //depot/perl@34180
Nicholas Clark [Thu, 7 Aug 2008 10:12:09 +0000]
Fix bug in counting in tempfile().
Also we need to note file names we give out, as some callers don't
create them before calling us a second time.
Add a regexp that matches the tempfile() names, for tests that want to
munge output.
p4raw-id: //depot/perl@34179
Nicholas Clark [Thu, 7 Aug 2008 08:23:13 +0000]
A proper tempfile function that can be used multiple times.
p4raw-id: //depot/perl@34178
Nicholas Clark [Thu, 7 Aug 2008 08:11:39 +0000]
As rules can be glob patterns, leave them as glob patterns, and instead
expand the globs when we walk the rules to create the full list of
tests. Tests run more quickly.
p4raw-id: //depot/perl@34177
Nicholas Clark [Thu, 7 Aug 2008 07:45:31 +0000]
Run t/uni/*.t t/mro/*.t t/lib/*.t fully in parallel.
p4raw-id: //depot/perl@34176
Nicholas Clark [Wed, 6 Aug 2008 21:36:45 +0000]
Avoid a potential testing race condition in Shell.pm's test.
p4raw-id: //depot/perl@34175
Nicholas Clark [Wed, 6 Aug 2008 17:51:10 +0000]
If TEST_JOBS is set to something non-zero, use TAP::Harness to run the
tests in parallel. The tests aren't fully parallelisable yet to the
level we'd like, but one needs to start somewhere.
p4raw-id: //depot/perl@34174
Nicholas Clark [Wed, 6 Aug 2008 16:04:49 +0000]
Better temporary file name generation. (Avoid using ++, avoid file
names clashing between different scripts, which may now be executing
in parallel)
p4raw-id: //depot/perl@34173
Nicholas Clark [Wed, 6 Aug 2008 12:18:13 +0000]
Bring the joy of strict to t/harness.
p4raw-id: //depot/perl@34172
Bram [Tue, 5 Aug 2008 19:58:00 +0000]
Tests for [perl #57564] and [perl #24524] Refcounting bug
Message-ID: <
20080805195800.xq9k9kttwk0kwsk0@horde.wizbit.be>
p4raw-id: //depot/perl@34171
Steffen Mueller [Sat, 2 Aug 2008 17:38:39 +0000]
Tiny SelfLoader patch for better warnings
Message-ID: <
20080802153839.9538.qmail@lists.develooper.com>
Date: Sat, 02 Aug 2008 17:38:39 +0200
p4raw-id: //depot/perl@34170
Nicholas Clark [Thu, 31 Jul 2008 21:27:36 +0000]
Upgrade to Test::Harness 3.13
p4raw-id: //depot/perl@34169
Marcus Holland-Moritz [Thu, 31 Jul 2008 21:05:45 +0000]
Add d_timegm to uconfig.sh to fix the generated uconfig.h.
p4raw-id: //depot/perl@34168
Nicholas Clark [Thu, 31 Jul 2008 10:03:33 +0000]
You can't (and shouldn't) use CvDEPTH on a PVFM.
p4raw-id: //depot/perl@34167
Rafael Garcia-Suarez [Thu, 31 Jul 2008 08:27:40 +0000]
Small typo fix
p4raw-id: //depot/perl@34166
Jerry D. Hedden [Wed, 30 Jul 2008 12:54:34 +0000]
Version bump for Data::Dumper
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <
1ff86f510807300954y5451ce9eq3181169e83bc3a10@mail.gmail.com>
p4raw-id: //depot/perl@34165
Adriano Ferreira [Tue, 29 Jul 2008 17:37:12 +0000]
update Exporter to version 5.63
From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
Message-ID: <
73ddeb6c0807291337k150d5172pd671a5df980b7faf@mail.gmail.com>
p4raw-id: //depot/perl@34164
Vincent Pit [Thu, 10 Jul 2008 18:10:10 +0000]
[perl #56766] [PATCH]
Message-ID: <
48763462.7020506@profvince.com>
p4raw-id: //depot/perl@34163
Andy Dougherty [Tue, 29 Jul 2008 12:00:52 +0000]
Minor hints/linux.sh patch to allow setting -Doptimize
Message-ID: <Pine.LNX.4.64.
0807291159410.23060@fractal.phys.lafayette.edu>
p4raw-id: //depot/perl@34162
Nicholas Clark [Sun, 27 Jul 2008 09:58:13 +0000]
Note the possibility of sharing arenas between types.
p4raw-id: //depot/perl@34160
Nicholas Clark [Sat, 26 Jul 2008 20:08:08 +0000]
Convert undef.t to use test.pl and strict.
p4raw-id: //depot/perl@34159
Nicholas Clark [Sat, 26 Jul 2008 19:51:03 +0000]
Convert yadayada.t to test.pl and strict, and fix two diagnostic errors
found in the process.
p4raw-id: //depot/perl@34158
Nicholas Clark [Sat, 26 Jul 2008 19:46:41 +0000]
Convert wantarray.t to use strict and test.pl
p4raw-id: //depot/perl@34157
Steve Hay [Wed, 23 Jul 2008 16:36:28 +0000]
Undo io_linenum.t part of #34148. It was io_multihomed.t that I meant
(my mistake), and that is now covered by #34155.
p4raw-id: //depot/perl@34156