23 years agoRe: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
Russ Allbery [Thu, 14 Jun 2001 13:24:43 +0000]
Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>

p4raw-id: //depot/perl@10600

23 years agoGDBM_File (wasRe: ext/ + -Wall)
Nicholas Clark [Thu, 14 Jun 2001 20:37:47 +0000]
GDBM_File (wasRe: ext/ + -Wall)
Message-ID: <20010614203747.F98663@plum.flirble.org>

p4raw-id: //depot/perl@10599

23 years agoIntegrate perlio:
Jarkko Hietaniemi [Fri, 15 Jun 2001 13:13:13 +0000]
Integrate perlio:

[ 10597]
Check that HVs with HvNAME() != NULL are really stashes before
treating them as such. Also be more defensive on the GvCV.
Win32 fork and dprof now working again.

[ 10595]
Skip Perl_my_bcopy in .def file as we do not provide it.
- Win32 (VC++) now builds but fails:
filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
fork.t     - No &___ENV_HV_NAME___::CLONE method ???
write.t    - open(...,"|-") not implemented on Win32

p4raw-link: @10597 on //depot/perlio: 5f438a9a23e13957a6f27a6c29850d4dce382023
p4raw-link: @10595 on //depot/perlio: 9d50d3997b5daf2ecaed7d0cafc86ab4121491bc

p4raw-id: //depot/perl@10598

23 years agoCheck that HVs with HvNAME() != NULL are really stashes before
Nick Ing-Simmons [Fri, 15 Jun 2001 11:08:13 +0000]
Check that HVs with HvNAME() != NULL are really stashes before
treating them as such. Also be more defensive on the GvCV.
Win32 fork and dprof now working again.

p4raw-id: //depot/perlio@10597

23 years agoIntegrate mainline.
Nick Ing-Simmons [Fri, 15 Jun 2001 10:11:20 +0000]
Integrate mainline.

p4raw-id: //depot/perlio@10596

23 years agoSkip Perl_my_bcopy in .def file as we do not provide it.
Nick Ing-Simmons [Fri, 15 Jun 2001 09:37:17 +0000]
Skip Perl_my_bcopy in .def file as we do not provide it.
- Win32 (VC++) now builds but fails:
          filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
          fork.t     - No &___ENV_HV_NAME___::CLONE method ???
          write.t    - open(...,"|-") not implemented on Win32

p4raw-id: //depot/perlio@10595

23 years agoIntegrate perlio:
Jarkko Hietaniemi [Fri, 15 Jun 2001 00:17:16 +0000]
Integrate perlio:

[ 10591]
Steps along the road toward Win32 building again.

p4raw-link: @10591 on //depot/perlio: e06a3afbe255226c27f480b83177014c2fe65464

p4raw-id: //depot/perl@10594

23 years agoThe first steps towards cross-compilation.
Jarkko Hietaniemi [Fri, 15 Jun 2001 00:15:52 +0000]
The first steps towards cross-compilation.

Abstract execution of compiled test executables with $run,
and abstract transfer of files with $to and $from.

Under cross-compilation the $run, $to, and $from will point
to appropriate wrapper scripts, by default ssh and scp,
but also rsh, rcp, and cp are supported.  If not
cross-compiling, they will be set to '', ':', and ':',
respectively.

With these patches I was able to get Configure for
iPAQ ARM Linux on an Intel Linux about 95% right
(only a few tests failed to execute or they produced
incorrect results), and I was able to compile
a functional miniperl.

The symbol crosscompile renamed to be usecrosscompile,
the corresponding C symbol from CROSSCOMPILE to
USE_CROSS_COMPILE.

p4raw-id: //depot/perl@10592

23 years agoSteps along the road toward Win32 building again.
Nick Ing-Simmons [Thu, 14 Jun 2001 20:00:12 +0000]
Steps along the road toward Win32 building again.

p4raw-id: //depot/perlio@10591

23 years agoIntegrate perlio:
Jarkko Hietaniemi [Thu, 14 Jun 2001 16:11:11 +0000]
Integrate perlio:

[ 10589]
Routine regen_config_h for Win32

p4raw-link: @10589 on //depot/perlio: 4d3be0c7dd56140382c75663158705a0e4495245

p4raw-id: //depot/perl@10590

23 years agoRoutine regen_config_h for Win32
Nick Ing-Simmons [Thu, 14 Jun 2001 13:54:07 +0000]
Routine regen_config_h for Win32

p4raw-id: //depot/perlio@10589

23 years agoIntegrate perlio:
Jarkko Hietaniemi [Thu, 14 Jun 2001 12:30:46 +0000]
Integrate perlio:

[ 10586]
Add new step to run_byacc which:
A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.

[ 10584]
Hack to remove insecure directories from PATH so test will run.

p4raw-link: @10586 on //depot/perlio: f4db54055cd36d83622f77949fd6ab7c67198101
p4raw-link: @10584 on //depot/perlio: 24e8cdb889e0ad40169b18813ffa9d1841ab8217

p4raw-id: //depot/perl@10588

23 years agoA placeholder.
Jarkko Hietaniemi [Thu, 14 Jun 2001 12:23:24 +0000]
A placeholder.

p4raw-id: //depot/perl@10587

23 years agoAdd new step to run_byacc which:
Nick Ing-Simmons [Thu, 14 Jun 2001 08:25:07 +0000]
Add new step to run_byacc which:
 A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
 B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.

p4raw-id: //depot/perlio@10586

23 years agoIntegrate mainline
Nick Ing-Simmons [Thu, 14 Jun 2001 08:22:29 +0000]
Integrate mainline

p4raw-id: //depot/perlio@10585

23 years agoHack to remove insecure directories from PATH so test will run.
Nick Ing-Simmons [Thu, 14 Jun 2001 08:05:53 +0000]
Hack to remove insecure directories from PATH so test will run.

p4raw-id: //depot/perlio@10584

23 years agoThe test doesn't work (yet?), Math::BigInt::round_mode() is missing.
Jarkko Hietaniemi [Thu, 14 Jun 2001 03:11:16 +0000]
The test doesn't work (yet?), Math::BigInt::round_mode() is missing.

p4raw-id: //depot/perl@10583

23 years agoDetypo.
Jarkko Hietaniemi [Thu, 14 Jun 2001 03:04:51 +0000]
Detypo.

p4raw-id: //depot/perl@10582

23 years agode-$CONFIG continues.
Jarkko Hietaniemi [Thu, 14 Jun 2001 03:03:14 +0000]
de-$CONFIG continues.

p4raw-id: //depot/perl@10581

23 years agoopcode.pl is chmod'ing the original source tree
Nicholas Clark [Wed, 13 Jun 2001 21:20:13 +0000]
opcode.pl is chmod'ing the original source tree
Message-ID: <20010613212013.D98663@plum.flirble.org>

p4raw-id: //depot/perl@10580

23 years agosplitting util.c
Hugo van der Sanden [Thu, 14 Jun 2001 00:41:08 +0000]
splitting util.c
Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>

p4raw-id: //depot/perl@10579

23 years agoUpgrade to Math::BigInt 1.34 from Tels.
Jarkko Hietaniemi [Wed, 13 Jun 2001 23:45:11 +0000]
Upgrade to Math::BigInt 1.34 from Tels.

p4raw-id: //depot/perl@10578

23 years agoIntegrate mainline. Storable fail has gone, insecure dependancy still there.
Nick Ing-Simmons [Wed, 13 Jun 2001 19:02:48 +0000]
Integrate mainline. Storable fail has gone, insecure dependancy still there.

p4raw-id: //depot/perlio@10577

23 years agoUpdate Changes.
Jarkko Hietaniemi [Wed, 13 Jun 2001 18:10:01 +0000]
Update Changes.

p4raw-id: //depot/perl@10576

23 years agoRe: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
Craig A. Berry [Wed, 13 Jun 2001 13:24:28 +0000]
Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>

p4raw-id: //depot/perl@10575

23 years agoIt would be also be good if I could type.
Jarkko Hietaniemi [Wed, 13 Jun 2001 17:34:00 +0000]
It would be also be good if I could type.

p4raw-id: //depot/perl@10573

23 years agoA non-empty default is a good thing.
Jarkko Hietaniemi [Wed, 13 Jun 2001 17:26:05 +0000]
A non-empty default is a good thing.

p4raw-id: //depot/perl@10571

23 years agoAdd Configure directive -Dusereentrant for Artur's ithreads work,
Jarkko Hietaniemi [Wed, 13 Jun 2001 17:14:17 +0000]
Add Configure directive -Dusereentrant for Artur's ithreads work,
extremely experimental, not even prompted for.

p4raw-id: //depot/perl@10569

23 years agoFAQ tweak for Vanina Arca <varca@baufest.com>.
Jarkko Hietaniemi [Wed, 13 Jun 2001 16:22:27 +0000]
FAQ tweak for Vanina Arca <varca@baufest.com>.

p4raw-id: //depot/perl@10568

