This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
23 years agoPropagate calling context for do '...'
Gisle Aas [Wed, 4 Apr 2001 20:17:29 +0000 (13:17 -0700)]
Propagate calling context for do '...'
Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>

p4raw-id: //depot/perl@9579

23 years agoRe: [PATCH foolperl & bleadperl] README.vms update
Peter Prymmer [Thu, 5 Apr 2001 12:00:04 +0000 (05:00 -0700)]
Re: [PATCH foolperl & bleadperl] README.vms update
Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>

p4raw-id: //depot/perl@9578

23 years agoREADME.vms update
Craig A. Berry [Thu, 5 Apr 2001 13:43:28 +0000 (08:43 -0500)]
README.vms update
Message-Id: <p04330101b6f269936918@[172.16.52.1]>

p4raw-id: //depot/perl@9577

23 years agoFix subtle $VERSION mistakes with base.pm
Michael G. Schwern [Thu, 5 Apr 2001 21:53:21 +0000 (22:53 +0100)]
Fix subtle $VERSION mistakes with base.pm
Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>

p4raw-id: //depot/perl@9576

23 years agoFreeBSD hints tweak from Anton Berezin.
Jarkko Hietaniemi [Thu, 5 Apr 2001 22:26:10 +0000 (22:26 +0000)]
FreeBSD hints tweak from Anton Berezin.

p4raw-id: //depot/perl@9575

23 years agopatch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs...
David Dyck [Thu, 5 Apr 2001 09:40:58 +0000 (02:40 -0700)]
patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>

p4raw-id: //depot/perl@9574

23 years agobleadperl / hex ignores variable length and/or tr doesn't null terminate ( with...
David Dyck [Wed, 4 Apr 2001 13:27:15 +0000 (06:27 -0700)]
bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>

p4raw-id: //depot/perl@9573

23 years agosuppress "unintialized value" warnings
Robin Houston [Thu, 5 Apr 2001 20:56:48 +0000 (21:56 +0100)]
suppress "unintialized value" warnings
Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>

p4raw-id: //depot/perl@9572

23 years agoregex quoting, and a minor milestone
Robin Houston [Thu, 5 Apr 2001 19:55:51 +0000 (20:55 +0100)]
regex quoting, and a minor milestone
Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>

p4raw-id: //depot/perl@9571

23 years agobinmode is no longer an UNOP
Robin Houston [Thu, 5 Apr 2001 20:16:29 +0000 (21:16 +0100)]
binmode is no longer an UNOP
Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>

p4raw-id: //depot/perl@9570

23 years ago"${foo}bar", "${foo}[1]" etc.
Robin Houston [Thu, 5 Apr 2001 18:03:23 +0000 (19:03 +0100)]
"${foo}bar", "${foo}[1]" etc.
Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>

p4raw-id: //depot/perl@9567

23 years agocope with SVf_IVisUV, and cope with $^^ and friends
Robin Houston [Thu, 5 Apr 2001 16:45:18 +0000 (17:45 +0100)]
cope with SVf_IVisUV, and cope with $^^ and friends
Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>

p4raw-id: //depot/perl@9566

23 years agolexical variables with ridiculously long names that are used in list assignments
Robin Houston [Thu, 5 Apr 2001 14:50:09 +0000 (15:50 +0100)]
lexical variables with ridiculously long names that are used in list assignments
Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>

p4raw-id: //depot/perl@9565

23 years agoprint control-character vars readably
Robin Houston [Thu, 5 Apr 2001 14:27:38 +0000 (15:27 +0100)]
print control-character vars readably
Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>

Needs EBCDICification.

p4raw-id: //depot/perl@9564

23 years agoRe: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
Paul Schinder [Thu, 5 Apr 2001 13:21:42 +0000 (09:21 -0400)]
Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
Message-Id: <p05100900b6f25159e767@[10.0.1.52]>

Mac OS X (Darwin) has extra pwent fields.

p4raw-id: //depot/perl@9563

23 years agoRegen toc.
Jarkko Hietaniemi [Thu, 5 Apr 2001 17:57:51 +0000 (17:57 +0000)]
Regen toc.

p4raw-id: //depot/perl@9562

