22 years agoAdds the thread 0.05 module. It is now moved to the core from CPAN.
Artur Bergman [Tue, 18 Sep 2001 14:13:26 +0000]
Adds the thread 0.05 module. It is now moved to the core from CPAN.
The test will fail because of Test.pm not knowing about threads.
basic needs to be manually tested
compile time warnings on IV2PTR conversions need to be fixed

p4raw-id: //depot/perl@12068

22 years agoDJGPP tweak from Laszlo Molnar.
Jarkko Hietaniemi [Tue, 18 Sep 2001 11:51:08 +0000]
DJGPP tweak from Laszlo Molnar.

p4raw-id: //depot/perl@12067

22 years agoChanged how ownership of mutexes are held. We never hold a mutex only a slot indicati...
Artur Bergman [Tue, 18 Sep 2001 10:24:31 +0000]
Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.

p4raw-id: //depot/perl@12066

22 years agoStrip ^iso- from the Encode filenames to be 8.3-friendly,
Jarkko Hietaniemi [Tue, 18 Sep 2001 00:00:09 +0000]
Strip ^iso- from the Encode filenames to be 8.3-friendly,
ditto ^cns.

p4raw-id: //depot/perl@12065

22 years agoMust Uppercase.
Jarkko Hietaniemi [Mon, 17 Sep 2001 23:53:38 +0000]
Must Uppercase.

p4raw-id: //depot/perl@12064

22 years agoAdd various encodings.
Jarkko Hietaniemi [Mon, 17 Sep 2001 23:39:28 +0000]
Add various encodings.

p4raw-id: //depot/perl@12063

22 years agolib/unicode relic.
Jarkko Hietaniemi [Mon, 17 Sep 2001 22:48:21 +0000]
lib/unicode relic.

p4raw-id: //depot/perl@12062

22 years agoRe: filename problems
Michael G. Schwern [Mon, 17 Sep 2001 17:26:26 +0000]
Re: filename problems
Message-ID: <20010917172626.Q585@blackrider>

p4raw-id: //depot/perl@12061

22 years agoExplicitly explain the 1e9 seconds, not everybody
Jarkko Hietaniemi [Mon, 17 Sep 2001 20:14:53 +0000]
Explicitly explain the 1e9 seconds, not everybody
is a C geek.

p4raw-id: //depot/perl@12060

22 years agoExplain an apparent bug reported by
Jarkko Hietaniemi [Mon, 17 Sep 2001 20:07:20 +0000]
Explain an apparent bug reported by
Richard J. Barbalace <rjbarbal@MIT.EDU>,
with additional explanation from Gisle Aas.

p4raw-id: //depot/perl@12059

22 years agonew tests
Rafael Garcia-Suarez [Mon, 17 Sep 2001 22:48:05 +0000]
new tests
Message-Id: <20010917224805.C11744@rafael>

p4raw-id: //depot/perl@12058

22 years agoIts a nit!
Abhijit Menon-Sen [Mon, 17 Sep 2001 16:51:18 +0000]
Its a nit!

p4raw-id: //depot/perl@12057

22 years agowaitpid enhancements for VMS
Craig A. Berry [Mon, 17 Sep 2001 12:34:20 +0000]
waitpid enhancements for VMS
Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>

p4raw-id: //depot/perl@12056

22 years agoMake CPAN.pm use Digest::MD5
Gisle Aas [Mon, 16 Apr 2001 16:20:34 +0000]
Make CPAN.pm use Digest::MD5
Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
(Applied by hand.)

p4raw-id: //depot/perl@12055

22 years agoUpdate Changes.
Jarkko Hietaniemi [Mon, 17 Sep 2001 14:06:26 +0000]
Update Changes.

p4raw-id: //depot/perl@12054

22 years agoAdding new files to the MANIFEST is always nice.
Jarkko Hietaniemi [Mon, 17 Sep 2001 13:45:26 +0000]
Adding new files to the MANIFEST is always nice.

p4raw-id: //depot/perl@12053

22 years agoReindent the PerlIO files (suggested by NI-S), used
Jarkko Hietaniemi [Mon, 17 Sep 2001 13:12:31 +0000]
Reindent the PerlIO files (suggested by NI-S), used
indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
(GNU indent).  Note that wholesale re-indenting might
be nice, but that would break nice formatting/alignment
of assignments, equality testing, and complex boolean
expressions with lots of &s and |s.

p4raw-id: //depot/perl@12052

