23 years agoatmark() code cleanaup.
Jarkko Hietaniemi [Sat, 7 Apr 2001 14:59:20 +0000]
atmark() code cleanaup.

p4raw-id: //depot/perl@9608

23 years agoIntegrate change #9605 from maintperl into mainline.
Jarkko Hietaniemi [Sat, 7 Apr 2001 14:48:14 +0000]
Integrate change #9605 from maintperl into mainline.

can't optimize away scope entry if tr/// is present

p4raw-link: @9605 on //depot/maint-5.6/perl: c26ea50d9fd947ede98c9a5c8c05ff72fc15deaa

p4raw-id: //depot/perl@9607
p4raw-integrated: from //depot/maint-5.6/perl@9606 'merge in' t/op/tr.t
(@9551..) op.c (@9597..)

23 years agoIntegrate perlio:
Jarkko Hietaniemi [Sat, 7 Apr 2001 14:43:59 +0000]
Integrate perlio:

[  9604]
Split out extension finding code from buildext.pl into FindExt.pm
Use it to get Config.pm's idea of available extensions in line
with what is built.

[  9603]
Cleanup correction for failed :Via() layer, also set an error code.

[  9602]
Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
style. So don't use binmode() on the handles so that Win32 etc. see
same sequence and produce same digests.

[  9601]
Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
Else it complains and so crlf layer (say) does not get pushed.

[  9599]
Quote $VERSION in Encode.pm.
regen_config_h as requested.

p4raw-link: @9604 on //depot/perlio: 8e2329934bcca9c59680f6d478c3c2bc3ef7c649
p4raw-link: @9603 on //depot/perlio: 267cbce72d0da7af102852e6d7e0bb5c1ce41da6
p4raw-link: @9602 on //depot/perlio: 9070af9fb87632d66faa82c00ab8b5cf20323a2b
p4raw-link: @9601 on //depot/perlio: c5af4229019b04c7fa4be99300f8d9883c0bdf73
p4raw-link: @9599 on //depot/perlio: b8a524e96d5b75be96d6a98368b9c29153780cfe

p4raw-id: //depot/perl@9606

23 years agoSplit out extension finding code from buildext.pl into FindExt.pm
Nick Ing-Simmons [Sat, 7 Apr 2001 11:39:45 +0000]
Split out extension finding code from buildext.pl into FindExt.pm
Use it to get Config.pm's idea of available extensions in line
with what is built.

p4raw-id: //depot/perlio@9604

23 years agoCleanup correction for failed :Via() layer, also set an error code.
Nick Ing-Simmons [Sat, 7 Apr 2001 09:11:38 +0000]
Cleanup correction for failed :Via() layer, also set an error code.

p4raw-id: //depot/perlio@9603

23 years agoDigests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
Nick Ing-Simmons [Sat, 7 Apr 2001 08:38:04 +0000]
Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
style. So don't use binmode() on the handles so that Win32 etc. see
same sequence and produce same digests.

p4raw-id: //depot/perlio@9602

23 years agoAllow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
Nick Ing-Simmons [Sat, 7 Apr 2001 08:36:26 +0000]
Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
Else it complains and so crlf layer (say) does not get pushed.

p4raw-id: //depot/perlio@9601

23 years agoIntegrate change #9599 from perlio into mainline.
Jarkko Hietaniemi [Fri, 6 Apr 2001 23:00:09 +0000]
Integrate change #9599 from perlio into mainline.

p4raw-link: @9599 on //depot/perlio: b8a524e96d5b75be96d6a98368b9c29153780cfe

p4raw-id: //depot/perl@9600

23 years agoQuote $VERSION in Encode.pm.
Nick Ing-Simmons [Fri, 6 Apr 2001 21:42:43 +0000]
Quote $VERSION in Encode.pm.
regen_config_h as requested.

p4raw-id: //depot/perlio@9599

23 years agoIntegrate mainline
Nick Ing-Simmons [Fri, 6 Apr 2001 20:34:59 +0000]
Integrate mainline

p4raw-id: //depot/perlio@9598

23 years agoThe d_casti32=undef is good for you even when not use64bitall.
Jarkko Hietaniemi [Fri, 6 Apr 2001 17:26:03 +0000]
The d_casti32=undef is good for you even when not use64bitall.

p4raw-id: //depot/perl@9596

23 years agoMake the editor/IDE/shell list a little bit airier.
Jarkko Hietaniemi [Fri, 6 Apr 2001 14:51:39 +0000]
Make the editor/IDE/shell list a little bit airier.

p4raw-id: //depot/perl@9593