23 years agoIntroduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
Jarkko Hietaniemi [Thu, 5 Apr 2001 17:47:01 +0000 (17:47 +0000)]
Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
Introduce probes for struct msghdr, struct cmsghdr,
sendmsg, recvmsg, readv, writev, setitimer, getitimer,
ualarm, usleep, for possible later extension work.

p4raw-id: //depot/perl@9560

23 years agoBe traditional in your cpp (for the Errno extension).
Jarkko Hietaniemi [Thu, 5 Apr 2001 13:03:04 +0000 (13:03 +0000)]
Be traditional in your cpp (for the Errno extension).

p4raw-id: //depot/perl@9559

23 years agoAdd $Config{cppflags} to the gcc incantation.
Jarkko Hietaniemi [Thu, 5 Apr 2001 13:00:05 +0000 (13:00 +0000)]
Add $Config{cppflags} to the gcc incantation.

p4raw-id: //depot/perl@9558

23 years agoIntroduce Sean Burke's Class::ISA 0.32.
Jarkko Hietaniemi [Thu, 5 Apr 2001 04:22:39 +0000 (04:22 +0000)]
Introduce Sean Burke's Class::ISA 0.32.

p4raw-id: //depot/perl@9557

23 years agoHousekeeping
Paul Johnson [Wed, 4 Apr 2001 22:45:47 +0000 (00:45 +0200)]
Housekeeping
Message-ID: <20010404224547.D9548@pjcj.net>

p4raw-id: //depot/perl@9556

23 years agoBase64 update to perlfaq9.pod
Gisle Aas [Wed, 4 Apr 2001 14:23:04 +0000 (07:23 -0700)]
Base64 update to perlfaq9.pod
Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>

p4raw-id: //depot/perl@9555

23 years agoDowngrade also the "Wide character" diagnostic.
Jarkko Hietaniemi [Thu, 5 Apr 2001 04:05:49 +0000 (04:05 +0000)]
Downgrade also the "Wide character" diagnostic.

p4raw-id: //depot/perl@9554

23 years agoIntegrate changes #9544,9547,9549(perlio),9550,9551 from
Jarkko Hietaniemi [Thu, 5 Apr 2001 04:00:33 +0000 (04:00 +0000)]
Integrate changes #9544,9547,9549(perlio),9550,9551 from
maintperl into mainline.

"double" should be "NV"; standard typemap is missing entry
for NV

s/djSP/dSP/

Downgrade "Wide character in print" to a warning.

B::Deparse fix for ${^FOO} and documentation for PVX() method
(from Robin Houston)

tr/// doesn't null-terminate the result in some situations
(from Gisle Aas)

p4raw-link: @9549 on //depot/perlio: ae79846703a543a04b4fe449abfd6b1e08a9e149
p4raw-link: @9547 on //depot/maint-5.6/perl: 5976aebc9f997fdf4f4889f497e528a90c8a7dc3
p4raw-link: @9544 on //depot/maint-5.6/perl: 405f61b82790e3c0b3cb02962f34aa8522c5a18e

p4raw-id: //depot/perl@9553
p4raw-integrated: from //depot/maint-5.6/perl@9552 'copy in'
ext/B/B/C.pm (@9235..) 'merge in' lib/ExtUtils/typemap
(@8151..) ext/Thread/Thread.xs (@8606..) t/op/tr.t (@9152..)
doop.c (@9288..) ext/B/B.pm ext/B/B/Deparse.pm (@9548..)
p4raw-integrated: from //depot/maint-5.6/perl@9544 'merge in'
ext/B/B.xs (@8621..)

23 years agoRetract changes #9542 and #9538 (from maintperl, integrated
Jarkko Hietaniemi [Thu, 5 Apr 2001 03:52:50 +0000 (03:52 +0000)]
Retract changes #9542 and #9538 (from maintperl, integrated
at #9540), shouldn't be needed because of the perlio changes.

p4raw-link: @9542 on //depot/perl: 771c8da8a7459d77e0377cf0a891bf62d70cdfa2

p4raw-id: //depot/perl@9552

23 years agoDowngrade "Wide character in print" to a warning.
Nick Ing-Simmons [Wed, 4 Apr 2001 18:56:15 +0000 (18:56 +0000)]
Downgrade "Wide character in print" to a warning.

p4raw-id: //depot/perlio@9549

