22 years agoB && BEGIN handling
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

22 years agoIntegrate change #11598 from maintperl (fcrypt.c URL updates)
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..)

22 years agoYet another way to say Infinity: HP-UX calls its "++".
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

22 years agoUpdate Changes.
Jarkko Hietaniemi [Mon, 6 Aug 2001 13:40:01 +0000]
Update Changes.

p4raw-id: //depot/perl@11597

22 years agoAdvertise File::Temp, don't advertise POSIX::tmpnam().
Jarkko Hietaniemi [Mon, 6 Aug 2001 13:24:28 +0000]
Advertise File::Temp, don't advertise POSIX::tmpnam().

p4raw-id: //depot/perl@11596

22 years agoThe #11593 wasn't right.
Jarkko Hietaniemi [Mon, 6 Aug 2001 12:51:38 +0000]
The #11593 wasn't right.

p4raw-id: //depot/perl@11595

22 years ago[PATCH: perl@11564] introducing perlivp
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

22 years agolibcs are confused what to call Infinity.
Jarkko Hietaniemi [Sun, 5 Aug 2001 23:10:52 +0000]
libcs are confused what to call Infinity.

p4raw-id: //depot/perl@11593

22 years agoAvoid SIGFPE in Tru64.
Jarkko Hietaniemi [Sun, 5 Aug 2001 23:07:50 +0000]
Avoid SIGFPE in Tru64.

p4raw-id: //depot/perl@11592

22 years agoUpgrade to Math::BigInt 1.40.
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

22 years agoremove hardcoded cmd shell in testsuite
Gurusamy Sarathy [Sun, 5 Aug 2001 21:57:43 +0000]
remove hardcoded cmd shell in testsuite

p4raw-id: //depot/perl@11590

22 years ago4-arg select() was busted on windows because change#8178 didn't
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

22 years agoRename the Getopt::Long tests to be as they are
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

22 years agoUpgrade to Getopt::Long 2.26.
Jarkko Hietaniemi [Sun, 5 Aug 2001 19:38:07 +0000]
Upgrade to Getopt::Long 2.26.

p4raw-id: //depot/perl@11587

22 years agoRetract #10874 (the hack should be unnecessary by now)
Jarkko Hietaniemi [Sun, 5 Aug 2001 19:26:50 +0000]
Retract #10874 (the hack should be unnecessary by now)

p4raw-id: //depot/perl@11586

22 years agoavoid temp file littering in tests
Gurusamy Sarathy [Sun, 5 Aug 2001 16:45:54 +0000]
avoid temp file littering in tests

p4raw-id: //depot/perl@11585

22 years agowarning in sv.c: double format, NV arg
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

22 years agofix POSIX.t#13 for windos
Gurusamy Sarathy [Sun, 5 Aug 2001 16:28:22 +0000]
fix POSIX.t#13 for windos

p4raw-id: //depot/perl@11583

22 years agoAdd a test for PerlIO::Via.
Jarkko Hietaniemi [Sun, 5 Aug 2001 16:10:59 +0000]
Add a test for PerlIO::Via.

p4raw-id: //depot/perl@11582

22 years agoflock() and link() are not available on Windows 9x
Gurusamy Sarathy [Sun, 5 Aug 2001 15:00:26 +0000]
flock() and link() are not available on Windows 9x

p4raw-id: //depot/perl@11581

22 years agoSome Tru64 C compilers have C++ components that confuse
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

