This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
21 years agointegrate makefile.mk changes into Makefile
Gurusamy Sarathy [Tue, 7 May 2002 22:33:20 +0000 (22:33 +0000)]
integrate makefile.mk changes into Makefile

p4raw-id: //depot/perl@16458

21 years agoRe: [PATCH] Storable (Re: perl@16433)
Nicholas Clark [Tue, 7 May 2002 23:26:01 +0000 (00:26 +0100)]
Re: [PATCH] Storable (Re: perl@16433)
Message-ID: <20020507222600.GC306@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@16457

21 years agoRe: [PATCH scope.c] Re: local($tied->{foo}) leaks
Dave Mitchell [Wed, 8 May 2002 00:11:02 +0000 (01:11 +0100)]
Re: [PATCH scope.c] Re: local($tied->{foo}) leaks
Message-ID: <20020508001102.D4118@fdgroup.com>

p4raw-id: //depot/perl@16456

21 years agocorrectly unlocalise exists on tied/%ENV
Dave Mitchell [Tue, 7 May 2002 23:13:10 +0000 (00:13 +0100)]
correctly unlocalise exists on tied/%ENV
Message-ID: <20020507231310.B4118@fdgroup.com>

p4raw-id: //depot/perl@16455

21 years agoDocumentation of async
Artur Bergman [Tue, 7 May 2002 21:18:44 +0000 (21:18 +0000)]
Documentation of async

p4raw-id: //depot/perl@16454

21 years agoDocumentation added.
Artur Bergman [Tue, 7 May 2002 21:16:28 +0000 (21:16 +0000)]
Documentation added.

p4raw-id: //depot/perl@16453

21 years agoAdd support for async.
Artur Bergman [Tue, 7 May 2002 21:15:34 +0000 (21:15 +0000)]
Add support for async.

p4raw-id: //depot/perl@16452

21 years agoAdd documentation.
Artur Bergman [Tue, 7 May 2002 21:01:47 +0000 (21:01 +0000)]
Add documentation.

p4raw-id: //depot/perl@16451

21 years agoFix bad assumptions in test case.
Artur Bergman [Tue, 7 May 2002 20:24:08 +0000 (20:24 +0000)]
Fix bad assumptions in test case.
a) print "ok $var\n"; $var++ isn't atomic by any stretch of imagination
b) $var++ is not atomic
c) the creating of the string to print and the actuall printing
could be preempted by another thread

p4raw-id: //depot/perl@16450

21 years ago[ PATCH ] HP-UX 11.00 + 16446 + gcc-3.1/64
H.Merijn Brand [Tue, 7 May 2002 19:41:03 +0000 (21:41 +0200)]
[ PATCH ] HP-UX 11.00 + 16446 + gcc-3.1/64
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Message-Id: <20020507190423.E22C.H.M.BRAND@hccnet.nl>

p4raw-id: //depot/perl@16449

21 years agoUpgrade to Encode 1.71.
Jarkko Hietaniemi [Tue, 7 May 2002 19:16:00 +0000 (19:16 +0000)]
Upgrade to Encode 1.71.

p4raw-id: //depot/perl@16448

21 years agoIntegrate mainline
Nick Ing-Simmons [Tue, 7 May 2002 18:39:47 +0000 (18:39 +0000)]
Integrate mainline

p4raw-id: //depot/perlio@16447

21 years agoAUTHORS updates.
Jarkko Hietaniemi [Tue, 7 May 2002 14:34:01 +0000 (14:34 +0000)]
AUTHORS updates.

p4raw-id: //depot/perl@16446

21 years agoavoid compiler casting warnings
Robin Barker [Tue, 7 May 2002 16:13:34 +0000 (17:13 +0100)]
avoid compiler casting warnings
Message-Id: <200205071513.QAA05846@tempest.npl.co.uk>

p4raw-id: //depot/perl@16445

21 years ago[ID 20020506.009] File::Spec::Unix::canonpath under cygwin
Michael A Chase [Mon, 6 May 2002 13:58:48 +0000 (06:58 -0700)]
[ID 20020506.009] File::Spec::Unix::canonpath under cygwin
Message-Id: <E174pZk-0008IP-00@smtp6.mindspring.com>

