This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
22 years agoFAQ tweak for Vanina Arca <varca@baufest.com>.
Jarkko Hietaniemi [Wed, 13 Jun 2001 16:22:27 +0000 (16:22 +0000)]
FAQ tweak for Vanina Arca <varca@baufest.com>.

p4raw-id: //depot/perl@10568

22 years agoIntegrate perlio:
Jarkko Hietaniemi [Wed, 13 Jun 2001 16:20:23 +0000 (16:20 +0000)]
Integrate perlio:

[ 10564]
Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
and using that instead (name lookups are sequential search for now).

p4raw-link: @10564 on //depot/perlio: fcf2db383b9625d65c84a8308e9be05a073bed3b

p4raw-id: //depot/perl@10567

22 years agoRe: ext/ + -Wall
Doug MacEachern [Wed, 13 Jun 2001 10:02:16 +0000 (03:02 -0700)]
Re: ext/ + -Wall
Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>

p4raw-id: //depot/perl@10566

22 years agoSimilar logic as DB_File.xs, using the modern macros and
Jarkko Hietaniemi [Wed, 13 Jun 2001 16:16:07 +0000 (16:16 +0000)]
Similar logic as DB_File.xs, using the modern macros and
defines them to older ones for older Perls where PERL_VERSION
is not defined, from Doug MacEachern.

p4raw-id: //depot/perl@10565

22 years agoAvoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
Nick Ing-Simmons [Wed, 13 Jun 2001 15:22:01 +0000 (15:22 +0000)]
Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
and using that instead (name lookups are sequential search for now).

p4raw-id: //depot/perlio@10564

22 years agoRe: [ID 20010526.001] localized glob loses value when assigned to
Richard Soderberg [Sat, 26 May 2001 06:44:20 +0000 (23:44 -0700)]
Re: [ID 20010526.001] localized glob loses value when assigned to
Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>

p4raw-id: //depot/perl@10563

22 years agomake ext/re play nice with DEBUGGING override
Craig A. Berry [Tue, 12 Jun 2001 23:55:26 +0000 (18:55 -0500)]
make ext/re play nice with DEBUGGING override
Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>

p4raw-id: //depot/perl@10562

22 years agoHide __attribute__((unused)) behind PERL_UNUSED_DECL as
Jarkko Hietaniemi [Wed, 13 Jun 2001 13:44:58 +0000 (13:44 +0000)]
Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
suggested by NI-S.

p4raw-id: //depot/perl@10561

22 years agoRegen toc.
Jarkko Hietaniemi [Wed, 13 Jun 2001 13:35:42 +0000 (13:35 +0000)]
Regen toc.

p4raw-id: //depot/perl@10560

22 years ago[patch] perl.gprof control
Doug MacEachern [Tue, 12 Jun 2001 23:05:44 +0000 (16:05 -0700)]
[patch] perl.gprof control
Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>

p4raw-id: //depot/perl@10559

22 years agoRe: ext/ + -Wall
Doug MacEachern [Tue, 12 Jun 2001 22:04:50 +0000 (15:04 -0700)]
Re: ext/ + -Wall
Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>

Document ax and break up dXSARGS.

p4raw-id: //depot/perl@10558

22 years agoMore AIX tweakage from Merijn.
Jarkko Hietaniemi [Wed, 13 Jun 2001 12:39:55 +0000 (12:39 +0000)]
More AIX tweakage from Merijn.

p4raw-id: //depot/perl@10557

22 years agomake VMS autosplit earlier in build
Craig A. Berry [Tue, 12 Jun 2001 22:57:45 +0000 (17:57 -0500)]
make VMS autosplit earlier in build
Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>

p4raw-id: //depot/perl@10556

22 years agoRe: hacking util.c, attrs.xs, and re.xs to compile on VMS
Craig A. Berry [Tue, 12 Jun 2001 22:21:39 +0000 (17:21 -0500)]
Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
Message-Id: <a05101000b74c8698483b@[172.16.52.1]>

p4raw-id: //depot/perl@10555