23 years agoIntegrate mainline.
Nick Ing-Simmons [Wed, 4 Apr 2001 18:44:00 +0000 (18:44 +0000)]
Integrate mainline.

p4raw-id: //depot/perlio@9546

23 years agoThou shalt not (just) match for English error messages.
Jarkko Hietaniemi [Wed, 4 Apr 2001 14:13:18 +0000 (14:13 +0000)]
Thou shalt not (just) match for English error messages.

p4raw-id: //depot/perl@9543

23 years agoMake the stdio tricks of fflush_all() to exist only if
Jarkko Hietaniemi [Wed, 4 Apr 2001 13:20:39 +0000 (13:20 +0000)]
Make the stdio tricks of fflush_all() to exist only if
stdio is being used.

p4raw-id: //depot/perl@9542

23 years agoRe: [PATCH] Lighten up glob
Benjamin Sugars [Tue, 3 Apr 2001 17:03:48 +0000 (13:03 -0400)]
Re: [PATCH] Lighten up glob
Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>

p4raw-id: //depot/perl@9541

23 years agoIntegrate changes #9538,9539 from maintperl into mainline.
Jarkko Hietaniemi [Wed, 4 Apr 2001 04:03:57 +0000 (04:03 +0000)]
Integrate changes #9538,9539 from maintperl into mainline.