(plus add what POSIX says)

p4raw-id: //depot/perl@16444

21 years agoRe: lib/User/pwent.t on Cygwin
John Peacock [Mon, 6 May 2002 10:14:21 +0000 (06:14 -0400)]
Re: lib/User/pwent.t on Cygwin
Message-ID: <3CD68FBD.8020502@rowman.com>

p4raw-id: //depot/perl@16443

21 years ago[PATCH] Storable (Re: perl@16433)
Radu Greab [Tue, 7 May 2002 11:37:03 +0000 (14:37 +0300)]
[PATCH] Storable (Re: perl@16433)
Date: Tue, 7 May 2002 11:37:03 +0300
Message-ID: <15575.37423.446700.9930@ix.netsoft.ro>

Subject: Re: [PATCH] Storable (Re: perl@16433)
From: Radu Greab <radu@netsoft.ro>
Date: Tue, 7 May 2002 12:49:24 +0300
Message-ID: <15575.41764.744956.7193@ix.netsoft.ro>

Plug the Storable memory leaks.

p4raw-id: //depot/perl@16442

21 years agoUpgrade to CPAN 1.61.
Jarkko Hietaniemi [Tue, 7 May 2002 12:48:30 +0000 (12:48 +0000)]
Upgrade to CPAN 1.61.

p4raw-id: //depot/perl@16441

21 years agoIntegrate mainline
Nick Ing-Simmons [Tue, 7 May 2002 07:07:58 +0000 (07:07 +0000)]
Integrate mainline

p4raw-id: //depot/perlio@16440

21 years agoDocument the bad behaviour of for(1..5){$_++}
Jarkko Hietaniemi [Tue, 7 May 2002 02:49:47 +0000 (02:49 +0000)]
Document the bad behaviour of for(1..5){$_++}
(it works but it should fail)

p4raw-id: //depot/perl@16439

21 years agoREADME.ko update from Jungshik Shin.
Jarkko Hietaniemi [Tue, 7 May 2002 00:14:12 +0000 (00:14 +0000)]
README.ko update from Jungshik Shin.

p4raw-id: //depot/perl@16438

21 years agoRe: perl@16433
Nicholas Clark [Tue, 7 May 2002 00:21:46 +0000 (01:21 +0100)]
Re: perl@16433
Message-ID: <20020506232146.GF4698@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@16437

21 years agotwo and a half steps further for WinCE cross-build
Vadim Konovalov [Mon, 6 May 2002 23:54:24 +0000 (03:54 +0400)]
two and a half steps further for WinCE cross-build
Message-ID: <022001c1f537$d2dd4f10$cb5cc3d9@vad>

p4raw-id: //depot/perl@16436

21 years agoDetypo.
Jarkko Hietaniemi [Mon, 6 May 2002 15:30:29 +0000 (15:30 +0000)]
Detypo.

p4raw-id: //depot/perl@16435

21 years agoRe: [proposed PATCH] correctly unlocalise exists on tied/%ENV
Dave Mitchell [Mon, 6 May 2002 17:17:00 +0000 (18:17 +0100)]
Re: [proposed PATCH] correctly unlocalise exists on tied/%ENV
Message-ID: <20020506171700.A256@fdgroup.com>

p4raw-id: //depot/perl@16434

21 years agoUpdate Changes.
Jarkko Hietaniemi [Mon, 6 May 2002 13:38:56 +0000 (13:38 +0000)]
Update Changes.

p4raw-id: //depot/perl@16433

21 years agoAdd a test for #16431, and document Dave's campaign
Jarkko Hietaniemi [Mon, 6 May 2002 13:29:22 +0000 (13:29 +0000)]
Add a test for #16431, and document Dave's campaign
against localised hash element bugs.

p4raw-id: //depot/perl@16432