22 years agoAdd a script for being 8.3-polite.
Jarkko Hietaniemi [Mon, 17 Sep 2001 12:55:53 +0000]
Add a script for being 8.3-polite.
The found conflicts are being worked on.

p4raw-id: //depot/perl@12051

22 years agoFixes coredump introduced by 11755 and 11790. Thanks to Doug for
Artur Bergman [Mon, 17 Sep 2001 12:44:36 +0000]
Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
       finding it.

p4raw-id: //depot/perl@12050

22 years agoBump up versions because of #12041.
Jarkko Hietaniemi [Mon, 17 Sep 2001 11:55:07 +0000]
Bump up versions because of #12041.

p4raw-id: //depot/perl@12049

22 years agoBump the version number because of #12042.
Jarkko Hietaniemi [Mon, 17 Sep 2001 11:51:54 +0000]
Bump the version number because of #12042.

p4raw-id: //depot/perl@12048

22 years agoRe: [PATCH] turn $a.=<F> into an RCATLINE
Abhijit Menon-Sen [Mon, 17 Sep 2001 17:44:12 +0000]
Re: [PATCH] turn $a.=<F> into an RCATLINE
Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>

p4raw-id: //depot/perl@12047

22 years agoRe: t/op/ver.t using skip() improperly
chromatic [Mon, 17 Sep 2001 00:22:29 +0000]
Re: t/op/ver.t using skip() improperly
Message-ID: <20010917062713.47716.qmail@onion.perl.org>

p4raw-id: //depot/perl@12046

22 years agoMajor POD rewrite of constant.pm
Ilmari Karonen [Mon, 17 Sep 2001 00:47:57 +0000]
Major POD rewrite of constant.pm
Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
(And $VERSION = '1.05'.)

p4raw-id: //depot/perl@12044

22 years agoRe: [BUG?] chdir(undef) == chdir() probably a bug
Michael G. Schwern [Mon, 17 Sep 2001 07:49:04 +0000]
Re: [BUG?] chdir(undef) == chdir() probably a bug
Message-Id: <20010917074904.V1588@blackrider>
(Applied with tweaks to chdir.t and pp_sys.c hunks.)

p4raw-id: //depot/perl@12043

22 years agoRe: CPAN.pm needs some hacking
chromatic [Sun, 16 Sep 2001 16:46:29 +0000]
Re: CPAN.pm needs some hacking
Message-ID: <20010916225113.5606.qmail@onion.perl.org>

p4raw-id: //depot/perl@12042

22 years agoChange use|require 5.005_64 to use|require 5.6.1.
Jarkko Hietaniemi [Sun, 16 Sep 2001 20:43:15 +0000]
Change use|require 5.005_64 to use|require 5.6.1.

p4raw-id: //depot/perl@12041

22 years agoBump up version numbers.
Jarkko Hietaniemi [Sun, 16 Sep 2001 20:36:58 +0000]
Bump up version numbers.

TODO 1: double check that pre-5.6.1 CPAN.pm:s
don't try to download 5.8.0 because of the
version numbers.  Mainly this means using _00
in the core version numbers.

TODO 2: the "use 5.005_64" in many modules
needs to be changed to, say, "use 5.6.1".

p4raw-id: //depot/perl@12040

22 years agoUse UCHARAT() as suggested by Inaba Hiroto.
Jarkko Hietaniemi [Sun, 16 Sep 2001 19:23:07 +0000]
Use UCHARAT() as suggested by Inaba Hiroto.

p4raw-id: //depot/perl@12039

22 years agoRe: Core module version numbers review
Peter Scott [Sun, 16 Sep 2001 09:09:58 +0000]
Re: Core module version numbers review
Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>

p4raw-id: //depot/perl@12038

22 years agoSupply more details on how lc/uc/lcfirst/ucfirst are
Jarkko Hietaniemi [Sun, 16 Sep 2001 14:27:54 +0000]
Supply more details on how lc/uc/lcfirst/ucfirst are
not yet fully implemented.

p4raw-id: //depot/perl@12037

22 years ago[patch] plug PL_beginav_save leak
Doug MacEachern [Sat, 15 Sep 2001 17:02:18 +0000]
[patch] plug PL_beginav_save leak
Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>

p4raw-id: //depot/perl@12036

22 years ago(accidentally empty checkin)
Jarkko Hietaniemi [Sat, 15 Sep 2001 23:12:28 +0000]
(accidentally empty checkin)