fflush() is a macro on SunOS 4.1.x, so provide a wrapper
for use with _fwalk() (fix for change#7705)

another tweak needed for SunOS 4.1.x build (from Mike Guy)
(cp -f is not portable)

p4raw-link: @9539 on //depot/maint-5.6/perl: 3da0943717409aa5209a9776746cc2cfeb50eb29
p4raw-link: @9538 on //depot/maint-5.6/perl: 741daf9fefb369fa97f8467fc06d60a8832dcdee
p4raw-link: @7705 on //depot/perl: 74cac757131a44f884c4728708d3a2e5d87b32d3

p4raw-id: //depot/perl@9540
p4raw-integrated: from //depot/maint-5.6/perl@9536 'merge in' util.c
(@9288..) Makefile.SH (@9312..)

23 years agoIntegrate mainline
Nick Ing-Simmons [Tue, 3 Apr 2001 19:24:55 +0000 (19:24 +0000)]
Integrate mainline

p4raw-id: //depot/perlio@9537

23 years agoIntegrate change #9533 from maintperl into mainline.
Jarkko Hietaniemi [Tue, 3 Apr 2001 18:02:31 +0000 (18:02 +0000)]
Integrate change #9533 from maintperl into mainline.

better fix for change#9517 to accomodate UNC paths like
\\server\share\foo, and paths with trailing backslash
like c:\this\

p4raw-link: @9533 on //depot/maint-5.6/perl: aa5978ee553e6e5cbffd44b8ee9d25a8ff75c771
p4raw-link: @9517 on //depot/maint-5.6/perl: 541b948d383abe4f534f846ff692d582506919cf

p4raw-id: //depot/perl@9536
p4raw-integrated: from //depot/maint-5.6/perl@9535 'copy in'
utils/perldoc.PL x2p/find2perl.PL (@9517..) 'merge in'
x2p/s2p.PL (@9517..)

23 years agoChange the push/unshift warning to be of class syntax, not misc.
Jarkko Hietaniemi [Tue, 3 Apr 2001 17:58:07 +0000 (17:58 +0000)]
Change the push/unshift warning to be of class syntax, not misc.

p4raw-id: //depot/perl@9535

23 years agoChange the push/unshift warning (#9532) to talk about "no values"
Jarkko Hietaniemi [Tue, 3 Apr 2001 15:03:46 +0000 (15:03 +0000)]
Change the push/unshift warning (#9532) to talk about "no values"
instead of "no arguments".

p4raw-id: //depot/perl@9534

23 years agoRe: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
Robin Houston [Mon, 2 Apr 2001 15:03:29 +0000 (16:03 +0100)]
Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>

p4raw-id: //depot/perl@9532

23 years agoIntegrate change #9530 from maintperl into mainline.
Jarkko Hietaniemi [Tue, 3 Apr 2001 13:06:34 +0000 (13:06 +0000)]
Integrate change #9530 from maintperl into mainline.

accomodate VMS "mailbox overflow" quirk in testsuite (from
Craig Berry)

p4raw-link: @9530 on //depot/maint-5.6/perl: fd4d094fa4ec7fed977776a34208027a5d6e994d

p4raw-id: //depot/perl@9531
p4raw-integrated: from //depot/maint-5.6/perl@9529 'copy in'
t/lib/socket.t (@7895..)

23 years agoUpdate Changes.
Jarkko Hietaniemi [Tue, 3 Apr 2001 02:34:34 +0000 (02:34 +0000)]
Update Changes.

p4raw-id: //depot/perl@9529

23 years agoperlfaq3: extend the silly long list even further
Jarkko Hietaniemi [Tue, 3 Apr 2001 01:27:57 +0000 (01:27 +0000)]
perlfaq3: extend the silly long list even further
Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
To: perl5-porters@perl.org
Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>

p4raw-id: //depot/perl@9528

23 years agobuild && test XS::Typemap on VMS, glob-basic insensitivity training
Peter Prymmer [Mon, 2 Apr 2001 17:40:27 +0000 (10:40 -0700)]
build && test XS::Typemap on VMS, glob-basic insensitivity training
Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>

p4raw-id: //depot/perl@9527

23 years agoConfigure sanity checks:
Jarkko Hietaniemi [Tue, 3 Apr 2001 01:17:30 +0000 (01:17 +0000)]
Configure sanity checks:
* if use64bitall is attempted but pointers are only 32-bit,
  'downgrade' to use64bitint
* if use64bitint is attempted but there's no quad type,
  forget about use64bitint (well, the default for it is 'n',
  the user can still override this)
* if pointers are 64 bits, do not try to use Perl's malloc

p4raw-id: //depot/perl@9525

23 years ago(Retracted by #9609)
Jarkko Hietaniemi [Tue, 3 Apr 2001 00:02:31 +0000 (00:02 +0000)]
(Retracted by #9609)

Make it harder for parallel makes to enter 'test' before
Dynaloader and File::Glob are happy.  (In principle 'make_ext'
should be unhappy enough, but sometimes parallel makes seem
to sneak past both in Tru64 and AIX.)

p4raw-id: //depot/perl@9523

23 years agopadname values may have bogus SvCUR
Robin Houston [Mon, 2 Apr 2001 22:54:10 +0000 (23:54 +0100)]
padname values may have bogus SvCUR
Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>

p4raw-id: //depot/perl@9522

23 years ago@stash_array = split(/pat/, str);
Robin Houston [Mon, 2 Apr 2001 20:24:03 +0000 (21:24 +0100)]
@stash_array = split(/pat/, str);
Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>

p4raw-id: //depot/perl@9521

23 years agoREALLY pedantic hv.h nit
Simon Cozens [Mon, 2 Apr 2001 15:43:06 +0000 (16:43 +0100)]
REALLY pedantic hv.h nit
Message-ID: <20010402154306.A21711@netthink.co.uk>

p4raw-id: //depot/perl@9520

23 years agoBased on
Olaf Flebbe [Mon, 2 Apr 2001 23:36:51 +0000 (01:36 +0200)]
Based on

Subject: [foolperl] EPOC fix
Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>

p4raw-id: //depot/perl@9519

23 years agoIntegrate changes #9511,9514,9517 from maintperl into mainline.
Jarkko Hietaniemi [Mon, 2 Apr 2001 22:22:34 +0000 (22:22 +0000)]
Integrate changes #9511,9514,9517 from maintperl into mainline.

README.win32 tweaks; add a note about alternative location for
getting a gcc-2.95.2 that will build perl properly on windows

add some notes about gutsy threading matters

many of the utilities interpolate literal paths within doublequotes
(fails on dosish platforms where path contains backslashes)

p4raw-link: @9517 on //depot/maint-5.6/perl: 541b948d383abe4f534f846ff692d582506919cf
p4raw-link: @9514 on //depot/maint-5.6/perl: c8c8f510c2814a9e3cbdb8e7ca306018e0f7c510
p4raw-link: @9511 on //depot/maint-5.6/perl: 58a9db026b6f67b774654d285ac34aceada86380

p4raw-id: //depot/perl@9518
p4raw-integrated: from //depot/maint-5.6/perl@9510 'copy in'
utils/perldoc.PL x2p/find2perl.PL (@9312..) 'merge in'
README.win32 (@9227..) x2p/s2p.PL (@9312..) pod/perlguts.pod
(@9507..)

23 years agoAn ambiguousity warning.
Jarkko Hietaniemi [Sun, 1 Apr 2001 20:45:10 +0000 (20:45 +0000)]
An ambiguousity warning.

p4raw-id: //depot/perl@9510

23 years ago[PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
Jonathan Stowe [Sun, 1 Apr 2001 10:04:55 +0000 (11:04 +0100)]
[PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>

p4raw-id: //depot/perl@9509

23 years agoUpdate Changes.
Jarkko Hietaniemi [Sun, 1 Apr 2001 19:35:03 +0000 (19:35 +0000)]
Update Changes.

p4raw-id: //depot/perl@9508

23 years agoCommit Sarathy to April release of 5.6.1 :-)
Jarkko Hietaniemi [Sun, 1 Apr 2001 19:11:53 +0000 (19:11 +0000)]
Commit Sarathy to April release of 5.6.1 :-)

p4raw-id: //depot/perl@9506

23 years agoPATCH 5.6.0 (perldebug.pod)
Mark-Jason Dominus [Sun, 1 Apr 2001 14:25:11 +0000 (10:25 -0400)]
PATCH 5.6.0 (perldebug.pod)
Message-ID: <20010401182511.9247.qmail@plover.com>

p4raw-id: //depot/perl@9505

23 years agoAdd great_circle_direction().
Jarkko Hietaniemi [Sun, 1 Apr 2001 18:43:09 +0000 (18:43 +0000)]
Add great_circle_direction().

p4raw-id: //depot/perl@9504

23 years agoUnicode ReadMe update for Unicode 3.1.
Jarkko Hietaniemi [Sun, 1 Apr 2001 17:29:12 +0000 (17:29 +0000)]
Unicode ReadMe update for Unicode 3.1.

p4raw-id: //depot/perl@9503

23 years agoIntegrate change #9501 from maintperl into mainline.
Jarkko Hietaniemi [Sun, 1 Apr 2001 17:18:40 +0000 (17:18 +0000)]
Integrate change #9501 from maintperl into mainline.

fix the perlembed notes on multiple interpreters

fix ExtUtils::Embed to work passably on Windows

p4raw-link: @9501 on //depot/maint-5.6/perl: fa102aa9a975aaa2a384e09b6377476f565fdcc2

p4raw-id: //depot/perl@9502
p4raw-integrated: from //depot/maint-5.6/perl@9500 'copy in'
pod/perlembed.pod (@8627..) 'merge in' lib/ExtUtils/Embed.pm
(@8153..)

23 years agoTest for #9499.
Jarkko Hietaniemi [Sun, 1 Apr 2001 05:58:23 +0000 (05:58 +0000)]
Test for #9499.

p4raw-id: //depot/perl@9500

23 years agotr/// UTF-8 tweaking from Inaba Hiroto.
Jarkko Hietaniemi [Sun, 1 Apr 2001 05:55:46 +0000 (05:55 +0000)]
tr/// UTF-8 tweaking from Inaba Hiroto.

p4raw-id: //depot/perl@9499

23 years agoProtect the workaround hunk more.
Jarkko Hietaniemi [Sun, 1 Apr 2001 05:44:34 +0000 (05:44 +0000)]
Protect the workaround hunk more.

p4raw-id: //depot/perl@9498

23 years agoIntegrate changes #9493,9494,9495,9496 from maintperl
Jarkko Hietaniemi [Sun, 1 Apr 2001 00:24:25 +0000 (00:24 +0000)]
Integrate changes #9493,9494,9495,9496 from maintperl
into mainline.

fix a broken workaround for Borland compiler in change#4739
(caused weird "short reads" on DATA, which caused op/misc.t to fail)

nits spotted by Borland compiler

avoid redefinition warnings under Borland 5.02

various nits identified by the Borland 5.5 compiler; remove suppression
of a few warnings

p4raw-link: @9496 on //depot/maint-5.6/perl: 9d05ad52b0aa7d1f7d147da0c4dbc14de5fe4a37
p4raw-link: @9495 on //depot/maint-5.6/perl: 759997f1e719f33541bed70dd7f79bfa26a930b3
p4raw-link: @9494 on //depot/maint-5.6/perl: 01b59bde1cb7ff62776f3b83c0f2575c79a950a6
p4raw-link: @9493 on //depot/maint-5.6/perl: eea7051a8d4ef81c032143ab3193bc1240ab2e8f
p4raw-link: @4739 on //depot/perl: c39cd00800303e8967294e98aa4c427a1872a251

p4raw-id: //depot/perl@9497
p4raw-integrated: from //depot/maint-5.6/perl@9492 'merge in' sv.c
utf8.h (@9288..) toke.c (@9292..) ext/File/Glob/bsd_glob.c
(@9415..) win32/makefile.mk (@9426..) win32/win32.h (@9494..)

23 years agoIntegrate change #9491 from maintperl into mainline.
Jarkko Hietaniemi [Sat, 31 Mar 2001 18:36:24 +0000 (18:36 +0000)]
Integrate change #9491 from maintperl into mainline.

Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
directory is relative (need to fetch the full path name *before*
the chdir!)

p4raw-link: @9491 on //depot/maint-5.6/perl: 8719091e80cabf1226d64033edd75847e717d618

p4raw-id: //depot/perl@9492
p4raw-integrated: from //depot/maint-5.6/perl@9490 'merge in'
lib/Cwd.pm (@9279..)

23 years agoRe: [PATCH] av.h cosmetics
Simon Cozens [Sat, 31 Mar 2001 13:09:59 +0000 (14:09 +0100)]
Re: [PATCH] av.h cosmetics
Message-ID: <20010331130959.A22000@netthink.co.uk>

Document AvALLOC.

p4raw-id: //depot/perl@9490

23 years agoRe: Math::Big* v1.21
Tels [Sat, 31 Mar 2001 13:21:05 +0000 (15:21 +0200)]
Re: Math::Big* v1.21
Message-Id: <200103311125.GAA377738@www08.hway.net>

p4raw-id: //depot/perl@9489

23 years agoDebug output tweak.
Jarkko Hietaniemi [Sat, 31 Mar 2001 03:39:51 +0000 (03:39 +0000)]
Debug output tweak.

p4raw-id: //depot/perl@9488

23 years agoOverVMSification.
Jarkko Hietaniemi [Sat, 31 Mar 2001 03:33:02 +0000 (03:33 +0000)]
OverVMSification.

p4raw-id: //depot/perl@9487

23 years agoMissed MANIFESTations in #9483.
Jarkko Hietaniemi [Sat, 31 Mar 2001 03:01:40 +0000 (03:01 +0000)]
Missed MANIFESTations in #9483.

p4raw-id: //depot/perl@9486

23 years agoNot OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
Peter Prymmer [Fri, 30 Mar 2001 18:06:36 +0000 (10:06 -0800)]
Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>

p4raw-id: //depot/perl@9485

23 years agoObsolete file (see #3938)
Jarkko Hietaniemi [Sat, 31 Mar 2001 01:04:41 +0000 (01:04 +0000)]
Obsolete file (see #3938)

p4raw-id: //depot/perl@9484

23 years agoUpdate to Unicode 3.1.
Jarkko Hietaniemi [Sat, 31 Mar 2001 00:52:42 +0000 (00:52 +0000)]
Update to Unicode 3.1.
(Rename Names.txt to NamesList.txt.)

p4raw-id: //depot/perl@9483

23 years agoRe: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
Robin Houston [Fri, 30 Mar 2001 20:07:22 +0000 (21:07 +0100)]
Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>

p4raw-id: //depot/perl@9482

23 years agoRe: [PATCH] CwdXS, Take 2
Benjamin Sugars [Fri, 30 Mar 2001 14:08:51 +0000 (09:08 -0500)]
Re: [PATCH] CwdXS, Take 2
Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>

p4raw-id: //depot/perl@9481

23 years ago[ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test...
David Dyck [Fri, 30 Mar 2001 14:44:13 +0000 (06:44 -0800)]
[ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>

The t/rantests flags file creation was accidentally
removed by #9217.

p4raw-id: //depot/perl@9480

23 years agoFile::Glob stuff for Mac OS
Chris Nandor [Fri, 30 Mar 2001 16:51:00 +0000 (11:51 -0500)]
File::Glob stuff for Mac OS
Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>

p4raw-id: //depot/perl@9479

23 years agofix for win32/buildext.pl
Vadim Konovalov [Sat, 31 Mar 2001 00:50:36 +0000 (04:50 +0400)]
fix for win32/buildext.pl
Message-ID: <005b01c0b95c$ac277250$7542983e@vad>

p4raw-id: //depot/perl@9478

23 years agosmall base.pm doc patch
Leon Brocard [Fri, 30 Mar 2001 21:49:57 +0000 (22:49 +0100)]
small base.pm doc patch
Message-ID: <20010330214957.B8733@ns0.astray.com>

p4raw-id: //depot/perl@9477

23 years agoav.h cosmetics
Simon Cozens [Fri, 30 Mar 2001 18:12:28 +0000 (19:12 +0100)]
av.h cosmetics
Message-ID: <20010330181228.A9319@netthink.co.uk>

p4raw-id: //depot/perl@9476

23 years ago[DOC PATCH bleadperl] Two nits in perlhack.pod
Philip Newton [Fri, 30 Mar 2001 19:06:57 +0000 (21:06 +0200)]
[DOC PATCH bleadperl] Two nits in perlhack.pod
Message-ID: <3AC4D951.14815.1AC7068@localhost>

p4raw-id: //depot/perl@9475

23 years agoglob-basic.t (Was: [ID 20010328.016])
Benjamin Sugars [Fri, 30 Mar 2001 11:04:35 +0000 (06:04 -0500)]
glob-basic.t (Was: [ID 20010328.016])
Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>

p4raw-id: //depot/perl@9474

23 years agoUpdate Changes.
Jarkko Hietaniemi [Fri, 30 Mar 2001 16:09:24 +0000 (16:09 +0000)]
Update Changes.

p4raw-id: //depot/perl@9473

23 years agoIntegrate perlio:
Jarkko Hietaniemi [Fri, 30 Mar 2001 15:16:08 +0000 (15:16 +0000)]
Integrate perlio:

[  9471]
Should be (^O eq 'MSWin32') not 'Win32'
Fail #12 seems real - chdir is in wrong dir.

[  9467]
Skip order test of glob if case-ignoring system cannot
create a.test and A.test

p4raw-link: @9471 on //depot/perlio: 14107c4230ff0dd854afb28ea983f6afcb4bfac1
p4raw-link: @9467 on //depot/perlio: 5f79b44fe88fd23f9e0a19ecd0acb8d38aa1c7e2

p4raw-id: //depot/perl@9472

23 years agoShould be (^O eq 'MSWin32') not 'Win32'
Nick Ing-Simmons [Fri, 30 Mar 2001 14:47:10 +0000 (14:47 +0000)]
Should be (^O eq 'MSWin32') not 'Win32'
Fail #12 seems real - chdir is in wrong dir.

p4raw-id: //depot/perlio@9471

23 years agoRe: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
Radu Greab [Fri, 30 Mar 2001 15:09:06 +0000 (18:09 +0300)]
Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>

Replace #9352.

p4raw-id: //depot/perl@9470

23 years agoPATCH pod/perldiag.pod
Robin Houston [Fri, 30 Mar 2001 14:10:36 +0000 (15:10 +0100)]
PATCH pod/perldiag.pod
Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>

p4raw-id: //depot/perl@9469

23 years agoBetter diagnostic in io/fs.t
Andreas König [Fri, 30 Mar 2001 10:11:43 +0000 (12:11 +0200)]
Better diagnostic in io/fs.t
Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>

p4raw-id: //depot/perl@9468

23 years agoSkip order test of glob if case-ignoring system cannot
Nick Ing-Simmons [Fri, 30 Mar 2001 14:25:43 +0000 (14:25 +0000)]
Skip order test of glob if case-ignoring system cannot
create a.test and A.test

p4raw-id: //depot/perlio@9467

23 years agoIntegrate mainline.
Nick Ing-Simmons [Fri, 30 Mar 2001 13:03:12 +0000 (13:03 +0000)]
Integrate mainline.

p4raw-id: //depot/perlio@9466

23 years agoAdd timeouts to the tests. (In AIX 4.3.1.0 + vac 5.0.0.0
Jarkko Hietaniemi [Fri, 30 Mar 2001 03:53:37 +0000 (03:53 +0000)]
Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
the tests sometimes hang, sometimes not.)

p4raw-id: //depot/perl@9465

23 years agoBetter peep()ing for foreach() loops
Stephen McCamant [Thu, 29 Mar 2001 18:50:45 +0000 (10:50 -0800)]
Better peep()ing for foreach() loops
Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>

p4raw-id: //depot/perl@9464

23 years agoTest for #9462.
Jarkko Hietaniemi [Fri, 30 Mar 2001 02:34:48 +0000 (02:34 +0000)]
Test for #9462.

p4raw-id: //depot/perl@9463

23 years agoB::Deparse precedence bug. (Patch included.)
Jeremy Madea [Thu, 29 Mar 2001 12:05:02 +0000 (04:05 -0800)]
B::Deparse precedence bug. (Patch included.)
Message-ID: <20010329120502.A24881@dr.inktomi.com>

p4raw-id: //depot/perl@9462

23 years agomore tests (was Re: Perl5.7.* Unicode/EBCDIC status.)
Peter Prymmer [Thu, 29 Mar 2001 18:01:18 +0000 (10:01 -0800)]
more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>

p4raw-id: //depot/perl@9461

23 years agoPATCH: B::Debug should show LOOP-specific fields
Robin Houston [Thu, 29 Mar 2001 20:47:56 +0000 (21:47 +0100)]
PATCH: B::Debug should show LOOP-specific fields
Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>

p4raw-id: //depot/perl@9460

23 years agofurther MM_VMS.pm tweak
Craig A. Berry [Wed, 28 Mar 2001 18:02:20 +0000 (12:02 -0600)]
further MM_VMS.pm tweak
Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>

p4raw-id: //depot/perl@9459

23 years ago[ID 20010328.013] Misspelling in perlop(1p) manual page
Joshua E. Rodd [Wed, 28 Mar 2001 17:29:12 +0000 (12:29 -0500)]
[ID 20010328.013] Misspelling in perlop(1p) manual page
Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>

p4raw-id: //depot/perl@9458

23 years agoext/re/aix.pl can go
H.Merijn Brand [Thu, 29 Mar 2001 12:03:28 +0000 (14:03 +0200)]
ext/re/aix.pl can go
Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>

p4raw-id: //depot/perl@9457

23 years agoIntegrate perlio:
Jarkko Hietaniemi [Fri, 30 Mar 2001 02:03:32 +0000 (02:03 +0000)]
Integrate perlio:

[  9455]
DLL name has changed so installperl needs to know
(Why isn't it working it out or passed it?)

[  9454]
Change Encode's check arguments to 'bool' so SvTRUE gets used
and we don't get undef warnings.

p4raw-link: @9455 on //depot/perlio: b962b4faa5c1d38e1b3dee493c58991ae48cefe9
p4raw-link: @9454 on //depot/perlio: 691638dd8feb154ca6f21357dad133b313dac373

p4raw-id: //depot/perl@9456

23 years agoDLL name has changed so installperl needs to know
Nick Ing-Simmons [Thu, 29 Mar 2001 21:11:46 +0000 (21:11 +0000)]
DLL name has changed so installperl needs to know
(Why isn't it working it out or passed it?)

p4raw-id: //depot/perlio@9455

23 years agoChange Encode's check arguments to 'bool' so SvTRUE gets used
Nick Ing-Simmons [Thu, 29 Mar 2001 20:56:12 +0000 (20:56 +0000)]
Change Encode's check arguments to 'bool' so SvTRUE gets used
and we don't get undef warnings.

p4raw-id: //depot/perlio@9454

23 years agoIntegrate mainline
Nick Ing-Simmons [Thu, 29 Mar 2001 17:58:48 +0000 (17:58 +0000)]
Integrate mainline

p4raw-id: //depot/perlio@9453

23 years agoUpdate Changes.
Jarkko Hietaniemi [Thu, 29 Mar 2001 16:44:55 +0000 (16:44 +0000)]
Update Changes.

p4raw-id: //depot/perl@9452

23 years agoIntegrate mainline
Nick Ing-Simmons [Thu, 29 Mar 2001 16:31:38 +0000 (16:31 +0000)]
Integrate mainline

p4raw-id: //depot/perlio@9451