21 years ago[proposed PATCH] correctly unlocalise exists on tied/%ENV
Dave Mitchell [Sat, 4 May 2002 00:34:18 +0000 (01:34 +0100)]
[proposed PATCH] correctly unlocalise exists on tied/%ENV
Message-ID: <20020504003418.F22026@fdgroup.com>

p4raw-id: //depot/perl@16431

21 years agoRegen uconfig.h.
Jarkko Hietaniemi [Mon, 6 May 2002 12:39:31 +0000 (12:39 +0000)]
Regen uconfig.h.

p4raw-id: //depot/perl@16430

21 years agoUnfortunately AmigaOS has been broken since 11423
Jarkko Hietaniemi [Mon, 6 May 2002 12:18:23 +0000 (12:18 +0000)]
Unfortunately AmigaOS has been broken since 11423
and is unlikely to get fixed in time for 5.8.0.

p4raw-id: //depot/perl@16429

21 years agoUltimate discouragement for the old tools, from Andreas.
Jarkko Hietaniemi [Mon, 6 May 2002 12:12:59 +0000 (12:12 +0000)]
Ultimate discouragement for the old tools, from Andreas.

p4raw-id: //depot/perl@16428

21 years agoUpgrade to Digest::MD5 2.20.
Jarkko Hietaniemi [Mon, 6 May 2002 12:01:36 +0000 (12:01 +0000)]
Upgrade to Digest::MD5 2.20.

p4raw-id: //depot/perl@16427

21 years ago[Encode] 1.70 released
Dan Kogai [Mon, 6 May 2002 19:36:15 +0000 (04:36 +0900)]
[Encode] 1.70 released
   Message-Id: <17AB2CE6-60DD-11D6-9982-00039301D480@dan.co.jp>

p4raw-id: //depot/perl@16426

21 years agoPerlIO::Via reference
Gisle Aas [Sun, 5 May 2002 22:50:23 +0000 (15:50 -0700)]
PerlIO::Via reference
   Message-Id: <lrd6w925b4.fsf_-_@caliper.activestate.com>

p4raw-id: //depot/perl@16425

21 years agoTerm/Complete.pm: quote metachars
Brendan O'Dea [Mon, 6 May 2002 14:04:48 +0000 (00:04 +1000)]
Term/Complete.pm: quote metachars
   Message-Id: <20020506040448.GA8241@londo.odea.dropbear.id.au>

p4raw-id: //depot/perl@16424

21 years agop4genpatch: avoid stderr noise during adds
Gurusamy Sarathy [Mon, 6 May 2002 05:25:59 +0000 (05:25 +0000)]
p4genpatch: avoid stderr noise during adds

p4raw-id: //depot/perl@16423

21 years agoFixup VOS builds of miniperl
Paul Green [Sun, 5 May 2002 23:11:00 +0000 (19:11 -0400)]
Fixup VOS builds of miniperl
Message-Id: <200205060311.XAA12996@mailhub1.stratus.com>

p4raw-id: //depot/perl@16422

21 years agoRe: [ID 20020504.006] $s=`command` fails if $/=\integer
Radu Greab [Mon, 6 May 2002 04:23:10 +0000 (07:23 +0300)]
Re: [ID 20020504.006] $s=`command` fails if $/=\integer
Message-ID: <15573.56062.264379.981864@ix.netsoft.ro>

p4raw-id: //depot/perl@16421

21 years agoFurther comment tweak, to agree with perlxs.pod.
Jarkko Hietaniemi [Sun, 5 May 2002 22:35:58 +0000 (22:35 +0000)]
Further comment tweak, to agree with perlxs.pod.

p4raw-id: //depot/perl@16420

21 years agoUpdate README.vos and release vos build macros
Paul Green [Sun, 5 May 2002 17:15:00 +0000 (13:15 -0400)]
Update README.vos and release vos build macros
Message-Id: <200205052114.RAA26329@mailhub2.stratus.com>
To: perl5-porters@perl.org

p4raw-id: //depot/perl@16419

21 years agoRetract MM_NW5.pm part of #16371, at the request
Jarkko Hietaniemi [Sun, 5 May 2002 22:09:27 +0000 (22:09 +0000)]
Retract MM_NW5.pm part of #16371, at the request
of Michael Schwern.