p4raw-id: //depot/perl@12035

22 years ago[patch] ithreads+PL_beginav_save
Doug MacEachern [Sat, 15 Sep 2001 16:53:01 +0000]
[patch] ithreads+PL_beginav_save
Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>

p4raw-id: //depot/perl@12034

22 years agoh2xs.PL with C::Scan
Tim Jenness [Sat, 15 Sep 2001 13:41:28 +0000]
h2xs.PL with C::Scan
Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>

p4raw-id: //depot/perl@12033

22 years agoElaborate (well, make more vague, really) #12030.
Jarkko Hietaniemi [Sat, 15 Sep 2001 18:43:20 +0000]
Elaborate (well, make more vague, really) #12030.

p4raw-id: //depot/perl@12032

22 years agoadding (U8) to case insensitive matching
Jeff Pinyan [Fri, 14 Sep 2001 20:58:30 +0000]
adding (U8) to case insensitive matching
Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>

p4raw-id: //depot/perl@12031

22 years agoDocument that the lc(), uc(), lcfirst(), ucfirst()
Jarkko Hietaniemi [Sat, 15 Sep 2001 17:15:40 +0000]
Document that the lc(), uc(), lcfirst(), ucfirst()
are not yet complete.

p4raw-id: //depot/perl@12030

22 years agoDocument what's still to be done on the regular expression
Jarkko Hietaniemi [Sat, 15 Sep 2001 13:53:42 +0000]
Document what's still to be done on the regular expression
Unicode support, based on the UTR#18.

p4raw-id: //depot/perl@12029

22 years agoRegen headers.
Jarkko Hietaniemi [Sat, 15 Sep 2001 12:37:31 +0000]
Regen headers.

p4raw-id: //depot/perl@12028

22 years agoRe: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg ...
Hugo van der Sanden [Sun, 9 Sep 2001 18:41:54 +0000]
Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex
Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>

p4raw-id: //depot/perl@12027

22 years agoIntegrate change #12024 from maintperl
Jarkko Hietaniemi [Fri, 14 Sep 2001 22:22:58 +0000]
Integrate change #12024 from maintperl
(a local() precedence bug)

p4raw-link: @12024 on //depot/maint-5.6/perl: 1076fa75f4e1273e689e52f8c683e00d5f9f011c

p4raw-id: //depot/perl@12025
p4raw-integrated: from //depot/maint-5.6/perl@12023 'copy in'
lib/ExtUtils/Install.pm (@9706..)

22 years agoUpdate Changes.
Jarkko Hietaniemi [Fri, 14 Sep 2001 15:04:16 +0000]
Update Changes.

p4raw-id: //depot/perl@12023

22 years agoRe: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
chromatic [Fri, 14 Sep 2001 09:44:57 +0000]
Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
Message-ID: <20010914154936.70059.qmail@onion.perl.org>

p4raw-id: //depot/perl@12022

22 years agoHopefully better skipping of the Complete.t tests
Jarkko Hietaniemi [Fri, 14 Sep 2001 14:46:36 +0000]
Hopefully better skipping of the Complete.t tests
in case of not a tty.

p4raw-id: //depot/perl@12021

22 years agomore jumpables, and hit-bit bug
Jeff Pinyan [Fri, 14 Sep 2001 09:58:24 +0000]
more jumpables, and hit-bit bug
Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>

p4raw-id: //depot/perl@12020

22 years agoRe: unterminated C<...> at line 426 in file perlport.pod
Robin Barker [Fri, 14 Sep 2001 16:01:11 +0000]
Re: unterminated C<...> at line 426 in file perlport.pod
Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>

p4raw-id: //depot/perl@12019

22 years agoNetWare tweaks from Ananth Kesari.
Jarkko Hietaniemi [Fri, 14 Sep 2001 13:55:56 +0000]
NetWare tweaks from Ananth Kesari.

p4raw-id: //depot/perl@12018

22 years agounterminated C<...> at line 426 in file perlport.pod
H.Merijn Brand [Fri, 14 Sep 2001 10:51:13 +0000]
unterminated C<...> at line 426 in file perlport.pod
Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>

p4raw-id: //depot/perl@12017

22 years agoRe: [PATCH 2 pl2pm.PL]
Joe Smith [Fri, 14 Sep 2001 00:13:32 +0000]
Re: [PATCH 2 pl2pm.PL]
Message-Id: <3BA1AE1C.64313CEE@inwap.com>

Eradicate qu.

