This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
20 years agoperl582delta.pod was not in the MANIFEST.
Rafael Garcia-Suarez [Thu, 8 Jan 2004 21:00:56 +0000 (21:00 +0000)]
perl582delta.pod was not in the MANIFEST.

p4raw-id: //depot/perl@22101

20 years agoIntegrate:
Nicholas Clark [Thu, 8 Jan 2004 17:35:27 +0000 (17:35 +0000)]
Integrate:
[ 22093]
Graham says that the search.cpan.org pod finder hashes on name
The 4 files all thinking they are perldelta.pod confuses it.
p4raw-link: @22093 on //depot/maint-5.8/perl: 740d28baac4d221708eeda166081b934a1bcaa59

p4raw-id: //depot/perl@22100
p4raw-branched: from //depot/maint-5.8/perl@22096 'branch in'
pod/perl582delta.pod (@21699..)
p4raw-integrated: from //depot/maint-5.8/perl@22096 'copy in'
pod/perl58delta.pod (@21199..) pod/perl581delta.pod (@21379..)

20 years agoMention 5.8.3-RC1
Abigail [Thu, 8 Jan 2004 00:00:27 +0000 (01:00 +0100)]
Mention 5.8.3-RC1
Message-ID: <20040107230027.GC393@abigail.nl>
Date: Thu, 8 Jan 2004 00:00:27 +0100

p4raw-id: //depot/perl@22096

20 years ago[Integrate]
Nicholas Clark [Wed, 7 Jan 2004 19:09:50 +0000 (19:09 +0000)]
[Integrate]
22088 22089 22090 (datestamp corrections - let's see if this really
works)

p4raw-id: //depot/perl@22091
p4raw-integrated: from //depot/maint-5.8/perl@22084 'copy in'
ext/Digest/MD5/hints/MacOS.pl ext/IO/IO.xs lib/AutoSplit.t
lib/Devel/SelfStubber.pm lib/Devel/SelfStubber.t
lib/File/DosGlob.t lib/Pod/t/Usage.t lib/blib.pm
lib/diagnostics.t lib/subs.t t/comp/cpp.t t/io/inplace.t
t/io/iprefix.t t/lib/compmod.pl t/lib/filter-util.pl
t/lib/warnings/mg t/op/glob.t t/op/read.t t/op/srand.t
t/op/subst_wamp.t t/run/exit.t t/run/switchPx.t t/run/switchx.t
t/x2p/s2p.t utils/splain.PL (@17645..) ext/Filter/t/call.t
ext/POSIX/t/taint.t lib/charnames.t t/op/method.t t/op/mkdir.t
t/op/recurse.t t/pod/testp2pt.pl t/run/switchI.t (@18946..)
'ignore' t/comp/use.t t/op/study.t (@17645..)

20 years agoHardcoded numerical flag masks. Bad.
Rafael Garcia-Suarez [Wed, 7 Jan 2004 09:25:16 +0000 (09:25 +0000)]
Hardcoded numerical flag masks. Bad.

p4raw-id: //depot/perl@22084

20 years agoSeems that sv_setsv_cow needs to be visible to core extensions,
Nicholas Clark [Tue, 6 Jan 2004 18:57:29 +0000 (18:57 +0000)]
Seems that sv_setsv_cow needs to be visible to core extensions,
so that re will build properly on Win32. Thanks to Steve Hay for
trying COW and finding the problems.

p4raw-id: //depot/perl@22083

20 years agoFix bug #24813 : the -0 wasn't recognized on the #! line
Rafael Garcia-Suarez [Tue, 6 Jan 2004 18:11:22 +0000 (18:11 +0000)]
Fix bug #24813 : the -0 wasn't recognized on the #! line

p4raw-id: //depot/perl@22082

20 years agoJarkko didn't move the cd ..\pod correctly. Given that it's been
Nicholas Clark [Tue, 6 Jan 2004 12:38:52 +0000 (12:38 +0000)]
Jarkko didn't move the cd ..\pod correctly. Given that it's been
like this pre 5.8.1, I suspect that no-one has used it recently.

p4raw-id: //depot/perl@22079

20 years agoThe TODO tag should be included also when a TODO test succeeds,
Rafael Garcia-Suarez [Tue, 6 Jan 2004 08:18:44 +0000 (08:18 +0000)]
The TODO tag should be included also when a TODO test succeeds,
so it's reported by the test harness