p4raw-id: //depot/perl@16418

21 years agoComment tweaks.
Jarkko Hietaniemi [Sun, 5 May 2002 17:57:04 +0000 (17:57 +0000)]
Comment tweaks.

p4raw-id: //depot/perl@16417

21 years agoa few more p4genpatch fixes:
Gurusamy Sarathy [Sun, 5 May 2002 17:00:33 +0000 (17:00 +0000)]
a few more p4genpatch fixes:

don't assume previous revision exists, let p4 compute it from
the one-less-change number instead

the time part in timestamps were always 00:00:00; fix by
fetching metadata via "p4 fsync" rather than "p4 filelog"

quote all file names used in external commands to make them
them work when there are spaces in those file names

looks production worthy now :)

p4raw-id: //depot/perl@16416

21 years agoThe #16401 was far from enough, and mostly in a wrong direction.
Jarkko Hietaniemi [Sun, 5 May 2002 15:51:01 +0000 (15:51 +0000)]
The #16401 was far from enough, and mostly in a wrong direction.
The right thing to do would be to convert Storable into using
the new MY_CXT scheme (no static data, and memory management
using SVs).

p4raw-id: //depot/perl@16415

21 years agop4genpatch diffs against depot files from //depot/perl when called
Gurusamy Sarathy [Sun, 5 May 2002 08:41:22 +0000 (08:41 +0000)]
p4genpatch diffs against depot files from //depot/perl when called
with -b //depot/maint-5.6/perl

p4raw-id: //depot/perl@16414

21 years agop4genpatch: current directory may not be writable, so don't
Gurusamy Sarathy [Sun, 5 May 2002 07:50:53 +0000 (07:50 +0000)]
p4genpatch: current directory may not be writable, so don't
create temp files there

p4raw-id: //depot/perl@16413

21 years agop4genpatch now works on windows
Gurusamy Sarathy [Sun, 5 May 2002 07:34:33 +0000 (07:34 +0000)]
p4genpatch now works on windows

p4raw-id: //depot/perl@16412

21 years agop4genpatch: tweak from Andreas to strip leading portion of
Gurusamy Sarathy [Sun, 5 May 2002 07:16:37 +0000 (07:16 +0000)]
p4genpatch: tweak from Andreas to strip leading portion of
path specified in -b (so patch can be applied with "patch -p1")

p4raw-id: //depot/perl@16411

21 years agoadd niscat (aka NIS 3, aka NIS +) to t/op/pwent
Peter Prymmer [Fri, 3 May 2002 14:52:12 +0000 (10:52 -0400)]
add niscat (aka NIS 3, aka NIS +) to t/op/pwent
Message-ID: <OF365AB827.72878468-ON85256BAE.0066F730@55.25.11>

p4raw-id: //depot/perl@16410

21 years agoUpgrade to Net::Ping 2.17.
Jarkko Hietaniemi [Sun, 5 May 2002 01:53:24 +0000 (01:53 +0000)]
Upgrade to Net::Ping 2.17.

p4raw-id: //depot/perl@16409

21 years agoUpgrade to Getopt::Long 2.31.
Jarkko Hietaniemi [Sun, 5 May 2002 01:38:39 +0000 (01:38 +0000)]
Upgrade to Getopt::Long 2.31.

p4raw-id: //depot/perl@16408

21 years agoRe: Cross-compiling as of WinCE
Vadim Konovalov [Sat, 4 May 2002 03:49:11 +0000 (07:49 +0400)]
Re: Cross-compiling as of WinCE
Message-ID: <00ca01c1f2fd$20a35fb0$cb5cc3d9@vad>

p4raw-id: //depot/perl@16407

21 years agoThe loclibpth is always set by Configure.
Jarkko Hietaniemi [Sun, 5 May 2002 00:23:16 +0000 (00:23 +0000)]
The loclibpth is always set by Configure.

p4raw-id: //depot/perl@16406

