Jarkko Hietaniemi [Fri, 10 Aug 2001 13:41:07 +0000]
If using gcc -B/foo/bar makedepend would give
unnecessary warnings about unused -B/foo/bar.
p4raw-id: //depot/perl@11627
Jarkko Hietaniemi [Thu, 9 Aug 2001 14:56:29 +0000]
Update Changes.
p4raw-id: //depot/perl@11626
Jarkko Hietaniemi [Thu, 9 Aug 2001 14:54:05 +0000]
s/z/tz/
p4raw-id: //depot/perl@11625
Jarkko Hietaniemi [Thu, 9 Aug 2001 14:52:52 +0000]
Article nit.
p4raw-id: //depot/perl@11624
Jarkko Hietaniemi [Thu, 9 Aug 2001 14:49:00 +0000]
Rename lib/unicode files to lib/unicore to avoid
conflicts between core lib/unicode and Unicode::
files in case-ignoring filesystems.
p4raw-id: //depot/perl@11623
Jarkko Hietaniemi [Thu, 9 Aug 2001 13:33:47 +0000]
Upgrade to Math::BigInt 1.41.
p4raw-id: //depot/perl@11622
James [Mon, 6 Aug 2001 20:23:15 +0000]
remove PL_na from typemap
Message-ID: <
3B6F5F23.A31A81B1@rf.net>
(had to be manually applied)
p4raw-id: //depot/perl@11621
Jarkko Hietaniemi [Thu, 9 Aug 2001 13:25:21 +0000]
Forgot this from #11618.
NOTE: wince/config_H.ce needs updating.
p4raw-id: //depot/perl@11619
Jarkko Hietaniemi [Thu, 9 Aug 2001 13:21:51 +0000]
Introduce more floating point classifying APIs;
try to define (most importantly) Perl_is{inf,nan}(x).
For this first cut, assume none such APIs exist in non-UNIXoid
platforms-- this is of course too unkind: Win32 rumoredly has
_fpclass() and _isnan(), and VMS/VOS very probably have some
of the APIs available. The only thing Perl uses at the moment
is Perl_isnan() (has been in use for a while now).
NOTE: the Win32 and NetWare config_h.?c need regenerating.
p4raw-id: //depot/perl@11618
Jarkko Hietaniemi [Thu, 9 Aug 2001 11:08:51 +0000]
Integrate change #11519 from perlio:
Avoid testing for (non-)existance of "encoding(xxxx)"
layer is called "encoding" the (xxxx) is an argument.
p4raw-link: @11519 on //depot/perl:
cb7ddd31f93d0675b449b95767297ddc411dbc09
p4raw-id: //depot/perl@11617
Nick Ing-Simmons [Thu, 9 Aug 2001 07:50:24 +0000]
Integrate mainline
p4raw-id: //depot/perlio@11616
Nick Ing-Simmons [Thu, 9 Aug 2001 06:23:44 +0000]
Avoid testing for (non-)existance of "encoding(xxxx)"
layer is called "encoding" the (xxxx) is an argument.
p4raw-id: //depot/perlio@11615
Paul Johnson [Wed, 8 Aug 2001 23:54:17 +0000]
Teach B::Concise about PADOP
Message-ID: <
20010808235417.O1006@pjcj.net>
p4raw-id: //depot/perl@11614
Jarkko Hietaniemi [Wed, 8 Aug 2001 13:22:13 +0000]
Make VMS use IEEE math by default; reorder Tru64 hints
so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
exception semantics) is always set if using (the new) cc.
p4raw-id: //depot/perl@11613
Abhijit Menon-Sen [Tue, 7 Aug 2001 17:16:05 +0000]
Re: [ID
20010806.008] tied hashes, invocation of FIRSTKEY
Message-ID: <
20010807171605.K526@lustre.dyn.wiw.org>
p4raw-id: //depot/perl@11612
Craig A. Berry [Tue, 7 Aug 2001 22:27:47 +0000]
fix t/run/exit.t for VMS
Message-Id: <5.1.0.14.0.
20010806105326.02d22298@exchi01>
p4raw-id: //depot/perl@11611
Craig A. Berry [Tue, 7 Aug 2001 20:01:53 +0000]
better VMS docs for $?, exit(), and system()
Message-Id: <5.1.0.14.0.
20010807155648.01ba3c98@exchi01>
p4raw-id: //depot/perl@11610
Jarkko Hietaniemi [Tue, 7 Aug 2001 23:49:09 +0000]
Update the magazine information.
p4raw-id: //depot/perl@11609
Jarkko Hietaniemi [Tue, 7 Aug 2001 23:35:27 +0000]
Ignore SIGFPE everywhere.
p4raw-id: //depot/perl@11608
Jarkko Hietaniemi [Tue, 7 Aug 2001 23:07:04 +0000]
With permission, change the licensing of the docs by
TomC (and Gnat) to comply with the rest of Perl.
p4raw-id: //depot/perl@11607
Andy Dougherty [Tue, 7 Aug 2001 15:49:33 +0000]
hints/openbsd.sh tweaks.
Message-ID: <Pine.SOL.4.10.
10108071544040.2431-100000@maxwell.phys.lafayette.edu>
p4raw-id: //depot/perl@11606
Andy Dougherty [Tue, 7 Aug 2001 15:44:01 +0000]
Makefile.SH test_prep dependency
Message-ID: <Pine.SOL.4.10.
10108071540190.2431-100000@maxwell.phys.lafayette.edu>
p4raw-id: //depot/perl@11605
Jarkko Hietaniemi [Tue, 7 Aug 2001 22:44:35 +0000]
Don't autogenerate the headers et alia,
make regen_headers explicitly.
p4raw-id: //depot/perl@11604
Gurusamy Sarathy [Tue, 7 Aug 2001 08:33:26 +0000]
Re: [ID
20010807.011] 5.6.1 coredumping on bleedperl embed.pl
Message-Id: <
200108071533.f77FXQf01168@smtp3.ActiveState.com>
Unnecessary dependency.
p4raw-id: //depot/perl@11603
Abhijit Menon-Sen [Tue, 7 Aug 2001 09:10:54 +0000]
Re: [ID
20010806.006] Can't read coderef from tied variable
Message-ID: <
20010807091054.H526@lustre.dyn.wiw.org>
p4raw-id: //depot/perl@11602
James A. Duncan [Mon, 6 Aug 2001 17:29:11 +0000]
B && BEGIN handling
Message-ID: <
20010806172911.A2071@fotango.com>
(the intrpvar.h addition moved to the end for bincompat)
p4raw-id: //depot/perl@11601
Jarkko Hietaniemi [Tue, 7 Aug 2001 11:53:48 +0000]
Integrate change #11598 from maintperl (fcrypt.c URL updates)
p4raw-link: @11598 on //depot/perl:
606f94800c615ae6d5c5c0fc6dbac1e8323ea558
p4raw-id: //depot/perl@11600
p4raw-integrated: from //depot/maint-5.6/perl@11598 'merge in'
README.win32 (@9511..)
Jarkko Hietaniemi [Mon, 6 Aug 2001 15:02:48 +0000]
Yet another way to say Infinity: HP-UX calls its "++".
p4raw-id: //depot/perl@11598
Jarkko Hietaniemi [Mon, 6 Aug 2001 13:40:01 +0000]
Update Changes.
p4raw-id: //depot/perl@11597
Jarkko Hietaniemi [Mon, 6 Aug 2001 13:24:28 +0000]
Advertise File::Temp, don't advertise POSIX::tmpnam().
p4raw-id: //depot/perl@11596
Jarkko Hietaniemi [Mon, 6 Aug 2001 12:51:38 +0000]
The #11593 wasn't right.
p4raw-id: //depot/perl@11595
Prymmer/Kahn [Sun, 5 Aug 2001 22:00:14 +0000]
[PATCH: perl@11564] introducing perlivp
Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
Message-ID: <Pine.BSF.4.21.
0108052155110.7110-100000@shell8.ba.best.com>
Subject: Re: [PATCH: perl@11564] introducing perlivp
From: Prymmer/Kahn <pvhp@best.com>
Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
Message-ID: <Pine.BSF.4.21.
0108052229470.9059-100000@shell8.ba.best.com>
p4raw-id: //depot/perl@11594
Jarkko Hietaniemi [Sun, 5 Aug 2001 23:10:52 +0000]
libcs are confused what to call Infinity.
p4raw-id: //depot/perl@11593
Jarkko Hietaniemi [Sun, 5 Aug 2001 23:07:50 +0000]
Avoid SIGFPE in Tru64.
p4raw-id: //depot/perl@11592
Jarkko Hietaniemi [Sun, 5 Aug 2001 22:46:10 +0000]
Upgrade to Math::BigInt 1.40.
NOTE: this patch necessitates doing something about
infinity handling since the new bigintpm.t tests use
infinity, which causes SIGFPEs at least in Tru64.
p4raw-id: //depot/perl@11591
Gurusamy Sarathy [Sun, 5 Aug 2001 21:57:43 +0000]
remove hardcoded cmd shell in testsuite
p4raw-id: //depot/perl@11590
Gurusamy Sarathy [Sun, 5 Aug 2001 21:35:50 +0000]
4-arg select() was busted on windows because change#8178 didn't
make it into mainline
p4raw-link: @8178 on //depot/maint-5.6/perl:
961154a63c3a7b345be8bfbe688f4d089c92e684
p4raw-id: //depot/perl@11589
Jarkko Hietaniemi [Sun, 5 Aug 2001 19:40:31 +0000]
Rename the Getopt::Long tests to be as they are
in the Getopt::Long official distribution.
p4raw-id: //depot/perl@11588
Jarkko Hietaniemi [Sun, 5 Aug 2001 19:38:07 +0000]
Upgrade to Getopt::Long 2.26.
p4raw-id: //depot/perl@11587
Jarkko Hietaniemi [Sun, 5 Aug 2001 19:26:50 +0000]
Retract #10874 (the hack should be unnecessary by now)
p4raw-id: //depot/perl@11586
Gurusamy Sarathy [Sun, 5 Aug 2001 16:45:54 +0000]
avoid temp file littering in tests
p4raw-id: //depot/perl@11585
Philip Newton [Sun, 5 Aug 2001 19:41:07 +0000]
warning in sv.c: double format, NV arg
Message-Id: <
200108051735.f75HZ1L18235@chaos.wustl.edu>
p4raw-id: //depot/perl@11584
Gurusamy Sarathy [Sun, 5 Aug 2001 16:28:22 +0000]
fix POSIX.t#13 for windos
p4raw-id: //depot/perl@11583
Jarkko Hietaniemi [Sun, 5 Aug 2001 16:10:59 +0000]
Add a test for PerlIO::Via.
p4raw-id: //depot/perl@11582
Gurusamy Sarathy [Sun, 5 Aug 2001 15:00:26 +0000]
flock() and link() are not available on Windows 9x
p4raw-id: //depot/perl@11581
Jarkko Hietaniemi [Sun, 5 Aug 2001 13:56:46 +0000]
Some Tru64 C compilers have C++ components that confuse
the ccversion parsing.
p4raw-id: //depot/perl@11580
Alan Burlison [Tue, 3 Jul 2001 15:20:13 +0000]
(Reintroduce #11125)
Subject: MakeMaker should pass through DEFINE and INC to subdirs
Message-ID: <
3B41D49D.A923D4F9@sun.com>
p4raw-id: //depot/perl@11579
Jarkko Hietaniemi [Sun, 5 Aug 2001 03:17:20 +0000]
Little pointer juggling for HP-UX cc to avoid
"warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
followed by
"error 1549: Modifiable lvalue required for assignment operator."
p4raw-id: //depot/perl@11578
Jarkko Hietaniemi [Sat, 4 Aug 2001 18:09:38 +0000]
Continuation of #11575: SANY_SEEN completely deprecated,
plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
plus a fix for the bug.
p4raw-id: //depot/perl@11577
Doug MacEachern [Sat, 4 Aug 2001 11:09:37 +0000]
Re: [patch] rid "Scalars leaked" from perl_clone
Message-ID: <Pine.LNX.4.21.
0108041102390.23972-100000@mako.covalent.net>
p4raw-id: //depot/perl@11576
Daniel P. Berrange [Fri, 3 Aug 2001 11:39:33 +0000]
Decouple SANY into SANY and CANY: the new SANY is /./s,
the new CANY is the \C. The problem reported and the
test case supplied in
Subject: UTF-8 bugs in string length & single line regex matches
Message-ID: <
20010803113932.A19318@berrange.com>
p4raw-id: //depot/perl@11575
Doug MacEachern [Sat, 4 Aug 2001 09:43:02 +0000]
Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
Message-ID: <Pine.LNX.4.21.
0108040939050.23972-100000@mako.covalent.net>
p4raw-id: //depot/perl@11574
Jarkko Hietaniemi [Sat, 4 Aug 2001 14:20:26 +0000]
The #11572 didn't up the test count.
p4raw-id: //depot/perl@11573
Daniel P. Berrange [Fri, 3 Aug 2001 11:39:33 +0000]
UTF-8 bugs in string length & single line regex matches
Message-ID: <
20010803113932.A19318@berrange.com>
(the mg_length() fix)
p4raw-id: //depot/perl@11572
Abhijit Menon-Sen [Sat, 4 Aug 2001 16:56:35 +0000]
Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
Message-ID: <
20010804165635.E526@lustre.dyn.wiw.org>
p4raw-id: //depot/perl@11571
Abhijit Menon-Sen [Sat, 4 Aug 2001 16:16:03 +0000]
Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
Message-ID: <
20010804161603.C526@lustre.dyn.wiw.org>
p4raw-id: //depot/perl@11570
Abhijit Menon-Sen [Sat, 4 Aug 2001 08:54:55 +0000]
Re: [patch] refcount re ops
Message-ID: <
20010804085455.B526@lustre.dyn.wiw.org>
p4raw-id: //depot/perl@11569
Doug MacEachern [Fri, 3 Aug 2001 18:17:41 +0000]
[patch] refcount re ops
Message-ID: <Pine.LNX.4.21.
0108031814240.23972-100000@mako.covalent.net>
p4raw-id: //depot/perl@11568
Doug MacEachern [Fri, 3 Aug 2001 17:37:53 +0000]
[patch] ignore PL_curpm in PL_regex_padav cleanup
Message-ID: <Pine.LNX.4.21.
0108031730040.23972-100000@mako.covalent.net>
p4raw-id: //depot/perl@11567
Craig A. Berry [Fri, 3 Aug 2001 16:16:16 +0000]
fix t/op/misc.t for VMS
Message-Id: <5.1.0.14.0.
20010803161026.03530e58@exchi01>
p4raw-id: //depot/perl@11566
John Kristian [Fri, 3 Aug 2001 00:59:08 +0000]
Re: [ID
20010731.105] MinGW can't compile win32.c on Windows 2000
Message-id: <
03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
p4raw-id: //depot/perl@11565
Jarkko Hietaniemi [Fri, 3 Aug 2001 13:25:39 +0000]
Update Changes.
p4raw-id: //depot/perl@11564
Craig A. Berry [Thu, 2 Aug 2001 23:15:24 +0000]
fix Stash.t for VMS
Message-Id: <5.1.0.14.0.
20010802230843.03530e58@mail.mac.com>
p4raw-id: //depot/perl@11563
Doug MacEachern [Thu, 2 Aug 2001 20:59:04 +0000]
[patch] plug PL_cshname leak
Message-ID: <Pine.LNX.4.21.
0108022058020.8991-100000@mako.covalent.net>
p4raw-id: //depot/perl@11562
Doug MacEachern [Thu, 2 Aug 2001 20:54:08 +0000]
[patch] plug PL_sh_path leak
Message-ID: <Pine.LNX.4.21.
0108022043040.8991-100000@mako.covalent.net>
p4raw-id: //depot/perl@11561
Doug MacEachern [Thu, 2 Aug 2001 20:24:55 +0000]
[patch] plug PL_regex_padav leaks
Message-ID: <Pine.LNX.4.21.
0108022020100.8991-100000@mako.covalent.net>
p4raw-id: //depot/perl@11560
Doug MacEachern [Thu, 2 Aug 2001 18:15:22 +0000]
[patch] plug PL_origargv leak
Message-ID: <Pine.LNX.4.21.
0108021813380.8991-100000@mako.covalent.net>
p4raw-id: //depot/perl@11559
Abhijit Menon-Sen [Fri, 3 Aug 2001 06:38:11 +0000]
newHVhv shouldn't reset xhv_max so often
Message-ID: <
20010803063811.A19266@lustre.dyn.wiw.org>
p4raw-id: //depot/perl@11558
Nick Ing-Simmons [Fri, 3 Aug 2001 08:17:38 +0000]
Integrate mainline
p4raw-id: //depot/perlio@11557
Craig A. Berry [Thu, 2 Aug 2001 12:56:19 +0000]
fix Showlex.t for VMS
Message-Id: <5.1.0.14.0.
20010802124618.034c5008@exchi01>
p4raw-id: //depot/perl@11556
Jarkko Hietaniemi [Thu, 2 Aug 2001 22:29:34 +0000]
Be more careful about non-existent files.
p4raw-id: //depot/perl@11555
Robin Houston [Thu, 2 Aug 2001 14:32:36 +0000]
deparse empty formats
Message-ID: <
20010802143236.A894@robin.kitsite.com>
p4raw-id: //depot/perl@11554
Doug MacEachern [Thu, 2 Aug 2001 09:41:53 +0000]
[patch] ithreads + refto fix improvement
Message-ID: <Pine.LNX.4.21.
0108020939030.8991-100000@mako.covalent.net>
p4raw-id: //depot/perl@11553
Jarkko Hietaniemi [Thu, 2 Aug 2001 14:24:26 +0000]
Readability nit from Abhijit.
p4raw-id: //depot/perl@11552
Jarkko Hietaniemi [Thu, 2 Aug 2001 14:22:31 +0000]
setproctitle() API version nit from Anton Berezin.
p4raw-id: //depot/perl@11551
Jarkko Hietaniemi [Thu, 2 Aug 2001 13:51:41 +0000]
Add PerlCE to the docs.
p4raw-id: //depot/perl@11550
Jarkko Hietaniemi [Thu, 2 Aug 2001 13:25:43 +0000]
Integrate the PerlCE (WinCE Perl) port;
kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
p4raw-id: //depot/perl@11549
Jarkko Hietaniemi [Thu, 2 Aug 2001 13:18:08 +0000]
setproctitle() made simpler. (This assumes the string is
\0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
should be used. Note len, not len + 1.) BSD-fu from Anton
Berezin.
p4raw-id: //depot/perl@11548
Richard Soderberg [Thu, 2 Aug 2001 00:17:09 +0000]
[PATCH] -Wall cleanup: op.c
Date: Thu, 2 Aug 2001 00:17:09 -0700
Message-Id: <
200108020717.AAA26895@oregonnet.com>
Subject: [PATCH] -Wall cleanup: sv.c
From: Richard Soderberg <rs@oregonnet.com>
Date: Thu, 2 Aug 2001 00:49:21 -0700
Message-Id: <
200108020749.AAA27492@oregonnet.com>
p4raw-id: //depot/perl@11547
Jarkko Hietaniemi [Thu, 2 Aug 2001 00:53:34 +0000]
Update Changes.
p4raw-id: //depot/perl@11546
Doug MacEachern [Wed, 1 Aug 2001 18:34:44 +0000]
Re: [PATCH pp_ctl.c] proposed Windows safe-guard
Message-ID: <Pine.LNX.4.21.
0108011830080.8991-100000@mako.covalent.net>
p4raw-id: //depot/perl@11545
Jarkko Hietaniemi [Wed, 1 Aug 2001 23:08:41 +0000]
The #11541 didn't work under threads.
p4raw-id: //depot/perl@11544
Hugo van der Sanden [Fri, 22 Jun 2001 01:19:08 +0000]
Re: [ID
20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
Message-Id: <
200106220019.BAA03365@crypt.compulink.co.uk>
(Skip tests if accept() failed)
p4raw-id: //depot/perl@11543
Stian Seeberg [Mon, 30 Jul 2001 12:28:07 +0000]
[ID
20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
Message-Id: <
68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
p4raw-id: //depot/perl@11542
Simon Cozens [Wed, 1 Aug 2001 13:57:02 +0000]
Pluggable optimizer
Message-ID: <
20010801135702.I10442@netthink.co.uk>
p4raw-id: //depot/perl@11541
Audrey Tang [Thu, 2 Aug 2001 04:48:02 +0000]
[ID
20010801.039] perlre.pod message typo
Message-Id: <
200108012048.f71Km2r79890@geb.elixus.org>
p4raw-id: //depot/perl@11540
Jarkko Hietaniemi [Wed, 1 Aug 2001 16:32:52 +0000]
Test for change #11536.
p4raw-link: @11536 on //depot/perl:
af68e658651cf56700790e24ea04a752928b0df4
p4raw-id: //depot/perl@11539
Jarkko Hietaniemi [Wed, 1 Aug 2001 16:27:19 +0000]
More test fixups for #11537.
p4raw-id: //depot/perl@11538
Doug MacEachern [Mon, 30 Jul 2001 17:38:50 +0000]
Re: [PATCH pp_ctl.c] proposed Windows safe-guard
Message-ID: <Pine.LNX.4.21.
0107301720310.25941-100000@mako.covalent.net>
p4raw-id: //depot/perl@11537
Doug MacEachern [Wed, 1 Aug 2001 09:47:28 +0000]
[patch] ithreads + refto bug
Message-ID: <Pine.LNX.4.21.
0108010937240.7498-100000@mako.covalent.net>
(Test in change #11539)
p4raw-link: @11539 (not found)
p4raw-id: //depot/perl@11536
Prymmer/Kahn [Wed, 1 Aug 2001 09:24:23 +0000]
fixups for t/harness
Message-ID: <Pine.BSF.4.21.
0108010910310.17655-100000@shell8.ba.best.com>
p4raw-id: //depot/perl@11535
Prymmer/Kahn [Wed, 1 Aug 2001 09:07:13 +0000]
add xsubpp and libnetcfg to installed *.bat files for win32 builds
Message-ID: <Pine.BSF.4.21.
0108010859230.17655-100000@shell8.ba.best.com>
p4raw-id: //depot/perl@11534
Jarkko Hietaniemi [Wed, 1 Aug 2001 13:38:29 +0000]
Need to know the number of tests.
p4raw-id: //depot/perl@11533
Craig A. Berry [Tue, 31 Jul 2001 12:19:29 +0000]
Re: new exit tests on VMS
Message-Id: <5.1.0.14.0.
20010731114845.03743008@mail.telocity.com>
p4raw-id: //depot/perl@11532
Jarkko Hietaniemi [Wed, 1 Aug 2001 12:46:43 +0000]
Retract #11530 (the dTHX is needed under threads)
p4raw-id: //depot/perl@11531
Jarkko Hietaniemi [Wed, 1 Aug 2001 12:39:35 +0000]
(Retracted by #11531)
p4raw-id: //depot/perl@11530
Richard Soderberg [Tue, 31 Jul 2001 23:16:22 +0000]
-Wall cleanups: unixish.h
Message-ID: <Pine.LNX.4.21.
0107312313490.24341-100000@oregonnet.com>
p4raw-id: //depot/perl@11529
Ilya Zakharevich [Tue, 31 Jul 2001 05:39:09 +0000]
Allow for long long in h2xs
Message-ID: <
20010731053909.A1810@math.ohio-state.edu>
(with a note about the case of UV being equal to long long)
p4raw-id: //depot/perl@11528
Craig A. Berry [Tue, 31 Jul 2001 14:57:43 +0000]
fix fs.t for VMS
Message-Id: <5.1.0.14.0.
20010731145015.03743008@exchi01>
p4raw-id: //depot/perl@11527
arbor@al37al08.telecel.pt [Tue, 16 Jan 2001 11:43:02 +0000]
Fix for
Subject: [ID
20010116.001] File::Copy truncates orig file
Message-Id: <
200101161143.AA11184@al37al08.telecel.pt>
(copy($foo, $foo) would truncate $foo)
p4raw-id: //depot/perl@11526