23 years agoIntegrate perlio:
Jarkko Hietaniemi [Wed, 13 Jun 2001 16:20:23 +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

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

p4raw-id: //depot/perl@10566

23 years agoSimilar logic as DB_File.xs, using the modern macros and
Jarkko Hietaniemi [Wed, 13 Jun 2001 16:16:07 +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

23 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]
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

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

p4raw-id: //depot/perl@10563

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

p4raw-id: //depot/perl@10562

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

p4raw-id: //depot/perl@10561

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

p4raw-id: //depot/perl@10560

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

p4raw-id: //depot/perl@10559

23 years agoRe: ext/ + -Wall
Doug MacEachern [Tue, 12 Jun 2001 22:04:50 +0000]
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

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

p4raw-id: //depot/perl@10557

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

p4raw-id: //depot/perl@10556

23 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]
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

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

p4raw-id: //depot/perl@10554

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

p4raw-id: //depot/perl@10553

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

p4raw-id: //depot/perl@10552

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

p4raw-id: //depot/perl@10551

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

p4raw-id: //depot/perl@10550

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

p4raw-id: //depot/perl@10549

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

p4raw-id: //depot/perl@10548

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

p4raw-id: //depot/perl@10547

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

p4raw-id: //depot/perl@10546

23 years agoRe: [ID 20010612.001] out of memory during regex compilation
Mike Guy [Tue, 12 Jun 2001 19:10:31 +0000]
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

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

p4raw-id: //depot/perl@10544

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

p4raw-id: //depot/perl@10542

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

p4raw-id: //depot/perl@10541

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

p4raw-id: //depot/perl@10540

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

p4raw-id: //depot/perl@10539

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

p4raw-id: //depot/perl@10538

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

p4raw-id: //depot/perl@10537

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

p4raw-id: //depot/perl@10536

23 years agoAs suggested in
Gurusamy Sarathy [Mon, 11 Jun 2001 23:34:31 +0000]
As suggested in

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

p4raw-id: //depot/perl@10535

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

p4raw-id: //depot/perl@10534

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

p4raw-id: //depot/perl@10533

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

p4raw-id: //depot/perl@10532

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

p4raw-id: //depot/perl@10531

23 years agoRe: [ID 20010612.001] out of memory during regex compilation
Mike Guy [Tue, 12 Jun 2001 13:14:15 +0000]
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

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

p4raw-id: //depot/perl@10529

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

p4raw-id: //depot/perl@10528

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

p4raw-id: //depot/perl@10527

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

p4raw-id: //depot/perl@10526

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

p4raw-id: //depot/perl@10525

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

p4raw-id: //depot/perl@10524

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

p4raw-id: //depot/perl@10522

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

p4raw-id: //depot/perl@10521

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

p4raw-id: //depot/perl@10520

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

p4raw-id: //depot/perl@10518

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

p4raw-id: //depot/perl@10517

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

p4raw-id: //depot/perl@10516

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

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

p4raw-id: //depot/perl@10515

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

p4raw-id: //depot/perl@10514

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

p4raw-id: //depot/perl@10513

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

p4raw-id: //depot/perl@10512

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

p4raw-id: //depot/perl@10511

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

p4raw-id: //depot/perl@10510

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

p4raw-id: //depot/perlio@10509

23 years agoExtUtils::Manifest not -w clean
Mike Guy [Sun, 10 Jun 2001 22:38:05 +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

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

p4raw-id: //depot/perl@10507

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

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

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

p4raw-id: //depot/perl@10506

23 years agoMove the grok_number and its lieutenant grok_numeric_radix
Jarkko Hietaniemi [Sun, 10 Jun 2001 18:37:57 +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

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

p4raw-id: //depot/perlio@10504

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

p4raw-id: //depot/perl@10503

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

p4raw-id: //depot/perl@10502

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

Plus make run_byacc.

p4raw-id: //depot/perl@10501

23 years agoIntegrate perlio:
Jarkko Hietaniemi [Sun, 10 Jun 2001 16:07:28 +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

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

p4raw-id: //depot/perlio@10499

23 years agoPut some meat on the perl572delta bones. The list of
Jarkko Hietaniemi [Sun, 10 Jun 2001 13:49:23 +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

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

p4raw-id: //depot/perlio@10497

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

p4raw-id: //depot/perl@10496

23 years agoRe: pragma/locale.t #107
Hugo van der Sanden [Sun, 10 Jun 2001 11:23:30 +0000]
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

23 years agoTry to grok numbers both with the locale specific separator
Nicholas Clark [Sat, 9 Jun 2001 22:37:36 +0000]
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