21 years agoRe: [Unicode::Collate] UCA Version number
SADAHIRO Tomoyuki [Sun, 5 May 2002 10:07:57 +0000 (19:07 +0900)]
Re: [Unicode::Collate] UCA Version number
Message-Id: <20020505095942.3BEF.BQW10602@nifty.com>

p4raw-id: //depot/perl@16405

21 years agodelete inaccurate comment
Dave Mitchell [Fri, 3 May 2002 21:17:00 +0000 (22:17 +0100)]
delete inaccurate comment
Message-ID: <20020503211700.C22026@fdgroup.com>

p4raw-id: //depot/perl@16404

21 years agoSolaris: show what 'that' is.
Jarkko Hietaniemi [Sat, 4 May 2002 19:02:56 +0000 (19:02 +0000)]
Solaris: show what 'that' is.

p4raw-id: //depot/perl@16403

21 years agoSyntax fix.
Rafael Garcia-Suarez [Sat, 4 May 2002 18:25:25 +0000 (18:25 +0000)]
Syntax fix.

p4raw-id: //depot/perl@16402

21 years ago(retracted by #16415) Storable: try to free what we allocated.
Jarkko Hietaniemi [Sat, 4 May 2002 18:25:01 +0000 (18:25 +0000)]
(retracted by #16415) Storable: try to free what we allocated.

p4raw-id: //depot/perl@16401

21 years agoUNICOS: division is really sloppy.
Jarkko Hietaniemi [Sat, 4 May 2002 17:15:10 +0000 (17:15 +0000)]
UNICOS: division is really sloppy.

p4raw-id: //depot/perl@16400

21 years agofix t/io/fs.t for VOS
Paul Green [Sat, 4 May 2002 14:01:00 +0000 (10:01 -0400)]
fix t/io/fs.t for VOS
Message-Id: <200205041801.OAA13071@mailhub1.stratus.com>

p4raw-id: //depot/perl@16399

21 years ago[Unicode::Collate] UCA Version number
SADAHIRO Tomoyuki [Sat, 4 May 2002 16:07:07 +0000 (01:07 +0900)]
[Unicode::Collate] UCA Version number
Message-Id: <20020504160547.D7E0.BQW10602@nifty.com>

p4raw-id: //depot/perl@16398

21 years ago"\"\""
Michael G. Schwern [Sat, 4 May 2002 13:17:44 +0000 (09:17 -0400)]
"\"\""
Message-ID: <20020504171743.GD640@blackrider>

p4raw-id: //depot/perl@16397

21 years agoAdd the EBCDIC test data to downgrade.t.
Jarkko Hietaniemi [Sat, 4 May 2002 16:32:45 +0000 (16:32 +0000)]
Add the EBCDIC test data to downgrade.t.

p4raw-id: //depot/perl@16396

21 years agoEBCDIC tweak.
Jarkko Hietaniemi [Sat, 4 May 2002 16:25:37 +0000 (16:25 +0000)]
EBCDIC tweak.

p4raw-id: //depot/perl@16395

21 years agoAllow p4genpatch to use diff programs other than 'diff'.
Jarkko Hietaniemi [Sat, 4 May 2002 16:09:15 +0000 (16:09 +0000)]
Allow p4genpatch to use diff programs other than 'diff'.

p4raw-id: //depot/perl@16394

21 years agoAdd p4genpatch from Andreas; obsoletes both
Jarkko Hietaniemi [Sat, 4 May 2002 16:03:56 +0000 (16:03 +0000)]
Add p4genpatch from Andreas; obsoletes both
p4d2p and p4desc.

p4raw-id: //depot/perl@16393

21 years agoUpgrade to Encode 1.69.
Jarkko Hietaniemi [Sat, 4 May 2002 15:58:53 +0000 (15:58 +0000)]
Upgrade to Encode 1.69.

p4raw-id: //depot/perl@16392

21 years ago- remove binary compatibility claims
Dave Mitchell [Sat, 4 May 2002 16:09:26 +0000 (17:09 +0100)]
- remove binary compatibility claims
Message-ID: <20020504160926.A24990@fdgroup.com>

p4raw-id: //depot/perl@16391

21 years agoRe: [PATCH] Re: Data::Dumper tests with -Mutf8
Nicholas Clark [Sat, 4 May 2002 12:38:58 +0000 (13:38 +0100)]
Re: [PATCH] Re: Data::Dumper tests with -Mutf8
Message-ID: <20020504113857.GC317@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@16390

21 years agoRe: Data::Dumper tests with -Mutf8
Nicholas Clark [Sat, 4 May 2002 00:30:43 +0000 (01:30 +0100)]
Re: Data::Dumper tests with -Mutf8
Message-ID: <20020503233042.GF294@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@16389

21 years agoDoc tweak from Elizabeth Mattijsen.
Jarkko Hietaniemi [Sat, 4 May 2002 15:28:56 +0000 (15:28 +0000)]
Doc tweak from Elizabeth Mattijsen.

p4raw-id: //depot/perl@16388

21 years agochannames.pm doc tweaks
Tatsuhiko Miyagawa [Sat, 4 May 2002 11:45:18 +0000 (20:45 +0900)]
channames.pm doc tweaks
Message-ID: <86it64d41t.wl@mail.edge.co.jp>

p4raw-id: //depot/perl@16387

21 years agoRe: [PATCH scope.c] Re: local($tied->{foo}) leaks
Dave Mitchell [Fri, 3 May 2002 23:51:10 +0000 (00:51 +0100)]
Re: [PATCH scope.c] Re: local($tied->{foo}) leaks
Message-ID: <20020503235110.E22026@fdgroup.com>

p4raw-id: //depot/perl@16386

21 years agoIntegrate mainline
Nick Ing-Simmons [Sat, 4 May 2002 09:29:41 +0000 (09:29 +0000)]
Integrate mainline

p4raw-id: //depot/perlio@16385

21 years agoRe: perl@16307
Nicholas Clark [Fri, 3 May 2002 21:49:04 +0000 (22:49 +0100)]
Re: perl@16307
Message-ID: <20020503204903.GC294@Bagpuss.unfortu.net>

canonical #3 was failing under -Mutf8.

p4raw-id: //depot/perl@16384

21 years agoRe: local($tied->{foo}) leaks
Dave Mitchell [Fri, 3 May 2002 21:12:10 +0000 (22:12 +0100)]
Re: local($tied->{foo}) leaks
Message-ID: <20020503211210.B22026@fdgroup.com>

p4raw-id: //depot/perl@16383

21 years agoperl -i clobbers files on Cygwin
Gerrit P. Haase [Fri, 3 May 2002 20:30:25 +0000 (22:30 +0200)]
perl -i clobbers files on Cygwin
From: "Gerrit P. Haase" <gerrit@familiehaase.de>
Message-ID: <190109228332.20020503203025@familiehaase.de>

p4raw-id: //depot/perl@16382

21 years agot/TestInit.pm - clean up comments
Paul Green [Fri, 3 May 2002 14:51:00 +0000 (10:51 -0400)]
t/TestInit.pm - clean up comments
Message-ID: <200205031850.OAA09104@mailhub2.stratus.com>

p4raw-id: //depot/perl@16381

21 years agoenc2xs template -- searches script more sensibly
Dan Kogai [Sat, 4 May 2002 01:46:35 +0000 (10:46 +0900)]
enc2xs template -- searches script more sensibly
Message-Id: <544C1568-5EB5-11D6-8F1D-00039301D480@dan.co.jp>

p4raw-id: //depot/perl@16380

21 years agoForgotten test arrangement.
Jarkko Hietaniemi [Fri, 3 May 2002 15:43:47 +0000 (15:43 +0000)]
Forgotten test arrangement.

p4raw-id: //depot/perl@16379

21 years agoComedy of typing errors.
Jarkko Hietaniemi [Fri, 3 May 2002 14:54:19 +0000 (14:54 +0000)]
Comedy of typing errors.

p4raw-id: //depot/perl@16378

21 years agoLet's try the "no Net:: if no Socket" again.
Jarkko Hietaniemi [Fri, 3 May 2002 14:45:26 +0000 (14:45 +0000)]
Let's try the "no Net:: if no Socket" again.

p4raw-id: //depot/perl@16377

21 years agoUpdate Changes.
Jarkko Hietaniemi [Fri, 3 May 2002 14:11:42 +0000 (14:11 +0000)]
Update Changes.

p4raw-id: //depot/perl@16376

21 years agoOops.
Jarkko Hietaniemi [Fri, 3 May 2002 14:09:38 +0000 (14:09 +0000)]
Oops.

p4raw-id: //depot/perl@16375

21 years agoEBCDIC tweak.
Jarkko Hietaniemi [Fri, 3 May 2002 13:58:08 +0000 (13:58 +0000)]
EBCDIC tweak.

p4raw-id: //depot/perl@16374

21 years agoUpdate the EBCDIC MD5 checksums, and automate the process.
Jarkko Hietaniemi [Fri, 3 May 2002 13:51:11 +0000 (13:51 +0000)]
Update the EBCDIC MD5 checksums, and automate the process.

p4raw-id: //depot/perl@16373

21 years agoThe EBCDIC remapping of the low 256 bites again.
Jarkko Hietaniemi [Fri, 3 May 2002 13:01:23 +0000 (13:01 +0000)]
The EBCDIC remapping of the low 256 bites again.

p4raw-id: //depot/perl@16372

21 years agoNetWare updates from C Aditya.
Jarkko Hietaniemi [Fri, 3 May 2002 12:49:58 +0000 (12:49 +0000)]
NetWare updates from C Aditya.

p4raw-id: //depot/perl@16371

21 years agoDJGPP updates from Laszlo Molnar.
Jarkko Hietaniemi [Fri, 3 May 2002 12:36:54 +0000 (12:36 +0000)]
DJGPP updates from Laszlo Molnar.

p4raw-id: //depot/perl@16370

21 years agoUpgrade to Encode 1.68.
Jarkko Hietaniemi [Fri, 3 May 2002 12:34:01 +0000 (12:34 +0000)]
Upgrade to Encode 1.68.

p4raw-id: //depot/perl@16369

21 years agoIntegrate perlio:
Jarkko Hietaniemi [Fri, 3 May 2002 12:31:52 +0000 (12:31 +0000)]
Integrate perlio:

[ 16367]
Several of non-default builds now seem to work reasonably well
English.t seems to fail on an errno test, and socketpair blathers
about something.
Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the
back door, and instead have perlsdio.h vector stdio via iperlsys.h
function tables (latter was done in earlier change).
Update comments in Makefile.mk

[ 16366]
Finish off 16350 for non-PERLIO build on linux,
non PERL_IMPLICIT_SYS parts of iperlsys.h had junk
for some slots which now perlsdio.h is targeting.

[ 16352]
setbuf / setvbuf are not PerlIO_ concepts

[ 16351]
perl_clone is a threads thing

[ 16350]
*** EXPERIMENTAL ***
Have perlsdio.h use the iperlsys.h aliases and see
if that helps non-PERLIO IMP_SYS on Win32.
(Miniperl okay on linux).

[ 16349]
Win32 builds and mostly works for non-USE_PERLIO non-USE_IMP_SYS case.
- move body of fdupopen() from perlhost.h to win32.h as win32_fdupopen()
- use it in perlio.c

[ 16347]
More layer syms

[ 16346]
Use PerlSIO_fdupopen() if not using PerlIO

[ 16345]
Do not build if not using layers
p4raw-link: @16367 on //depot/perlio: 2cbbe5a150b07f176547702112505e3d30ea082f
p4raw-link: @16366 on //depot/perlio: 079b94bc698b0934beaf07d168872e7ff53ba831
p4raw-link: @16352 on //depot/perlio: 22a46b6e190a186151dafce1a1c165a2532b0f1d
p4raw-link: @16351 on //depot/perlio: 0295eab83c15497fe4260ac4facad25c962a4293
p4raw-link: @16350 on //depot/perlio: 362d0d4483498690d9657a76e53755c85da3b796
p4raw-link: @16349 on //depot/perlio: 30753f56c8bbfb209552e904d9d76202413ebf24
p4raw-link: @16347 on //depot/perlio: 1e8a8f599308436d6e164543b54e022d0b1a9177
p4raw-link: @16346 on //depot/perlio: 0553478ef48e094f904ff993d3c57b7325174272
p4raw-link: @16345 on //depot/perlio: 57143e73be61ad4ed95e8d5fdc799945c48c8339

p4raw-id: //depot/perl@16368

21 years agoSeveral of non-default builds now seem to work reasonably well
Nick Ing-Simmons [Fri, 3 May 2002 07:25:13 +0000 (07:25 +0000)]
Several of non-default builds now seem to work reasonably well
English.t seems to fail on an errno test, and socketpair blathers
about something.
Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the
back door, and instead have perlsdio.h vector stdio via iperlsys.h
function tables (latter was done in earlier change).
Update comments in Makefile.mk

p4raw-id: //depot/perlio@16367

21 years agoFinish off 16350 for non-PERLIO build on linux,
Nick Ing-Simmons [Fri, 3 May 2002 07:07:36 +0000 (07:07 +0000)]
Finish off 16350 for non-PERLIO build on linux,
non PERL_IMPLICIT_SYS parts of iperlsys.h had junk
for some slots which now perlsdio.h is targeting.

p4raw-id: //depot/perlio@16366

21 years agoIf no Socket should not try to test Net::
Jarkko Hietaniemi [Fri, 3 May 2002 03:52:08 +0000 (03:52 +0000)]
If no Socket should not try to test Net::

p4raw-id: //depot/perl@16365

21 years agoIntegrate macperl #16360 and #16363;
Jarkko Hietaniemi [Fri, 3 May 2002 02:22:56 +0000 (02:22 +0000)]
Integrate macperl #16360 and #16363;

Make op/alarm.t pass

README.macos update

p4raw-id: //depot/perl@16364
p4raw-integrated: from //depot/macperl@16358 'copy in' README.macos
t/op/alarm.t (@16123..)

21 years agoForgot the most important part of #16357.
Jarkko Hietaniemi [Thu, 2 May 2002 22:35:31 +0000 (22:35 +0000)]
Forgot the most important part of #16357.

p4raw-id: //depot/perl@16358

21 years agoUnicode::Collate 0.11 Released
SADAHIRO Tomoyuki [Fri, 3 May 2002 03:19:29 +0000 (12:19 +0900)]
Unicode::Collate 0.11 Released
Message-Id: <20020503030904.35B3.BQW10602@nifty.com>

p4raw-id: //depot/perl@16357

21 years agoRe: Perl 5.8-to-be NetBSD testing?
Andy Dougherty [Thu, 2 May 2002 12:01:50 +0000 (08:01 -0400)]
Re: Perl 5.8-to-be NetBSD testing?
Message-ID: <Pine.SOL.4.10.10205021156390.325-100000@maxwell.phys.lafayette.edu>

p4raw-id: //depot/perl@16356

21 years agoIntegrate #16353 from macperl;
Jarkko Hietaniemi [Thu, 2 May 2002 22:26:38 +0000 (22:26 +0000)]
Integrate #16353 from macperl;

       "fix" for utf8_heavy.pl, lexical UTF8 var crashed
       in test 92 of run/fresh_perl.t on MacOS

(as pudge rightfully points out, this is voodoo
 programming at it best, the real bug is somewhere else,
 now we just happened to shake the chicken the right way)

p4raw-id: //depot/perl@16355
p4raw-integrated: from //depot/macperl@16354 'merge in'
lib/utf8_heavy.pl (@16123..)

21 years agoRe: Encode, charnames and utf8heavy
Dan Kogai [Thu, 2 May 2002 00:44:30 +0000 (09:44 +0900)]
Re: Encode, charnames and utf8heavy
Message-Id: <539D985A-5D1A-11D6-BB19-00039301D480@dan.co.jp>

(plus a respective perlunicode tweak)

p4raw-id: //depot/perl@16354