22 years agoNew AIX dynaloading code from Jens-Uwe Mager.
Jarkko Hietaniemi [Wed, 13 Jun 2001 02:23:16 +0000 (02:23 +0000)]
New AIX dynaloading code from Jens-Uwe Mager.
Does break binary compatibility.

p4raw-id: //depot/perl@10554

22 years agoVMS DEC C compiler found nits by Peter Prymmer.
Jarkko Hietaniemi [Wed, 13 Jun 2001 02:10:16 +0000 (02:10 +0000)]
VMS DEC C compiler found nits by Peter Prymmer.

p4raw-id: //depot/perl@10553

22 years agofix for file locking and filecomp test
Peter Prymmer [Tue, 12 Jun 2001 19:34:08 +0000 (12:34 -0700)]
fix for file locking and filecomp test
Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>

p4raw-id: //depot/perl@10552

22 years agoI wonder how many $CONFIGs still lurk in the shadows.
Jarkko Hietaniemi [Wed, 13 Jun 2001 01:26:53 +0000 (01:26 +0000)]
I wonder how many $CONFIGs still lurk in the shadows.

p4raw-id: //depot/perl@10551

22 years agoGrok three kinds of line endings, should fix [ID 20010612.003]
Jarkko Hietaniemi [Wed, 13 Jun 2001 01:25:12 +0000 (01:25 +0000)]
Grok three kinds of line endings, should fix [ID 20010612.003]

p4raw-id: //depot/perl@10550

22 years agoUse __attribute__((unused)) to silence -Wall on unused ax.
Jarkko Hietaniemi [Wed, 13 Jun 2001 01:05:28 +0000 (01:05 +0000)]
Use __attribute__((unused)) to silence -Wall on unused ax.

p4raw-id: //depot/perl@10549

22 years ago[patch] rid local_patches warnings
Doug MacEachern [Tue, 12 Jun 2001 10:26:34 +0000 (03:26 -0700)]
[patch] rid local_patches warnings
Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>

p4raw-id: //depot/perl@10548

22 years agoRe: ext/ + -Wall
Doug MacEachern [Tue, 12 Jun 2001 09:38:09 +0000 (02:38 -0700)]
Re: ext/ + -Wall
Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>

p4raw-id: //depot/perl@10547

22 years agoperlretut.pod: unterminated C<>
Ronald J. Kimball [Tue, 12 Jun 2001 14:36:20 +0000 (10:36 -0400)]
perlretut.pod: unterminated C<>
Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>

p4raw-id: //depot/perl@10546

22 years agoRe: [ID 20010612.001] out of memory during regex compilation
Mike Guy [Tue, 12 Jun 2001 19:10:31 +0000 (20:10 +0100)]
Re: [ID 20010612.001] out of memory during regex compilation
Date: Tue, 12 Jun 2001 19:10:31 +0100
Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>

Subject: Re: [ID 20010612.001] out of memory during regex compilation
From: Mike Guy <mjtg@cam.ac.uk>
Date: Tue, 12 Jun 2001 19:21:01 +0100
Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>

p4raw-id: //depot/perl@10545

22 years agoAIX tweaks from Merijn H. Brand.
Jarkko Hietaniemi [Wed, 13 Jun 2001 00:34:39 +0000 (00:34 +0000)]
AIX tweaks from Merijn H. Brand.

p4raw-id: //depot/perl@10544

22 years agoSmall bcopy cleanup
Andy Dougherty [Tue, 12 Jun 2001 17:11:52 +0000 (13:11 -0400)]
Small bcopy cleanup
Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>

p4raw-id: //depot/perl@10542

22 years agoRe: ext/ + -Wall
Nicholas Clark [Wed, 13 Jun 2001 00:04:30 +0000 (01:04 +0100)]
Re: ext/ + -Wall
Message-ID: <20010613000430.M5901@plum.flirble.org>

p4raw-id: //depot/perl@10541

22 years agoRe: [PATCH] ExtUtils::Constant
Nicholas Clark [Tue, 12 Jun 2001 23:53:07 +0000 (00:53 +0100)]
Re: [PATCH] ExtUtils::Constant
Message-ID: <20010612235307.L5901@plum.flirble.org>

p4raw-id: //depot/perl@10540