p4raw-id: //depot/perl@12016

22 years agoRetract #12013, didn't go over too well in Tru64.
Jarkko Hietaniemi [Fri, 14 Sep 2001 02:38:23 +0000]
Retract #12013, didn't go over too well in Tru64.

p4raw-id: //depot/perl@12015

22 years agoExecute files of debugger commands
Peter Scott [Thu, 13 Sep 2001 15:26:31 +0000]
Execute files of debugger commands
Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>

p4raw-id: //depot/perl@12014

22 years ago(Retracted by #12015)
Nicholas Clark [Wed, 12 Sep 2001 23:46:09 +0000]
(Retracted by #12015)
Subject: [proposed PATCH] Re: perl@11920
Message-ID: <20010912234609.H4971@plum.flirble.org>

p4raw-id: //depot/perl@12013

22 years agoucblib shouldn't be linked against in nonstop-ux,
Jarkko Hietaniemi [Fri, 14 Sep 2001 02:12:02 +0000]
ucblib shouldn't be linked against in nonstop-ux,
from Tom Bates.

p4raw-id: //depot/perl@12012

22 years agoDo stty only if we have stty.
Jarkko Hietaniemi [Thu, 13 Sep 2001 12:54:51 +0000]
Do stty only if we have stty.

TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?

p4raw-id: //depot/perl@12011

22 years agoSkip the test if not running on a tty.
Jarkko Hietaniemi [Thu, 13 Sep 2001 12:44:28 +0000]
Skip the test if not running on a tty.

p4raw-id: //depot/perl@12010

22 years agoRegen headers.
Jarkko Hietaniemi [Thu, 13 Sep 2001 12:01:56 +0000]
Regen headers.

p4raw-id: //depot/perl@12009

22 years agoRe: perl@12003
Robin Barker [Wed, 12 Sep 2001 19:00:38 +0000]
Re: perl@12003
Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>

p4raw-id: //depot/perl@12008

22 years agomay be uninitialized warning forperl@12003
Robin Barker [Wed, 12 Sep 2001 19:00:31 +0000]
may be uninitialized warning forperl@12003
Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>

p4raw-id: //depot/perl@12007

22 years agoUpgrade to Memoize 0.66.
Jarkko Hietaniemi [Wed, 12 Sep 2001 17:41:49 +0000]
Upgrade to Memoize 0.66.

p4raw-id: //depot/perl@12006

22 years ago[ID 20010912.007] substr reference core dump
me-01@ton.iguana.be [Wed, 12 Sep 2001 14:11:16 +0000]
[ID 20010912.007] substr reference core dump
Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>

p4raw-id: //depot/perl@12005

22 years agoDeobfuscate Fisher-Yates example code
Ilmari Karonen [Tue, 11 Sep 2001 23:31:25 +0000]
Deobfuscate Fisher-Yates example code
Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>

p4raw-id: //depot/perl@12004

22 years agoUpdate Changes.
Jarkko Hietaniemi [Tue, 11 Sep 2001 13:02:37 +0000]
Update Changes.

p4raw-id: //depot/perl@12003

22 years agoNetWare update from Ananth Kesari.
Jarkko Hietaniemi [Tue, 11 Sep 2001 11:50:48 +0000]
NetWare update from Ananth Kesari.

p4raw-id: //depot/perl@12002

22 years agoRetract #11984: div() being redefined, and 1397
Jarkko Hietaniemi [Tue, 11 Sep 2001 11:40:51 +0000]
Retract #11984: div() being redefined, and 1397
failing on 64-bit platforms.

p4raw-id: //depot/perl@12001

22 years agoThe lseek fix (#11991) was no fix.
Jarkko Hietaniemi [Tue, 11 Sep 2001 11:18:36 +0000]
The lseek fix (#11991) was no fix.

p4raw-id: //depot/perl@11999

22 years agoEncode.pm add UCS-2 little endian support
Matt Sergeant [Tue, 11 Sep 2001 09:22:32 +0000]
Encode.pm add UCS-2 little endian support
Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>

p4raw-id: //depot/perl@11998

22 years agoSometimes dTHX is added because it is needed on non
Artur Bergman [Tue, 11 Sep 2001 06:35:29 +0000]
Sometimes dTHX is added because it is needed on non
gnuc platforms, but not needed there. This uses GCC
to silence GCC specific warnings by marking pTHX as
unused.

p4raw-id: //depot/perl@11997

22 years agoRe: [PATCH] Encode.pm docs fix
Gisle Aas [Mon, 10 Sep 2001 11:27:02 +0000]
Re: [PATCH] Encode.pm docs fix
Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>

p4raw-id: //depot/perl@11994

22 years agoFix unpack U to be the reverse of pack U
Jarkko Hietaniemi [Tue, 11 Sep 2001 02:27:25 +0000]
Fix unpack U to be the reverse of pack U
(but implement unpack U0U as a backdoor to get
 the UTF-8 malformed warnings from un-UTF-8 data)

p4raw-id: //depot/perl@11993

22 years agoConfigure not recording lseek proto
Blair Zajac [Mon, 10 Sep 2001 17:52:37 +0000]
Configure not recording lseek proto
Message-ID: <3B9D6055.BA334A31@orcaware.com>

plus regen Configure.

p4raw-id: //depot/perl@11991

22 years agoRe: the remaining bugs in \x escapes (was Re: [PATCH] oct and hex in glorious 64...
Nicholas Clark [Tue, 11 Sep 2001 00:00:31 +0000]
Re: the remaining bugs in \x escapes (was Re: [PATCH] oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?)))
Message-ID: <20010911000031.G1512@plum.flirble.org>

p4raw-id: //depot/perl@11990

22 years agoBuilding on win32 w/o perlio
Mattia Barbon [Mon, 10 Sep 2001 23:38:46 +0000]
Building on win32 w/o perlio
Message-ID: <3B9D4F06.14433.2C37644@localhost>

p4raw-id: //depot/perl@11989

22 years agoNew Test for CGI::Push
chromatic [Mon, 10 Sep 2001 15:14:01 +0000]
New Test for CGI::Push
Message-ID: <20010910211833.30177.qmail@onion.perl.org>

p4raw-id: //depot/perl@11988

22 years agoavoiding hoardes of zombies
Nicholas Clark [Mon, 10 Sep 2001 22:00:40 +0000]
avoiding hoardes of zombies
Message-ID: <20010910220040.C1512@plum.flirble.org>

p4raw-id: //depot/perl@11987

22 years agoPATCH Resubmission - was Re: [ID 20010902.001] v strings over 2*31 barf
John Peacock [Mon, 10 Sep 2001 16:34:30 +0000]
PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
Message-ID: <3B9D23D6.90BCCC25@rowman.com>

p4raw-id: //depot/perl@11986

22 years agoTypo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
Abhijit Menon-Sen [Mon, 10 Sep 2001 23:20:13 +0000]
Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.

p4raw-id: //depot/perl@11985

22 years ago(Retracted by #12001)
Tels [Fri, 7 Sep 2001 18:52:08 +0000]
(Retracted by #12001)
Subject: Calc with USE_MUL/USE_DIV
Message-Id: <200109071651.TAA11249@tiku.hut.fi>

p4raw-id: //depot/perl@11984

22 years agoRe: perl@11978
Robin Barker [Mon, 10 Sep 2001 18:58:01 +0000]
Re: perl@11978
Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>

Format errors.

p4raw-id: //depot/perl@11983

22 years agoSwitch PADOFFSET back to U32 both because of binary backward
Jarkko Hietaniemi [Mon, 10 Sep 2001 22:35:57 +0000]
Switch PADOFFSET back to U32 both because of binary backward
compatibility and because Arthur seems to have been fixing the
problems with naughty integer-pointer casting.

p4raw-id: //depot/perl@11982

22 years agoFix Pod Typo, Add Test for ExtUtils::Command
chromatic [Mon, 10 Sep 2001 11:20:56 +0000]
Fix Pod Typo, Add Test for ExtUtils::Command
Message-Id: <20010910172528.54160.qmail@onion.perl.org>

p4raw-id: //depot/perl@11981

22 years agoEncode.pm docs fix
Matt Sergeant [Mon, 10 Sep 2001 15:24:01 +0000]
Encode.pm docs fix
Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>

p4raw-id: //depot/perl@11980

22 years agoUpdate Changes.
Jarkko Hietaniemi [Mon, 10 Sep 2001 13:17:48 +0000]
Update Changes.

p4raw-id: //depot/perl@11979

22 years agoRevert #11973, the dTHX seems to be needed in there
Jarkko Hietaniemi [Mon, 10 Sep 2001 12:59:40 +0000]
Revert #11973, the dTHX seems to be needed in there
for threaded builds.

p4raw-id: //depot/perl@11978

22 years agoDetypo.
Jarkko Hietaniemi [Mon, 10 Sep 2001 12:55:47 +0000]
Detypo.

p4raw-id: //depot/perl@11977

22 years agoFurther Class::Struct patching from Damian.
Jarkko Hietaniemi [Mon, 10 Sep 2001 12:46:34 +0000]
Further Class::Struct patching from Damian.

The new new semantics are:

* If you pass an initializer for a nested object, it has to be:
a) a reference to an object of that class, or
b) a reference to an object of a subclass of that class, or
c) a reference to a hash of arguments to be passed to the
   class's constructor
* If you pass no initializer for a nested object, the attribute
  is initialized to C<undef>

p4raw-id: //depot/perl@11976

22 years agoSkip the crypt test if no crypt.
Jarkko Hietaniemi [Mon, 10 Sep 2001 12:42:24 +0000]
Skip the crypt test if no crypt.

p4raw-id: //depot/perl@11975

22 years agoWarn against using bare v-strings as IP addresses
Jarkko Hietaniemi [Mon, 10 Sep 2001 12:39:25 +0000]
Warn against using bare v-strings as IP addresses
(okay if using the wrappers from Socket)

p4raw-id: //depot/perl@11974

22 years agoRemove unused dTHX. Silenced another warning.
Artur Bergman [Mon, 10 Sep 2001 11:57:58 +0000]
Remove unused dTHX. Silenced another warning.

p4raw-id: //depot/perl@11973

22 years agoSilence some more warnings INT2PTR.
Artur Bergman [Mon, 10 Sep 2001 11:54:25 +0000]
Silence some more warnings INT2PTR.

p4raw-id: //depot/perl@11972

22 years agoSilence another ITHREAD 64bit INT/32bit PTR warning.
Artur Bergman [Mon, 10 Sep 2001 11:21:50 +0000]
Silence another ITHREAD 64bit INT/32bit PTR warning.

p4raw-id: //depot/perl@11971

22 years agoApply INT2PTR with force to silence warnings from
Artur Bergman [Mon, 10 Sep 2001 11:17:25 +0000]
Apply INT2PTR with force to silence warnings from
PM_GETRE and friends. No more warnings with 64bit
IVs and 32bit pointers.

p4raw-id: //depot/perl@11970

22 years agoRemoved reference of -DPERL_CUSTOM_OPS in the documentation.
Artur Bergman [Mon, 10 Sep 2001 10:13:02 +0000]
Removed reference of -DPERL_CUSTOM_OPS in the documentation.

p4raw-id: //depot/perl@11969

22 years agoRemove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
Artur Bergman [Mon, 10 Sep 2001 10:02:51 +0000]
Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
Rename to custop_op_name to Perl_custom_op_name to match perlapi
Clone the hashtable PL_custom_op_names and PL_custop_op_descs in
perl_clone.

p4raw-id: //depot/perl@11968

22 years agoUsing strlen() not good on embedded nul bytes.
Jarkko Hietaniemi [Mon, 10 Sep 2001 03:14:35 +0000]
Using strlen() not good on embedded nul bytes.

p4raw-id: //depot/perl@11967

22 years agoRe: [ID 20010810.011] 'use v2b' not allowed with strict
Rafael Garcia-Suarez [Mon, 13 Aug 2001 22:51:59 +0000]
Re: [ID 20010810.011] 'use v2b' not allowed with strict
Message-ID: <20010813225159.C6681@rafael>
       (Applied with several tweaks.)

p4raw-id: //depot/perl@11966

22 years agoThe exact error message is system-dependent.
Jarkko Hietaniemi [Sun, 9 Sep 2001 14:40:39 +0000]
The exact error message is system-dependent.

p4raw-id: //depot/perl@11965

22 years agoAdd Windows and Mac Sami support to Encode
Jarkko Hietaniemi [Sun, 9 Sep 2001 14:38:05 +0000]
Add Windows and Mac Sami support to Encode
(http://www.egt.ie/standards/se/sami-teastabaiki.html)

p4raw-id: //depot/perl@11964

22 years agoUse the tried method.
Jarkko Hietaniemi [Sun, 9 Sep 2001 13:54:07 +0000]
Use the tried method.

p4raw-id: //depot/perl@11963

22 years agoCan't count parentheses.
Jarkko Hietaniemi [Sun, 9 Sep 2001 13:46:59 +0000]
Can't count parentheses.

p4raw-id: //depot/perl@11962