23 years agoRegen toc.
Jarkko Hietaniemi [Fri, 6 Apr 2001 13:55:48 +0000]
Regen toc.

p4raw-id: //depot/perl@9591

23 years agoMath::BigFloat patches from John Peacock. The equivalent
Jarkko Hietaniemi [Fri, 6 Apr 2001 13:54:52 +0000]
Math::BigFloat patches from John Peacock.  The equivalent
of #9586 from maintperl but reworked by John to work with
the bleadperl.

p4raw-id: //depot/perl@9590

23 years agoDefine the U32_ALIGNMENT_REQUIRED only if it's not already defined.
Jarkko Hietaniemi [Fri, 6 Apr 2001 13:42:23 +0000]
Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.

p4raw-id: //depot/perl@9589

23 years agoIntegrate changes #9584,9587 from maintperl into mainline.
Jarkko Hietaniemi [Fri, 6 Apr 2001 13:31:45 +0000]
Integrate changes #9584,9587 from maintperl into mainline.

keep eval"" CVs alive until the end of the statement in which
they're called

add README.macos (from Chris Nandor)

tyop in change#9555

p4raw-link: @9587 on //depot/maint-5.6/perl: d72c2fc956b5cb46ede17d06f89a463c78f1cf5f
p4raw-link: @9584 on //depot/maint-5.6/perl: e6fbcc36a54a8afd8dbcdcb9a8d8e178df530b97
p4raw-link: @9555 on //depot/perl: 6a0af2f17bcde4767b90a72eff7083c5effff21d

p4raw-id: //depot/perl@9588
p4raw-branched: from //depot/maint-5.6/perl@9583 'branch in'
README.macos
p4raw-integrated: from //depot/maint-5.6/perl@9583 'copy in'
pod/perlfaq9.pod (@9585..) 'merge in' scope.h (@8568..)
pod/perl.pod (@8986..) MANIFEST (@9227..) win32/Makefile
(@9286..) pp_ctl.c scope.c (@9288..) global.sym (@9289..)
embed.h embed.pl objXSUB.h perlapi.c proto.h (@9292..)
pod/buildtoc.PL (@9312..) win32/makefile.mk (@9495..) sv.c
(@9496..) pod/perlguts.pod (@9514..)

23 years agoUpdate Changes.
Jarkko Hietaniemi [Thu, 5 Apr 2001 23:52:51 +0000]
Update Changes.

p4raw-id: //depot/perl@9583

23 years agoSlight doc tweak.
Jarkko Hietaniemi [Thu, 5 Apr 2001 23:11:23 +0000]
Slight doc tweak.

p4raw-id: //depot/perl@9582

23 years agoIntegrate perlio:
Jarkko Hietaniemi [Thu, 5 Apr 2001 23:04:11 +0000]
Integrate perlio:

[  9569]
Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod

[  9549]
Downgrade "Wide character in print" to a warning.

p4raw-link: @9569 on //depot/perlio: 0a1f2d144e4463451f8627bd1c6ca420a59b01b0
p4raw-link: @9549 on //depot/perlio: ae79846703a543a04b4fe449abfd6b1e08a9e149

p4raw-id: //depot/perl@9581

23 years agoTest for #9579.
Jarkko Hietaniemi [Thu, 5 Apr 2001 23:03:29 +0000]
Test for #9579.

p4raw-id: //depot/perl@9580

23 years agoPropagate calling context for do '...'
Gisle Aas [Wed, 4 Apr 2001 20:17:29 +0000]
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]
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]
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]
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]
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]
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]
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]
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]
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]
binmode is no longer an UNOP
Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>

p4raw-id: //depot/perl@9570

23 years agoChange sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
Nick Ing-Simmons [Thu, 5 Apr 2001 21:32:26 +0000]
Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod

p4raw-id: //depot/perlio@9569

23 years agoIntegrate mainline
Nick Ing-Simmons [Thu, 5 Apr 2001 19:38:09 +0000]
Integrate mainline

p4raw-id: //depot/perlio@9568

23 years ago"${foo}bar", "${foo}[1]" etc.
Robin Houston [Thu, 5 Apr 2001 18:03:23 +0000]
"${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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
(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]
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]
@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]
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]
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]
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]
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]
[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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
Debug output tweak.

p4raw-id: //depot/perl@9488

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

p4raw-id: //depot/perl@9487

23 years agoMissed MANIFESTations in #9483.
Jarkko Hietaniemi [Sat, 31 Mar 2001 03:01:40 +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]
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]
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]
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]
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]
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]
[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]
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]
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]
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]
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]
[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]
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]
Update Changes.

p4raw-id: //depot/perl@9473