22 years agoMPE/iX tweaks from Mark Bixby.
Jarkko Hietaniemi [Tue, 12 Jun 2001 23:59:10 +0000 (23:59 +0000)]
MPE/iX tweaks from Mark Bixby.

p4raw-id: //depot/perl@10539

22 years agoUpdate Changes.
Jarkko Hietaniemi [Tue, 12 Jun 2001 14:16:15 +0000 (14:16 +0000)]
Update Changes.

p4raw-id: //depot/perl@10538

22 years agoOne less -Wall whine (found under DEBUGGING).
Jarkko Hietaniemi [Tue, 12 Jun 2001 14:11:26 +0000 (14:11 +0000)]
One less -Wall whine (found under DEBUGGING).

p4raw-id: //depot/perl@10537

22 years agos/case-independent/case-insensitive/g
Jarkko Hietaniemi [Tue, 12 Jun 2001 13:32:09 +0000 (13:32 +0000)]
s/case-independent/case-insensitive/g

p4raw-id: //depot/perl@10536

22 years agoAs suggested in
Gurusamy Sarathy [Mon, 11 Jun 2001 23:34:31 +0000 (16:34 -0700)]
As suggested in

Subject: Re: ext/ + -Wall
Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>

p4raw-id: //depot/perl@10535

22 years agoext/ + -Wall
Doug MacEachern [Mon, 11 Jun 2001 22:19:45 +0000 (15:19 -0700)]
ext/ + -Wall
Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>

p4raw-id: //depot/perl@10534

22 years agoanonymous stashes
Abhijit Menon-Sen [Tue, 12 Jun 2001 12:47:04 +0000 (18:17 +0530)]
anonymous stashes
Message-ID: <20010612124704.A29029@lustre.linux.in>

p4raw-id: //depot/perl@10533

22 years agoOne more test for $^S.
Jarkko Hietaniemi [Tue, 12 Jun 2001 12:37:36 +0000 (12:37 +0000)]
One more test for $^S.

p4raw-id: //depot/perl@10532

22 years ago$^S almost entirely broken with 5.6.1
Abhijit Menon-Sen [Tue, 12 Jun 2001 17:35:55 +0000 (23:05 +0530)]
$^S almost entirely broken with 5.6.1
Message-ID: <20010612173555.A32426@lustre.linux.in>

p4raw-id: //depot/perl@10531

22 years agoRe: [ID 20010612.001] out of memory during regex compilation
Mike Guy [Tue, 12 Jun 2001 13:14:15 +0000 (14:14 +0100)]
Re: [ID 20010612.001] out of memory during regex compilation
Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>

p4raw-id: //depot/perl@10530

22 years agoAUTHORS updates.
Jarkko Hietaniemi [Tue, 12 Jun 2001 12:21:06 +0000 (12:21 +0000)]
AUTHORS updates.

p4raw-id: //depot/perl@10529

22 years agorhapsody/darwin minor cleanup
Wilfredo Sánchez [Tue, 12 Jun 2001 12:19:47 +0000 (12:19 +0000)]
rhapsody/darwin minor cleanup
Content-Transfer-Encoding: 7bit
Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>

p4raw-id: //depot/perl@10528