p4raw-id: //depot/perl@22076

20 years agoThis TODO test seems to pass now.
Rafael Garcia-Suarez [Tue, 6 Jan 2004 07:56:25 +0000 (07:56 +0000)]
This TODO test seems to pass now.

p4raw-id: //depot/perl@22075

20 years agoSome of the bitwise manipulation PP functions weren't checking
Rafael Garcia-Suarez [Mon, 5 Jan 2004 23:29:55 +0000 (23:29 +0000)]
Some of the bitwise manipulation PP functions weren't checking
whether their arguments were magical before using them.
(bug [#24816]).

p4raw-id: //depot/perl@22074

20 years ago[perl #24674]
Dave Mitchell [Mon, 5 Jan 2004 22:17:04 +0000 (22:17 +0000)]
[perl #24674]
stop $^O getting tainted on read access, and disallow tainted
assignment to it

p4raw-id: //depot/perl@22071

20 years agoSome mandatory syntax warnings emitted by the lexer weren't
Rafael Garcia-Suarez [Mon, 5 Jan 2004 21:48:30 +0000 (21:48 +0000)]
Some mandatory syntax warnings emitted by the lexer weren't
disableable (bug [perl #24815]).

p4raw-id: //depot/perl@22068

20 years agoChange the flag logic in buildtoc
Nicholas Clark [Mon, 5 Jan 2004 21:36:07 +0000 (21:36 +0000)]
Change the flag logic in buildtoc

p4raw-id: //depot/perl@22067

20 years agoFix bug with MANIFEST generation when we also regenerate perltoc.pod
Nicholas Clark [Mon, 5 Jan 2004 21:16:09 +0000 (21:16 +0000)]
Fix bug with MANIFEST generation when we also regenerate perltoc.pod

p4raw-id: //depot/perl@22064

20 years agoskip num.t #47 on VMS
Craig A. Berry [Sun, 4 Jan 2004 23:16:26 +0000 (17:16 -0600)]
skip num.t #47 on VMS
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <3FF8F32A.5000108@mac.com>

p4raw-id: //depot/perl@22058

20 years agofuture-proof signal check
Craig A. Berry [Sun, 4 Jan 2004 22:53:40 +0000 (16:53 -0600)]
future-proof signal check
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <3FF8EDD4.3080308@mac.com>

p4raw-id: //depot/perl@22057

20 years agoUpgrade to Cwd 2.13
Rafael Garcia-Suarez [Sun, 4 Jan 2004 20:45:31 +0000 (20:45 +0000)]
Upgrade to Cwd 2.13

p4raw-id: //depot/perl@22056

20 years agoRe: [perl #24774] eval + format - \n = pp_ctl.c assertion
LAUN Wolfgang [Fri, 2 Jan 2004 11:31:46 +0000 (12:31 +0100)]
Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4B3@attmsx1>

eval of of a truncated format should fail

p4raw-id: //depot/perl@22055

20 years agoUpgrade to PerlIO::via::QuotedPrint 0.06
Rafael Garcia-Suarez [Sat, 3 Jan 2004 19:53:53 +0000 (19:53 +0000)]
Upgrade to PerlIO::via::QuotedPrint 0.06

p4raw-id: //depot/perl@22052

20 years agoUpgrade to Time::HiRes 1.54
Rafael Garcia-Suarez [Sat, 3 Jan 2004 19:51:02 +0000 (19:51 +0000)]
Upgrade to Time::HiRes 1.54

p4raw-id: //depot/perl@22051

20 years agoNo matter how hard you proof read it, something always slips through.
Nicholas Clark [Sat, 3 Jan 2004 19:24:00 +0000 (19:24 +0000)]
No matter how hard you proof read it, something always slips through.

p4raw-id: //depot/perl@22050

20 years agoFix minor problems with the CPAN release
Nicholas Clark [Sat, 3 Jan 2004 19:22:08 +0000 (19:22 +0000)]
Fix minor problems with the CPAN release
1: Make Storable.xs to work on 5.8.2 and later (already in the core)
2: Ship the linux hints file
3: Ship Test::More for the benefit of Perls pre 5.6.2
4: Correct Makefile.PL to install in core for 5.8.0 and later

p4raw-id: //depot/perl@22049

20 years agoTidy up change #18751, so that the second parameter to unpack()
Rafael Garcia-Suarez [Sat, 3 Jan 2004 00:07:13 +0000 (00:07 +0000)]
Tidy up change #18751, so that the second parameter to unpack()
defaults to $_ at compile-time, instead of run-time (like all
other primitives that default to $_).
p4raw-link: @18751 on //depot/perl: 13dcffc60adeca175c32a1ea11ec8756d4853ad2

p4raw-id: //depot/perl@22047

20 years agoBump $threads::VERSION as the documentation has changed. Tweak the
Nicholas Clark [Fri, 2 Jan 2004 16:17:24 +0000 (16:17 +0000)]
Bump $threads::VERSION as the documentation has changed. Tweak the
documentaiton, update Arthur's e-mail address

p4raw-id: //depot/perl@22044

20 years agoUse the optimization level -O2 by default on Linux/gcc.
Marcus Holland-Moritz [Thu, 1 Jan 2004 05:32:15 +0000 (06:32 +0100)]
Use the optimization level -O2 by default on Linux/gcc.
See :
Subject: Benchmarking (was Re: GCC bug breaking Perl_sv_catpvfn()?)
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Message-ID: <071601c3d020$4046d2a0$d500a8c0@R2D2>

p4raw-id: //depot/perl@22043

20 years agoUpdate debugger version number and Changes file
Nicholas Clark [Fri, 2 Jan 2004 00:38:00 +0000 (00:38 +0000)]
Update debugger version number and Changes file

p4raw-id: //depot/perl@22041

20 years agoaddition to 22036 (document SUPER better): superclass may be plural
Dave Mitchell [Thu, 1 Jan 2004 23:22:10 +0000 (23:22 +0000)]
addition to 22036 (document SUPER better): superclass may be plural

p4raw-id: //depot/perl@22037

20 years agoDocument the quirks of SUPER, especially the fact that it it
Dave Mitchell [Thu, 1 Jan 2004 22:23:11 +0000 (22:23 +0000)]
Document the quirks of SUPER, especially the fact that it it
relative to the current package and not to the invoking object.

p4raw-id: //depot/perl@22036

20 years agoFix bug #24383, where hashes with the :unique attribute weren't
Dave Mitchell [Thu, 1 Jan 2004 19:58:08 +0000 (19:58 +0000)]
Fix bug #24383, where hashes with the :unique attribute weren't
getting made readonly on interpreter clone. Also, remove the
:unique attribute from the hashes in warnings.pm, since they may
later be modified by warnings::register.  Finally, adds tests for
the :unique attribute.

p4raw-id: //depot/perl@22034

20 years agoPerl 5.8.3 patches from the BS2000 port - part 2
Dorner Thomas [Fri, 19 Dec 2003 07:16:47 +0000 (08:16 +0100)]
Perl 5.8.3 patches from the BS2000 port - part 2
Message-ID: <6727B1DACFCDD311A757009027CA8D69044B6740@Ex02.inhouse.start.de>
Date: Fri, 19 Dec 2003 07:16:47 +0100

p4raw-id: //depot/perl@22033

20 years agoOS/2 update
Ilya Zakharevich [Thu, 18 Dec 2003 14:10:29 +0000 (06:10 -0800)]
OS/2 update
Message-ID: <20031218221029.GA7898@math.berkeley.edu>

p4raw-id: //depot/perl@22032

20 years agoDocument that /[\W]/ doesn't work, unicode-wise (see bug #18281)
Rafael Garcia-Suarez [Thu, 1 Jan 2004 16:30:13 +0000 (16:30 +0000)]
Document that /[\W]/ doesn't work, unicode-wise (see bug #18281)

p4raw-id: //depot/perl@22031

20 years agoDocument that detached threads aren't supported on Windows yet.
Rafael Garcia-Suarez [Thu, 1 Jan 2004 13:55:31 +0000 (13:55 +0000)]
Document that detached threads aren't supported on Windows yet.

p4raw-id: //depot/perl@22030

20 years agoUpgrade to Getopt::Long 2.34_01
Rafael Garcia-Suarez [Thu, 1 Jan 2004 13:30:33 +0000 (13:30 +0000)]
Upgrade to Getopt::Long 2.34_01

p4raw-id: //depot/perl@22029

20 years agoTweak 00compile.t to avoid splatting a DIAG over core perl's
Nicholas Clark [Wed, 31 Dec 2003 15:22:31 +0000 (15:22 +0000)]
Tweak 00compile.t to avoid splatting a DIAG over core perl's
beautiful clean run of OKs. You are all getting a clean run of OKs,
aren't you?

p4raw-id: //depot/perl@22026

20 years ago"piconv -C 512" badly broken
Audrey Tang [Wed, 31 Dec 2003 19:30:10 +0000 (03:30 +0800)]
"piconv -C 512" badly broken
Message-Id: <1072870210.769.5.camel@localhost>
Date: Wed, 31 Dec 2003 19:30:10 +0800

p4raw-id: //depot/perl@22025

20 years agoUpgrade to Test::Harness 2.40.
Rafael Garcia-Suarez [Wed, 31 Dec 2003 08:28:43 +0000 (08:28 +0000)]
Upgrade to Test::Harness 2.40.

p4raw-id: //depot/perl@22021

20 years agoC++ comments, bad.
Rafael Garcia-Suarez [Wed, 31 Dec 2003 07:59:19 +0000 (07:59 +0000)]
C++ comments, bad.

p4raw-id: //depot/perl@22020

20 years agoBump VERSION numbers
Nicholas Clark [Tue, 30 Dec 2003 23:29:59 +0000 (23:29 +0000)]
Bump VERSION numbers

p4raw-id: //depot/perl@22018

20 years agoA patch for Test::Harness on VMS by Craig Berry
Rafael Garcia-Suarez [Tue, 30 Dec 2003 21:10:22 +0000 (21:10 +0000)]
A patch for Test::Harness on VMS by Craig Berry
(see RT CPAN bug #4745)

p4raw-id: //depot/perl@22016

20 years agomore uni doc tweakage
Jarkko Hietaniemi [Tue, 30 Dec 2003 15:37:55 +0000 (17:37 +0200)]
more uni doc tweakage
Message-ID: <20031230133755.GA23118@vipunen.hut.fi>
Date: Tue, 30 Dec 2003 15:37:55 +0200

Subject: one more pod fix
From: Jarkko Hietaniemi <jhi@iki.fi>
Message-ID: <20031230135641.GA24516@vipunen.hut.fi>
Date: Tue, 30 Dec 2003 15:56:41 +0200

p4raw-id: //depot/perl@22013

20 years agobug #24757 perlrun.pod's description of find -mtime was ambiguous
Dave Mitchell [Tue, 30 Dec 2003 17:14:44 +0000 (17:14 +0000)]
bug #24757 perlrun.pod's description of find -mtime was ambiguous

p4raw-id: //depot/perl@22009

20 years agoUpgrade to Math::BigInt 1.68.
Rafael Garcia-Suarez [Tue, 30 Dec 2003 16:04:47 +0000 (16:04 +0000)]
Upgrade to Math::BigInt 1.68.

p4raw-id: //depot/perl@22007

20 years agoRe: [perl #24774] eval + format - \n = pp_ctl.c assertion
Dave Mitchell [Tue, 30 Dec 2003 15:07:50 +0000 (15:07 +0000)]
Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
heuristics for calculating buffer size needed to compile a format
didn't allow for \0

p4raw-id: //depot/perl@22005

20 years agoAdd a regression test for bug #24762
Rafael Garcia-Suarez [Tue, 30 Dec 2003 12:54:02 +0000 (12:54 +0000)]
Add a regression test for bug #24762

p4raw-id: //depot/perl@22003

20 years agoUpdates the notes about byacc in pumpkin.pod.
Rafael Garcia-Suarez [Tue, 30 Dec 2003 12:49:09 +0000 (12:49 +0000)]
Updates the notes about byacc in pumpkin.pod.

p4raw-id: //depot/perl@22002

20 years agoBump up UNIVERSAL's version to 1.02
Rafael Garcia-Suarez [Tue, 30 Dec 2003 09:58:08 +0000 (09:58 +0000)]
Bump up UNIVERSAL's version to 1.02
(due to fix #21418)

p4raw-id: //depot/perl@22001

20 years agoAdd Mike Pomraning
Nicholas Clark [Mon, 29 Dec 2003 23:53:31 +0000 (23:53 +0000)]
Add Mike Pomraning

p4raw-id: //depot/perl@21999

20 years agoUpdate the README and Changes files for Switch 2.10
Rafael Garcia-Suarez [Mon, 29 Dec 2003 20:11:12 +0000 (20:11 +0000)]
Update the README and Changes files for Switch 2.10

p4raw-id: //depot/perl@21997

20 years agoUpgrade to Switch 2.10, by integrating some changes by Damian
Rafael Garcia-Suarez [Mon, 29 Dec 2003 20:07:00 +0000 (20:07 +0000)]
Upgrade to Switch 2.10, by integrating some changes by Damian

p4raw-id: //depot/perl@21996

20 years agoWindows hasn't getuid/setuid and friends.
Marcus Holland-Moritz [Mon, 29 Dec 2003 04:51:19 +0000 (05:51 +0100)]
Windows hasn't getuid/setuid and friends.
Therefore disable the code related to them in POSIX.xs.

Subject: [PATCH: ext/POSIX/POSIX.xs] Re: Smoke [5.8.2] 21979 FAIL(Xt) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Message-ID: <03d401c3cdbf$05730ee0$d500a8c0@R2D2>

p4raw-id: //depot/perl@21993

20 years agowin32_chsize buglet
Kevin Chase [Sun, 28 Dec 2003 15:48:56 +0000 (07:48 -0800)]
win32_chsize buglet
From: "Kevin Chase" <kevincha99@hotmail.com>
Message-ID: <BAY2-F90usv0ccZRh8Z0005683d@hotmail.com>

p4raw-id: //depot/perl@21992

20 years agoUpgrade to Encode 1.99.
Rafael Garcia-Suarez [Mon, 29 Dec 2003 08:10:51 +0000 (08:10 +0000)]
Upgrade to Encode 1.99.

p4raw-id: //depot/perl@21991

20 years agoFix a little syntax error, reported by Marcus Holland-Moritz
Rafael Garcia-Suarez [Sun, 28 Dec 2003 18:41:35 +0000 (18:41 +0000)]
Fix a little syntax error, reported by Marcus Holland-Moritz

p4raw-id: //depot/perl@21990

20 years ago5.8.1 / bcc55 / win32 / Enable PerlIO and/ or USE_LARGE_FILES
Nigel Sandever [Thu, 25 Sep 2003 21:49:07 +0000 (21:49 +0000)]
5.8.1 / bcc55 / win32 / Enable PerlIO and/ or USE_LARGE_FILES

From: "Nigel Sandever" <njsandever@hotmail.com>
Message-ID: <Law9-F94BdsnvUFcxT500000ea5@hotmail.com>
Date: Thu, 25 Sep 2003 21:49:07 +0000

p4raw-id: //depot/perl@21989

20 years agoRegenerate the perly.c patch for byacc output painless fixing
Rafael Garcia-Suarez [Sat, 27 Dec 2003 23:46:40 +0000 (23:46 +0000)]
Regenerate the perly.c patch for byacc output painless fixing

p4raw-id: //depot/perl@21988

20 years agoFix bug [perl #24762] : C<*foo{CODE} ? 1 : 0> was a syntax error
Rafael Garcia-Suarez [Sat, 27 Dec 2003 23:11:59 +0000 (23:11 +0000)]
Fix bug [perl #24762] : C<*foo{CODE} ? 1 : 0> was a syntax error

p4raw-id: //depot/perl@21986

20 years agoCross compilation patches for arm.
Redvers Davies [Mon, 22 Dec 2003 08:11:34 +0000 (03:11 -0500)]
Cross compilation patches for arm.
Message-Id: <1072098653.4789.6.camel@ragefire>
Date: Mon, 22 Dec 2003 08:11:34 -0500

p4raw-id: //depot/perl@21985

20 years agoFix bug [perl #24735] : make sure that the range (..) operator
Rafael Garcia-Suarez [Sat, 27 Dec 2003 21:29:04 +0000 (21:29 +0000)]
Fix bug [perl #24735] : make sure that the range (..) operator
treats an undefined argument as 0 for numerical ranges and as ""
for magical string ranges.

p4raw-id: //depot/perl@21983

20 years agoPATCH: *DB*_File
Paul Marquess [Sat, 27 Dec 2003 20:02:30 +0000 (20:02 +0000)]
PATCH:  *DB*_File
From: "Paul Marquess" <Paul.Marquess@btinternet.com>
Message-ID: <AIEAJICLCBDNAAOLLOKLIEAOPGAA.Paul.Marquess@btinternet.com>

p4raw-id: //depot/perl@21981

20 years agoStraggler from Cwd
Nicholas Clark [Sat, 27 Dec 2003 18:31:27 +0000 (18:31 +0000)]
Straggler from Cwd

p4raw-id: //depot/perl@21978

20 years agoStraggler from Unicode::Collate.
Nicholas Clark [Sat, 27 Dec 2003 18:29:44 +0000 (18:29 +0000)]
Straggler from Unicode::Collate.
We need to automate this.
For some value of we. (tr/w/m/ I suspect)

p4raw-id: //depot/perl@21977

20 years agoAssimilate Unicode::Collate 0.33
Nicholas Clark [Sat, 27 Dec 2003 18:28:37 +0000 (18:28 +0000)]
Assimilate Unicode::Collate 0.33

p4raw-id: //depot/perl@21976

20 years agoAssimilate PodParser-1.26
Nicholas Clark [Sat, 27 Dec 2003 18:12:33 +0000 (18:12 +0000)]
Assimilate PodParser-1.26

p4raw-id: //depot/perl@21975

20 years agoAssimilate File::Spec 0.87
Nicholas Clark [Sat, 27 Dec 2003 17:50:34 +0000 (17:50 +0000)]
Assimilate File::Spec 0.87

p4raw-id: //depot/perl@21974

20 years agoAssimilate Digest 1.05
Nicholas Clark [Sat, 27 Dec 2003 17:24:27 +0000 (17:24 +0000)]
Assimilate Digest 1.05

p4raw-id: //depot/perl@21973

20 years agoAssimilate Cwd 2.12 from CPAN. Cwd wasn't in Maintainers, so change
Nicholas Clark [Sat, 27 Dec 2003 17:20:23 +0000 (17:20 +0000)]
Assimilate Cwd 2.12 from CPAN. Cwd wasn't in Maintainers, so change
21646 was only applied to core (must punt this back and thereby unfork)
Need to fix test boilerplate properly for PERL_CORE

p4raw-id: //depot/perl@21972

20 years agoRemove Win32 compiler warnings
Marcus Holland-Moritz [Sat, 27 Dec 2003 17:39:20 +0000 (18:39 +0100)]
Remove Win32 compiler warnings
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Message-ID: <018901c3cc97$fa976660$d500a8c0@R2D2>

p4raw-id: //depot/perl@21971

20 years agoAllow overriding of the p4 settings via environment variables
Nicholas Clark [Sat, 27 Dec 2003 16:39:01 +0000 (16:39 +0000)]
Allow overriding of the p4 settings via environment variables
Make regexp more robust to parse FreeBSD's patch output

p4raw-id: //depot/perl@21970

20 years agoperl 5.8.0, FindBin::again
Slaven Rezic [Thu, 1 May 2003 21:28:10 +0000 (23:28 +0200)]
perl 5.8.0, FindBin::again
Message-ID: <873cjy31rp.fsf@vran.herceg.de>

p4raw-id: //depot/perl@21968

20 years agoTurn Quad_t to Uquad_t in unsigned branch
Marcus Holland-Moritz [Sat, 27 Dec 2003 02:48:19 +0000 (03:48 +0100)]
Turn Quad_t to Uquad_t in unsigned branch
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Message-ID: <010001c3cc1b$813763a0$d500a8c0@R2D2>

p4raw-id: //depot/perl@21967

20 years agoChange minimum perl version where the test is run from 5.9.0 to 5.8.3
Nicholas Clark [Fri, 26 Dec 2003 20:31:38 +0000 (20:31 +0000)]
Change minimum perl version where the test is run from 5.9.0 to 5.8.3
as I'm going to integrate the core patch

p4raw-id: //depot/perl@21964

20 years agoRe: GCC bug breaking Perl_sv_catpvfn()?
Marcus Holland-Moritz [Fri, 26 Dec 2003 02:47:09 +0000 (03:47 +0100)]
Re: GCC bug breaking Perl_sv_catpvfn()?
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Message-ID: <03ca01c3cb52$2d509b40$5700a8c0@R2D2>

p4raw-id: //depot/perl@21962

20 years agoRefactor the code that checks whether a range is numeric
Rafael Garcia-Suarez [Fri, 26 Dec 2003 10:18:24 +0000 (10:18 +0000)]
Refactor the code that checks whether a range is numeric
or string-magical.

p4raw-id: //depot/perl@21960

20 years agoRestore ext/SDBM_File/sdbm/Makefile to its pre-21655 state.
Rafael Garcia-Suarez [Fri, 26 Dec 2003 08:51:06 +0000 (08:51 +0000)]
Restore ext/SDBM_File/sdbm/Makefile to its pre-21655 state.
This fixes building SDBM_File on AIX.

p4raw-id: //depot/perl@21959

20 years agoFix bug [perl #24641] : when POSIX::set[ug]id() are called,
Rafael Garcia-Suarez [Thu, 25 Dec 2003 21:22:25 +0000 (21:22 +0000)]
Fix bug [perl #24641] : when POSIX::set[ug]id() are called,
update the perl variables PL_uid and PL_euid (resp. PL_gid
and PL_egid) with the new values.

p4raw-id: //depot/perl@21958

20 years agoINSTALL_PREFIX from C
Ilya Zakharevich [Thu, 18 Dec 2003 12:30:06 +0000 (04:30 -0800)]
INSTALL_PREFIX from C
Message-ID: <20031218203006.GA7772@math.berkeley.edu>

p4raw-id: //depot/perl@21957

20 years agoBigInt v1.68 - pre-release
Tels [Tue, 23 Dec 2003 01:09:23 +0000 (02:09 +0100)]
BigInt v1.68 - pre-release
Message-Id: <200312230106.27661@bloodgate.com>

p4raw-id: //depot/perl@21956

20 years ago[perl #24506] [PATCH] cannot weaken refs to read only values
Fergal Daly [Tue, 2 Dec 2003 23:18:18 +0000 (23:18 +0000)]
[perl #24506] [PATCH] cannot weaken refs to read only values
Message-Id: <200312022318.18353.fergal@esatclear.ie>

(tweaked so the test is skipped on perls < 5.9.0)

p4raw-id: //depot/perl@21955

20 years agodocument patch for VMS port on new file systems
Peter Prymmer [Tue, 23 Dec 2003 17:27:44 +0000 (12:27 -0500)]
document patch for VMS port on new file systems
Message-Id:  <OF32243F10.A592C9A9-ON85256E05.007B1741-85256E05.007B63CB@factset.com>

p4raw-id: //depot/perl@21953

20 years ago[patch t/test.pl] comment fix
Stas Bekman [Tue, 23 Dec 2003 14:48:58 +0000 (06:48 -0800)]
[patch t/test.pl] comment fix
Message-ID: <3FE8C65A.4060708@stason.org>
Date: Tue, 23 Dec 2003 14:48:58 -0800

p4raw-id: //depot/perl@21952

20 years agore-fix [perl #24508] without speed regression.
Adrian M. Enache [Mon, 22 Dec 2003 23:22:12 +0000 (23:22 +0000)]
re-fix [perl #24508] without speed regression.
keep an eye on this.

p4raw-id: //depot/perl@21951

20 years agosanitize some macros - based on Chip Salzenberg suggestions and
Adrian M. Enache [Mon, 22 Dec 2003 23:19:25 +0000 (23:19 +0000)]
sanitize some macros - based on Chip Salzenberg suggestions and
on the way GNU people use the gcc-ish 'blocks in parens'

p4raw-id: //depot/perl@21950

20 years agoRe: Smoke [5.8.2] 21930 FAIL(t) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
Mike Pomraning [Mon, 22 Dec 2003 01:52:08 +0000 (19:52 -0600)]
Re: Smoke [5.8.2] 21930 FAIL(t) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
Message-ID: <Pine.LNX.4.58.0312220116520.17374@localhost.localdomain>
From: Mike Pomraning <mjp@pilcrow.madison.wi.us>

p4raw-id: //depot/perl@21948

20 years agodoc nits
Jarkko Hietaniemi [Mon, 22 Dec 2003 21:57:34 +0000 (23:57 +0200)]
doc nits
Message-Id:  <20031222195734.GA29441@vipunen.hut.fi>

p4raw-id: //depot/perl@21946

20 years agoconfigure.com archname tweak
Craig A. Berry [Sun, 21 Dec 2003 23:07:13 +0000 (17:07 -0600)]
configure.com archname tweak
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <3FE67C01.1000704@mac.com>

p4raw-id: //depot/perl@21944

20 years ago[perl #24651] Taint bug with multiple backticks in ref consturctors
Mike Guy [Fri, 19 Dec 2003 17:17:11 +0000 (17:17 +0000)]
[perl #24651] Taint bug with multiple backticks in ref consturctors
Message-Id: <E1AXOFT-0007DE-7q@draco.cus.cam.ac.uk>

p4raw-id: //depot/perl@21942

20 years agoFix a side-effect of bug #24674 in the perl debugger.
Dominique Quatravaux [Tue, 16 Dec 2003 15:03:24 +0000 (15:03 +0000)]
Fix a side-effect of bug #24674 in the perl debugger.

Subject: [perl #24674] 5.x odd taint bug
From: Dominique Quatravaux (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.0.7_01-24674-68456.11.3124667849085@perl.org>

p4raw-id: //depot/perl@21940

20 years agoPerl 5.8.3 patches from the BS2000 port
Dorner Thomas [Wed, 17 Dec 2003 15:41:17 +0000 (16:41 +0100)]
Perl 5.8.3 patches from the BS2000 port
Message-ID: <6727B1DACFCDD311A757009027CA8D69044B673A@Ex02.inhouse.start.de>

p4raw-id: //depot/perl@21938

20 years agoafter back-references, restricted hashes.
Adrian M. Enache [Sat, 20 Dec 2003 21:37:03 +0000 (21:37 +0000)]
after back-references, restricted hashes.
see http://nntp.perl.org/group/perl.perl5.porters/86497
this is hopefully only a temporary solution.

p4raw-id: //depot/perl@21937

20 years agofix [perl #24660], [perl #24663].
Adrian M. Enache [Sat, 20 Dec 2003 21:32:37 +0000 (21:32 +0000)]
fix [perl #24660], [perl #24663].

p4raw-id: //depot/perl@21936

20 years agoUpgrade to Time::Local 1.07_94
Rafael Garcia-Suarez [Sat, 20 Dec 2003 21:21:50 +0000 (21:21 +0000)]
Upgrade to Time::Local 1.07_94

p4raw-id: //depot/perl@21935

20 years agoOpenVMS I64 support
Craig A. Berry [Thu, 18 Dec 2003 18:19:43 +0000 (12:19 -0600)]
OpenVMS I64 support
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <3FE2441F.2070603@mac.com>
Date: Thu, 18 Dec 2003 18:19:43 -0600

p4raw-id: //depot/perl@21933

20 years agoremove duplicate PERL_HASH (as spotted by Enache Adrian in
Nicholas Clark [Sat, 20 Dec 2003 19:57:51 +0000 (19:57 +0000)]
remove duplicate PERL_HASH (as spotted by Enache Adrian in
<20031220124854.GA1265@ratsnest.hole> )

p4raw-id: //depot/perl@21932

20 years agoSolaris gconvert() doesn't like ndigits == 0. Currently we have no
Nicholas Clark [Sat, 20 Dec 2003 18:58:06 +0000 (18:58 +0000)]
Solaris gconvert() doesn't like ndigits == 0. Currently we have no
Configure test for troublesome gconvert(), so for now simply avoid
the optimisation that calls gconvert() in this case.

p4raw-id: //depot/perl@21931

20 years agoUpgrade to CGI.pm 3.01
Rafael Garcia-Suarez [Fri, 19 Dec 2003 08:36:11 +0000 (08:36 +0000)]
Upgrade to CGI.pm 3.01

p4raw-id: //depot/perl@21928

20 years ago[DOCPATCH] base.pm
Elizabeth Mattijsen [Thu, 18 Dec 2003 22:30:52 +0000 (23:30 +0100)]
[DOCPATCH] base.pm
Message-Id: <p05111b12bc07cc596977@[192.168.56.3]>

Plus, remove leftover mentions of pseudo-hashes

p4raw-id: //depot/perl@21927

20 years ago"Richard" - who he? (Add "Richard Clamp" to the list of pumpkings)
Nicholas Clark [Thu, 18 Dec 2003 20:24:29 +0000 (20:24 +0000)]
"Richard" - who he? (Add "Richard Clamp" to the list of pumpkings)

p4raw-id: //depot/perl@21924

20 years agoPerl 1.0.16 has been released.
Rafael Garcia-Suarez [Thu, 18 Dec 2003 14:58:42 +0000 (14:58 +0000)]
Perl 1.0.16 has been released.

p4raw-id: //depot/perl@21923