22 years ago(Reintroduce #11125)
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

22 years agoLittle pointer juggling for HP-UX cc to avoid
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

22 years agoContinuation of #11575: SANY_SEEN completely deprecated,
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

22 years agoRe: [patch] rid "Scalars leaked" from perl_clone
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

22 years agoDecouple SANY into SANY and CANY: the new SANY is /./s,
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

22 years agoRe: [patch] ignore PL_curpm in PL_regex_padav cleanup
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

22 years agoThe #11572 didn't up the test count.
Jarkko Hietaniemi [Sat, 4 Aug 2001 14:20:26 +0000]
The #11572 didn't up the test count.

p4raw-id: //depot/perl@11573

22 years agoUTF-8 bugs in string length & single line regex matches
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

22 years agoRe: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
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

22 years agoRe: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
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

22 years agoRe: [patch] refcount re ops
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

22 years ago[patch] refcount re ops
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

22 years ago[patch] ignore PL_curpm in PL_regex_padav cleanup
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

22 years agofix t/op/misc.t for VMS
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

22 years agoRe: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
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

22 years agoUpdate Changes.
Jarkko Hietaniemi [Fri, 3 Aug 2001 13:25:39 +0000]
Update Changes.

p4raw-id: //depot/perl@11564

22 years agofix Stash.t for VMS
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

22 years ago[patch] plug PL_cshname leak
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

22 years ago[patch] plug PL_sh_path leak
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

22 years ago[patch] plug PL_regex_padav leaks
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

22 years ago[patch] plug PL_origargv leak
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

22 years agonewHVhv shouldn't reset xhv_max so often
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

22 years agofix Showlex.t for VMS
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

22 years agoBe more careful about non-existent files.
Jarkko Hietaniemi [Thu, 2 Aug 2001 22:29:34 +0000]
Be more careful about non-existent files.

p4raw-id: //depot/perl@11555

22 years agodeparse empty formats
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

22 years ago[patch] ithreads + refto fix improvement
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

22 years agoReadability nit from Abhijit.
Jarkko Hietaniemi [Thu, 2 Aug 2001 14:24:26 +0000]
Readability nit from Abhijit.

p4raw-id: //depot/perl@11552

22 years agosetproctitle() API version nit from Anton Berezin.
Jarkko Hietaniemi [Thu, 2 Aug 2001 14:22:31 +0000]
setproctitle() API version nit from Anton Berezin.

p4raw-id: //depot/perl@11551

22 years agoAdd PerlCE to the docs.
Jarkko Hietaniemi [Thu, 2 Aug 2001 13:51:41 +0000]
Add PerlCE to the docs.

p4raw-id: //depot/perl@11550

22 years agoIntegrate the PerlCE (WinCE Perl) port;
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

22 years agosetproctitle() made simpler. (This assumes the string is
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

22 years ago[PATCH] -Wall cleanup: op.c
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

22 years agoUpdate Changes.
Jarkko Hietaniemi [Thu, 2 Aug 2001 00:53:34 +0000]
Update Changes.

p4raw-id: //depot/perl@11546

22 years agoRe: [PATCH pp_ctl.c] proposed Windows safe-guard
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

22 years agoThe #11541 didn't work under threads.
Jarkko Hietaniemi [Wed, 1 Aug 2001 23:08:41 +0000]
The #11541 didn't work under threads.

p4raw-id: //depot/perl@11544

22 years agoRe: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
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

22 years ago[ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
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

22 years agoPluggable optimizer
Simon Cozens [Wed, 1 Aug 2001 13:57:02 +0000]
Pluggable optimizer
Message-ID: <20010801135702.I10442@netthink.co.uk>

p4raw-id: //depot/perl@11541

22 years ago[ID 20010801.039] perlre.pod message typo
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

22 years agoTest for change #11536.
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

22 years agoMore test fixups for #11537.
Jarkko Hietaniemi [Wed, 1 Aug 2001 16:27:19 +0000]
More test fixups for #11537.

p4raw-id: //depot/perl@11538

22 years agoRe: [PATCH pp_ctl.c] proposed Windows safe-guard
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

22 years ago[patch] ithreads + refto bug
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

22 years agofixups for t/harness
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

22 years agoadd xsubpp and libnetcfg to installed *.bat files for win32 builds
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

22 years agoNeed to know the number of tests.
Jarkko Hietaniemi [Wed, 1 Aug 2001 13:38:29 +0000]
Need to know the number of tests.

p4raw-id: //depot/perl@11533

22 years agoRe: new exit tests on VMS
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

22 years agoRetract #11530 (the dTHX is needed under threads)
Jarkko Hietaniemi [Wed, 1 Aug 2001 12:46:43 +0000]
Retract #11530 (the dTHX is needed under threads)

p4raw-id: //depot/perl@11531

22 years ago(Retracted by #11531)
Jarkko Hietaniemi [Wed, 1 Aug 2001 12:39:35 +0000]
(Retracted by #11531)

p4raw-id: //depot/perl@11530

22 years ago-Wall cleanups: unixish.h
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

22 years agoAllow for long long in h2xs
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

22 years agofix fs.t for VMS
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

22 years agoFix for
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

22 years agoMultiple modules didn't work; plus typo fixes.
Jarkko Hietaniemi [Tue, 31 Jul 2001 23:00:36 +0000]
Multiple modules didn't work; plus typo fixes.

p4raw-id: //depot/perl@11524

22 years agoUpdate Changes.
Jarkko Hietaniemi [Tue, 31 Jul 2001 15:29:58 +0000]
Update Changes.

p4raw-id: //depot/perl@11523

22 years agoRegen perlapi.
Jarkko Hietaniemi [Tue, 31 Jul 2001 15:25:35 +0000]
Regen perlapi.

p4raw-id: //depot/perl@11522

22 years agoRe: [PATCH sv.c] mortal doc thinko
Dave Mitchell [Tue, 31 Jul 2001 11:52:42 +0000]
Re: [PATCH sv.c] mortal doc thinko
Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>

p4raw-id: //depot/perl@11521

22 years agoRegen toc.
Jarkko Hietaniemi [Tue, 31 Jul 2001 15:17:43 +0000]
Regen toc.

p4raw-id: //depot/perl@11520

22 years agoRegen Porting stuff.
Jarkko Hietaniemi [Tue, 31 Jul 2001 15:17:17 +0000]
Regen Porting stuff.

p4raw-id: //depot/perl@11519

22 years agoAllow for GNU-isms in h2xs
Ilya Zakharevich [Tue, 31 Jul 2001 05:34:38 +0000]
Allow for GNU-isms in h2xs
Message-ID: <20010731053438.A1754@math.ohio-state.edu>

p4raw-id: //depot/perl@11518

22 years agoAdd -Wall in cflags, not in Configure.
Jarkko Hietaniemi [Tue, 31 Jul 2001 14:14:35 +0000]
Add -Wall in cflags, not in Configure.
(This way -Wall affects only the core and the core XS,
 not user modules' XS.  Concern from Paul Marquess,
 implementation idea from Andy Dougherty.)

p4raw-id: //depot/perl@11516

22 years agoConfigure's detection of system manual
Sean Dague [Sun, 13 May 2001 15:53:15 +0000]
Configure's detection of system manual
Message-ID: <20010513155315.A15833@underhill.dague.net>

p4raw-id: //depot/perl@11514

22 years ago[ID 20010621.004] Typo in perlobj.pod
Audrey Tang [Thu, 21 Jun 2001 23:56:48 +0000]
[ID 20010621.004] Typo in perlobj.pod
Message-Id: <20010621235648.A57340@not.autrijus.org>

p4raw-id: //depot/perl@11513

22 years agoTypo in DB_File.pm
Philip Newton [Tue, 31 Jul 2001 06:19:35 +0000]
Typo in DB_File.pm
Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>

p4raw-id: //depot/perl@11512

22 years agoRe: [ID 20010529.002] typos in man page perlre
Stephen P. Potter [Wed, 30 May 2001 13:59:34 +0000]
Re: [ID 20010529.002] typos in man page perlre
Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>

p4raw-id: //depot/perl@11511

22 years agoeval "format foo=" would loop indefinitely; reported in
Mike Guy [Mon, 14 May 2001 16:12:22 +0000]
eval "format foo=" would loop indefinitely; reported in

Subject: A load of old rubbish
Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>

(The core dumps reported in there already fixed.)

p4raw-id: //depot/perl@11510

22 years agoUpgrade to Switch 2.04, now with Perl 6 given+when.
Jarkko Hietaniemi [Tue, 31 Jul 2001 00:37:49 +0000]
Upgrade to Switch 2.04, now with Perl 6 given+when.

p4raw-id: //depot/perl@11509

22 years agoDB_File-1.78
Paul Marquess [Mon, 30 Jul 2001 22:54:37 +0000]
DB_File-1.78
Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>

p4raw-id: //depot/perl@11508

22 years agoExplain in more detail why -pipe and -fno-common are good.
Jarkko Hietaniemi [Mon, 30 Jul 2001 23:11:10 +0000]
Explain in more detail why -pipe and -fno-common are good.

p4raw-id: //depot/perl@11507

22 years agoPerl hasn't been putting man pages into $prefix/lib for
Jarkko Hietaniemi [Mon, 30 Jul 2001 14:14:39 +0000]
Perl hasn't been putting man pages into $prefix/lib for
a long time now; pointed out by Andy Dougherty.

p4raw-id: //depot/perl@11505

22 years agoDocument the extras Configure option.
Jarkko Hietaniemi [Mon, 30 Jul 2001 14:13:15 +0000]
Document the extras Configure option.

p4raw-id: //depot/perl@11504

22 years agoIntegrate change #11051 from macperl; O_RDONLY is not zero
Jarkko Hietaniemi [Mon, 30 Jul 2001 13:52:14 +0000]
Integrate change #11051 from macperl; O_RDONLY is not zero
everywhere.

p4raw-link: @11051 on //depot/perl: 497b47a829dd93323de2c7f4f6815ab9f23d6ada

p4raw-id: //depot/perl@11503
p4raw-integrated: from //depot/maint-5.6/macperl@11502 'merge in'
doio.c (@11007..)

22 years agoDoubly guard against invoking CPAN if no extras defined,
Jarkko Hietaniemi [Mon, 30 Jul 2001 13:45:27 +0000]
Doubly guard against invoking CPAN if no extras defined,
pointed out by H. Merijn Brand.

p4raw-id: //depot/perl@11502

22 years agoUpdate Changes.
Jarkko Hietaniemi [Mon, 30 Jul 2001 03:53:34 +0000]
Update Changes.

p4raw-id: //depot/perl@11498

22 years agoNow Configure -Dextras=Foo::Bar and "make install" will
Jarkko Hietaniemi [Mon, 30 Jul 2001 03:45:32 +0000]
Now Configure -Dextras=Foo::Bar and "make install" will
fetch and install Foo::Bar.

p4raw-id: //depot/perl@11497

22 years agoextras.make, extras.test, and extras.install make targets.
Jarkko Hietaniemi [Mon, 30 Jul 2001 03:18:01 +0000]
extras.make, extras.test, and extras.install make targets.

p4raw-id: //depot/perl@11495

22 years agoBetter to have the list of extras in $extras than 'define'.
Jarkko Hietaniemi [Mon, 30 Jul 2001 01:37:14 +0000]
Better to have the list of extras in $extras than 'define'.

p4raw-id: //depot/perl@11493

22 years agoMissed from #11490 (the required dependency).
Jarkko Hietaniemi [Mon, 30 Jul 2001 01:32:54 +0000]
Missed from #11490 (the required dependency).

p4raw-id: //depot/perl@11491

22 years agoAdd the support of asking for extra modules or bundles of modules
Jarkko Hietaniemi [Mon, 30 Jul 2001 01:32:02 +0000]
Add the support of asking for extra modules or bundles of modules
to be fetched from the CPAN and installed as a part of the Perl
build process.  None of this installation is yet really done;
only the list is asked, and saved away in extras.lst for
the build and installation process to worry about later.

p4raw-id: //depot/perl@11490