22 years ago[MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
Philip Newton [Mon, 11 Jun 2001 07:08:03 +0000 (09:08 +0200)]
[MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
Message-Id: <200106120802.LAA08992@taas.iki.fi>

p4raw-id: //depot/perl@10527

22 years agoCleanup the a2p.c for -Wall.
Jarkko Hietaniemi [Tue, 12 Jun 2001 01:35:34 +0000 (01:35 +0000)]
Cleanup the a2p.c for -Wall.

p4raw-id: //depot/perl@10526

22 years agoFile::Find update for MacOS from Chris Nandor.
Jarkko Hietaniemi [Tue, 12 Jun 2001 01:10:56 +0000 (01:10 +0000)]
File::Find update for MacOS from Chris Nandor.

p4raw-id: //depot/perl@10525

22 years agogcc -Wall nits picked out by a non-UNIX system
Jarkko Hietaniemi [Tue, 12 Jun 2001 00:29:20 +0000 (00:29 +0000)]
gcc -Wall nits picked out by a non-UNIX system
(courtesy of Mark Bixby)

p4raw-id: //depot/perl@10524

22 years agoBuglet found by Mark Bixby: "./try >&2 >/dev/null" should
Jarkko Hietaniemi [Mon, 11 Jun 2001 22:33:00 +0000 (22:33 +0000)]
Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
be "./try 2>&1 >/dev/null".

p4raw-id: //depot/perl@10522

22 years agoDCL quoting syntax drives pumpking mad
Craig A. Berry [Mon, 11 Jun 2001 14:00:32 +0000 (09:00 -0500)]
DCL quoting syntax drives pumpking mad
Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>

p4raw-id: //depot/perl@10521

22 years agoMove the full \p\P lists to perlunicode.
Jarkko Hietaniemi [Mon, 11 Jun 2001 17:55:47 +0000 (17:55 +0000)]
Move the full \p\P lists to perlunicode.

p4raw-id: //depot/perl@10520

22 years agono PerlIO at startup time on VMS
Craig A. Berry [Fri, 8 Jun 2001 18:08:18 +0000 (13:08 -0500)]
no PerlIO at startup time on VMS
Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>

p4raw-id: //depot/perl@10518

22 years agoUpdate Changes.
Jarkko Hietaniemi [Mon, 11 Jun 2001 14:52:01 +0000 (14:52 +0000)]
Update Changes.

p4raw-id: //depot/perl@10517

22 years agoAdd the modfl_pow32_bug (anti)definition also to VOS headers.
Jarkko Hietaniemi [Mon, 11 Jun 2001 14:46:33 +0000 (14:46 +0000)]
Add the modfl_pow32_bug (anti)definition also to VOS headers.

p4raw-id: //depot/perl@10516

22 years agoVOS updates from Paul Green for @10476.
Jarkko Hietaniemi [Mon, 11 Jun 2001 14:39:05 +0000 (14:39 +0000)]
VOS updates from Paul Green for @10476.

p4raw-link: @10476 on //depot/perl: 3e1b48791d54e7c6043211159cffdebed97f0943

p4raw-id: //depot/perl@10515

22 years agoNot many people know this ...
Mike Guy [Mon, 11 Jun 2001 14:55:15 +0000 (15:55 +0100)]
Not many people know this ...
Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>

p4raw-id: //depot/perl@10514

22 years agoAdd final commas to lists as suggested by Philip Newton.
Jarkko Hietaniemi [Mon, 11 Jun 2001 12:30:06 +0000 (12:30 +0000)]
Add final commas to lists as suggested by Philip Newton.

p4raw-id: //depot/perl@10513

22 years ago[MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
Chris Nandor [Sun, 10 Jun 2001 23:35:38 +0000 (19:35 -0400)]
[MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>

p4raw-id: //depot/perl@10512

22 years ago[RESEND] [PATCH] Mac OS lib patches for bleadperl
Chris Nandor [Mon, 11 Jun 2001 08:24:28 +0000 (04:24 -0400)]
[RESEND] [PATCH] Mac OS lib patches for bleadperl
Message-Id: <p05100303b74a66faf625@[10.0.1.177]>

p4raw-id: //depot/perl@10511

22 years agoOne more run_byacc (a hand-tweaked version had slipped in).
Jarkko Hietaniemi [Mon, 11 Jun 2001 12:03:16 +0000 (12:03 +0000)]
One more run_byacc (a hand-tweaked version had slipped in).

p4raw-id: //depot/perl@10510

22 years agoIntegrate mainline
Nick Ing-Simmons [Mon, 11 Jun 2001 07:49:15 +0000 (07:49 +0000)]
Integrate mainline

p4raw-id: //depot/perlio@10509

22 years agoExtUtils::Manifest not -w clean
Mike Guy [Sun, 10 Jun 2001 22:38:05 +0000 (22:38 +0000)]
ExtUtils::Manifest not -w clean
Reply-To: mjtg@cam.ac.uk
Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>

p4raw-id: //depot/perl@10508

22 years agoExtUtils::Constant
Nicholas Clark [Sun, 10 Jun 2001 23:25:41 +0000 (00:25 +0100)]
ExtUtils::Constant
Message-ID: <20010610232540.C76396@plum.flirble.org>

p4raw-id: //depot/perl@10507

22 years agoIntegrate perlio:
Jarkko Hietaniemi [Sun, 10 Jun 2001 20:57:20 +0000 (20:57 +0000)]
Integrate perlio:

[ 10504]
Fix (valid) -Wall warnings in perlio.c

p4raw-link: @10504 on //depot/perlio: f7c20d1e66b328169b2a25edeede0115605e777a

p4raw-id: //depot/perl@10506

22 years agoMove the grok_number and its lieutenant grok_numeric_radix
Jarkko Hietaniemi [Sun, 10 Jun 2001 18:37:57 +0000 (18:37 +0000)]
Move the grok_number and its lieutenant grok_numeric_radix
from sv.c statics to util.c and public.

p4raw-id: //depot/perl@10505

22 years agoFix (valid) -Wall warnings in perlio.c
Nick Ing-Simmons [Sun, 10 Jun 2001 17:47:06 +0000 (17:47 +0000)]
Fix (valid) -Wall warnings in perlio.c

p4raw-id: //depot/perlio@10504

22 years agoUpdate perly_c.diff, update perly.fixer to edit away
Jarkko Hietaniemi [Sun, 10 Jun 2001 17:38:28 +0000 (17:38 +0000)]
Update perly_c.diff, update perly.fixer to edit away
some of the -Wall noise.

p4raw-id: //depot/perl@10503

22 years agoCheck the version of byacc.
Jarkko Hietaniemi [Sun, 10 Jun 2001 17:09:42 +0000 (17:09 +0000)]
Check the version of byacc.

p4raw-id: //depot/perl@10502

22 years agoperly.y overhaul
Simon Cozens [Sun, 10 Jun 2001 16:56:54 +0000 (17:56 +0100)]
perly.y overhaul
Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>

Plus make run_byacc.

p4raw-id: //depot/perl@10501

22 years agoIntegrate perlio:
Jarkko Hietaniemi [Sun, 10 Jun 2001 16:07:28 +0000 (16:07 +0000)]
Integrate perlio:

[ 10497]
Paper over a crack or two with USE_SFIO

p4raw-link: @10497 on //depot/perlio: 92bff44d1afc92cdac64a832f4753e65c2d1454b

p4raw-id: //depot/perl@10500

22 years agoIntegrate mainline
Nick Ing-Simmons [Sun, 10 Jun 2001 15:01:08 +0000 (15:01 +0000)]
Integrate mainline

p4raw-id: //depot/perlio@10499

22 years agoPut some meat on the perl572delta bones. The list of
Jarkko Hietaniemi [Sun, 10 Jun 2001 13:49:23 +0000 (13:49 +0000)]
Put some meat on the perl572delta bones.  The list of
selected bug fixes needs more work, as does still the
whole document.

p4raw-id: //depot/perl@10498

22 years agoPaper over a crack or two with USE_SFIO
Nick Ing-Simmons [Sun, 10 Jun 2001 12:27:51 +0000 (12:27 +0000)]
Paper over a crack or two with USE_SFIO

p4raw-id: //depot/perlio@10497

22 years agoUpdate Changes.
Jarkko Hietaniemi [Sun, 10 Jun 2001 11:04:22 +0000 (11:04 +0000)]
Update Changes.

p4raw-id: //depot/perl@10496

22 years agoRe: pragma/locale.t #107
Hugo van der Sanden [Sun, 10 Jun 2001 11:23:30 +0000 (12:23 +0100)]
Re: pragma/locale.t #107
Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>

Encapsulate the scan of the decimal radix separator.

p4raw-id: //depot/perl@10495

22 years agoTry to grok numbers both with the locale specific separator
Nicholas Clark [Sat, 9 Jun 2001 22:37:36 +0000 (23:37 +0100)]
Try to grok numbers both with the locale specific separator
and with the usual "." (if different from the lss); add a test
to locale.t to do also a little bit of math in addition to just
equalness testing; remove extraneous logic as suggested in

Subject: Re: pragma/locale.t #107
Message-ID: <20010609223735.Y76396@plum.flirble.org>

p4raw-id: //depot/perl@10494

22 years agoDon't build Thread.pm if USEITHREADS
Artur Bergman [Sat, 9 Jun 2001 21:03:51 +0000 (23:03 +0200)]
Don't build Thread.pm if USEITHREADS
Message-ID: <B7483FB6.1398%artur@contiller.se>

p4raw-id: //depot/perl@10492

22 years agoIntegrate perlio:
Jarkko Hietaniemi [Sun, 10 Jun 2001 01:15:40 +0000 (01:15 +0000)]
Integrate perlio:

[ 10489]
Make XS/Typemap compile (but fail) with sfio

p4raw-link: @10489 on //depot/perlio: 3b050a92605e8ca176aeb951cf91db11faf40e0b

p4raw-id: //depot/perl@10491

22 years agoDo locale specific separator if only in locale.
Jarkko Hietaniemi [Sun, 10 Jun 2001 01:08:26 +0000 (01:08 +0000)]
Do locale specific separator if only in locale.

p4raw-id: //depot/perl@10490

22 years agoMake XS/Typemap compile (but fail) with sfio
Nick Ing-Simmons [Sat, 9 Jun 2001 19:13:25 +0000 (19:13 +0000)]
Make XS/Typemap compile (but fail) with sfio

p4raw-id: //depot/perlio@10489

22 years agoRe-integrate mainline
Nick Ing-Simmons [Sat, 9 Jun 2001 19:12:51 +0000 (19:12 +0000)]
Re-integrate mainline

p4raw-id: //depot/perlio@10488

22 years agoIntegrate mainline
Nick Ing-Simmons [Sat, 9 Jun 2001 16:26:29 +0000 (16:26 +0000)]
Integrate mainline

p4raw-id: //depot/perlio@10487

22 years agoNew attempt to clone callack
Artur Bergman [Thu, 7 Jun 2001 11:52:16 +0000 (13:52 +0200)]
New attempt to clone callack
Message-ID: <B7451B6F.12B7%artur@contiller.se>

p4raw-id: //depot/perl@10486

22 years agoNumeric conversion tweaks suggested by Hugo and Nicholas.
Jarkko Hietaniemi [Sat, 9 Jun 2001 15:23:52 +0000 (15:23 +0000)]
Numeric conversion tweaks suggested by Hugo and Nicholas.

p4raw-id: //depot/perl@10485

22 years agoRe: pragma/locale.t #107
Nicholas Clark [Sat, 9 Jun 2001 16:26:10 +0000 (17:26 +0100)]
Re: pragma/locale.t #107
Message-ID: <20010609162609.V76396@plum.flirble.org>

A missing NVification.

p4raw-id: //depot/perl@10484

22 years agoRedo the #10482, there already was a test script for formats.
Jarkko Hietaniemi [Fri, 8 Jun 2001 19:40:32 +0000 (19:40 +0000)]
Redo the #10482, there already was a test script for formats.

p4raw-id: //depot/perl@10483

22 years agoTwisted format testing, from Merijn.
Jarkko Hietaniemi [Fri, 8 Jun 2001 19:34:45 +0000 (19:34 +0000)]
Twisted format testing, from Merijn.

p4raw-id: //depot/perl@10482

22 years agoMore \p{In...} testing, combined with \N{...}.
Jarkko Hietaniemi [Fri, 8 Jun 2001 19:21:56 +0000 (19:21 +0000)]
More \p{In...} testing, combined with \N{...}.

p4raw-id: //depot/perl@10481

22 years agoBe inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
Jarkko Hietaniemi [Fri, 8 Jun 2001 14:15:32 +0000 (14:15 +0000)]
Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.

p4raw-id: //depot/perl@10479

22 years agoRe: [PATCH perl@10439] fix old $^S description in perlvms.pod
Craig A. Berry [Thu, 7 Jun 2001 14:27:20 +0000 (09:27 -0500)]
Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>

p4raw-id: //depot/perl@10478

22 years agoUnresolved symbol in ext/re/re.xs
Gisle Aas [Thu, 7 Jun 2001 17:04:29 +0000 (10:04 -0700)]
Unresolved symbol in ext/re/re.xs
Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>

p4raw-id: //depot/perl@10477

22 years agoUpdate Changes.
Jarkko Hietaniemi [Fri, 8 Jun 2001 01:35:42 +0000 (01:35 +0000)]
Update Changes.

p4raw-id: //depot/perl@10476

22 years agoRegen Glossary et alia.
Jarkko Hietaniemi [Fri, 8 Jun 2001 00:53:45 +0000 (00:53 +0000)]
Regen Glossary et alia.

p4raw-id: //depot/perl@10475

22 years agoHarumph, also AIX will spill its guts (i.e. dump core)
Jarkko Hietaniemi [Thu, 7 Jun 2001 22:06:16 +0000 (22:06 +0000)]
Harumph, also AIX will spill its guts (i.e. dump core)
if an executable contains modfl() but it hasn't been
compiled right (in the case of AIX, with cc -qlongdouble).

p4raw-id: //depot/perl@10473

22 years agoin change#10451, check that CvOUTSIDE is a CV before looking in
Gurusamy Sarathy [Thu, 7 Jun 2001 20:01:31 +0000 (20:01 +0000)]
in change#10451, check that CvOUTSIDE is a CV before looking in
(it can apparently be SVt_NULL during global destruction)

p4raw-link: @10451 on //depot/maint-5.6/perl: 03f9d59115e90b0796ba7943655c020a829c11bf

p4raw-id: //depot/perl@10471

22 years agoRe: [PATCH perl@10439] diagnostics and long C<=item>s
Robin Barker [Thu, 7 Jun 2001 13:01:06 +0000 (14:01 +0100)]
Re: [PATCH perl@10439] diagnostics and long C<=item>s
Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>

p4raw-id: //depot/perl@10470

22 years agolong =item
Robin Barker [Thu, 7 Jun 2001 12:34:08 +0000 (13:34 +0100)]
long =item
Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>

p4raw-id: //depot/perl@10469

22 years agoIOK vs pIOK docs
Jarkko Hietaniemi [Thu, 7 Jun 2001 12:08:56 +0000 (12:08 +0000)]
IOK vs pIOK docs
Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>

p4raw-id: //depot/perl@10468

22 years agoIntegrate perlio:
Jarkko Hietaniemi [Thu, 7 Jun 2001 12:04:26 +0000 (12:04 +0000)]
Integrate perlio:

[ 10466]
MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
whitespace tweaks.
Still coredumps in pragma/overload.t - what a nice hard fail that is...

p4raw-link: @10466 on //depot/perlio: 6fa402ec5b578488e91e8f7d99060bcd035f4979

p4raw-id: //depot/perl@10467

22 years agoMULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
Nick Ing-Simmons [Thu, 7 Jun 2001 10:25:40 +0000 (10:25 +0000)]
MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
whitespace tweaks.
Still coredumps in pragma/overload.t - what a nice hard fail that is...

p4raw-id: //depot/perlio@10466

22 years agoRaw integrate of mainline for S_grok_number debug
Nick Ing-Simmons [Thu, 7 Jun 2001 08:41:58 +0000 (08:41 +0000)]
Raw integrate of mainline for S_grok_number debug
(sv.c has MULTIPLICITY issues as well as whatever else ...)

p4raw-id: //depot/perlio@10465

22 years agoThe proper prototyping for #10463.
Jarkko Hietaniemi [Wed, 6 Jun 2001 23:33:58 +0000 (23:33 +0000)]
The proper prototyping for #10463.

p4raw-id: //depot/perl@10464

22 years agoRe: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
Nicholas Clark [Thu, 7 Jun 2001 00:29:59 +0000 (01:29 +0100)]
Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
Message-ID: <20010607002959.Z76396@plum.flirble.org>

p4raw-id: //depot/perl@10463

22 years agofix old $^S description in perlvms.pod
Craig A. Berry [Wed, 6 Jun 2001 17:54:30 +0000 (12:54 -0500)]
fix old $^S description in perlvms.pod
Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>

p4raw-id: //depot/perl@10462