22 years agoThird Degree flags.
Jarkko Hietaniemi [Tue, 2 Apr 2002 22:26:23 +0000]
Third Degree flags.

p4raw-id: //depot/perl@15694

22 years ago[5.7.3 DOC PATCH] 'splice' with negative LENGTH
Mark-Jason Dominus [Tue, 2 Apr 2002 16:35:11 +0000]
[5.7.3 DOC PATCH] 'splice' with negative LENGTH
Message-ID: <20020402213511.27781.qmail@plover.com>

(tweaked)

p4raw-id: //depot/perl@15693

22 years agoUpgrade to Tie::File 0.92, from mjd.
Jarkko Hietaniemi [Tue, 2 Apr 2002 21:01:41 +0000]
Upgrade to Tie::File 0.92, from mjd.

p4raw-id: //depot/perl@15692

22 years agoUpdate my email address in perl.c
Paul Green [Tue, 2 Apr 2002 15:27:00 +0000]
Update my email address in perl.c
Message-Id: <200204022027.PAA29837@mailhub1.stratus.com>

p4raw-id: //depot/perl@15691

22 years agoPOD fix.
Rafael Garcia-Suarez [Tue, 2 Apr 2002 20:36:04 +0000]
POD fix.

p4raw-id: //depot/perl@15690

22 years agoWhat started as a small nit (the charnames test, nit found
Jarkko Hietaniemi [Tue, 2 Apr 2002 20:35:13 +0000]
What started as a small nit (the charnames test, nit found
be Hugo), ballooned a bit... the goal is Larry's wish that
illegal Unicode (such as U+FFFF) by default doesn't warn,
since what if somebody WANTS to create illegal Unicode?
Now getting close to this in the regex runtime.
(Also, fix more of my fixation that BOM would be U+FFFE.)

p4raw-id: //depot/perl@15689

22 years agoTalk more about Net::Ping.
Jarkko Hietaniemi [Tue, 2 Apr 2002 18:57:19 +0000]
Talk more about Net::Ping.

p4raw-id: //depot/perl@15688

22 years agoUpgrade to Net::Ping 2.14.
Jarkko Hietaniemi [Tue, 2 Apr 2002 18:35:27 +0000]
Upgrade to Net::Ping 2.14.

p4raw-id: //depot/perl@15687

22 years agoXML::Parser 2.31 should be out shortly.
Jarkko Hietaniemi [Tue, 2 Apr 2002 18:09:46 +0000]
XML::Parser 2.31 should be out shortly.

p4raw-id: //depot/perl@15686

22 years agoRE: Sorry... (was: Re: Bug: cygwin Perl uses File/Spec/Unix.pm instead of File/Spec...
George Necula [Tue, 2 Apr 2002 10:22:41 +0000]
RE: Sorry... (was: Re: Bug: cygwin Perl uses File/Spec/Unix.pm instead of File/Spec/Win32.pm)
Message-ID: <4E06A937DADC3842ACE4D3A1096A9EAC038C6F@JANUS.eecs.berkeley.edu>

p4raw-id: //depot/perl@15685

22 years agoEBCDIC test tweak.
Jarkko Hietaniemi [Tue, 2 Apr 2002 15:39:04 +0000]
EBCDIC test tweak.

p4raw-id: //depot/perl@15684

22 years agoASCII vs BINARY on OS/2 in perlio
Ilya Zakharevich [Tue, 2 Apr 2002 00:37:08 +0000]
ASCII vs BINARY on OS/2 in perlio
Message-ID: <20020402003708.A8648@math.ohio-state.edu>

p4raw-id: //depot/perl@15682

22 years agodebugger again
Ilya Zakharevich [Tue, 2 Apr 2002 00:30:31 +0000]
debugger again
Message-ID: <20020402003030.A8567@math.ohio-state.edu>

p4raw-id: //depot/perl@15681

22 years agotest() in CPAN.pm
Ilya Zakharevich [Tue, 2 Apr 2002 00:46:45 +0000]
test() in CPAN.pm
Message-ID: <20020402004645.A8674@math.ohio-state.edu>

p4raw-id: //depot/perl@15680

22 years agoSync with libnet-1.11
Graham Barr [Tue, 2 Apr 2002 14:27:37 +0000]
Sync with libnet-1.11

p4raw-id: //depot/perl@15679

22 years agoNetWare tweaks from C Aditya.
Jarkko Hietaniemi [Tue, 2 Apr 2002 14:01:35 +0000]
NetWare tweaks from C Aditya.

p4raw-id: //depot/perl@15678

22 years agoRe: [Encode] Perl community vs. Encode.xs; verdit reached
Dan Kogai [Tue, 2 Apr 2002 22:21:47 +0000]
Re: [Encode] Perl community vs. Encode.xs; verdit reached
Message-Id: <9572CAC4-463C-11D6-ABA5-00039301D480@dan.co.jp>

p4raw-id: //depot/perl@15677

22 years agoIntegrate perlio:
Jarkko Hietaniemi [Tue, 2 Apr 2002 13:22:51 +0000]
Integrate perlio:

[ 15675]
Add buffer size growth test.

[ 15674]
Calculate buffer size needs in float to avoid 32-bit overflow.
p4raw-link: @15675 on //depot/perlio: d5b6c7edbe190a89aa98bae64e09d145a4ebffba
p4raw-link: @15674 on //depot/perlio: c98ca92ffec2ea20f1b8832ed8ba117f887c6688

p4raw-id: //depot/perl@15676

22 years agoAdd buffer size growth test.
Nick Ing-Simmons [Tue, 2 Apr 2002 07:49:41 +0000]
Add buffer size growth test.

p4raw-id: //depot/perlio@15675

22 years agoCalculate buffer size needs in float to avoid 32-bit overflow.
Nick Ing-Simmons [Tue, 2 Apr 2002 07:40:49 +0000]
Calculate buffer size needs in float to avoid 32-bit overflow.

p4raw-id: //depot/perlio@15674

22 years agoIntegrate mainline
Nick Ing-Simmons [Tue, 2 Apr 2002 07:40:06 +0000]
Integrate mainline

p4raw-id: //depot/perlio@15673

22 years ago Win32 fix for Tie::File from MJD.
Abhijit Menon-Sen [Tue, 2 Apr 2002 04:42:44 +0000]
   Win32 fix for Tie::File from MJD.

p4raw-id: //depot/perl@15672

22 years agoAdd a few tests to the timing-sensitive list.
Jarkko Hietaniemi [Tue, 2 Apr 2002 01:59:40 +0000]
Add a few tests to the timing-sensitive list.

p4raw-id: //depot/perl@15671

22 years agoextensive regression testing
Rafael Garcia-Suarez [Mon, 1 Apr 2002 23:50:24 +0000]
extensive regression testing
Message-ID: <20020401235024.E677@rafael>

p4raw-id: //depot/perl@15670

22 years agofor beter make distclean (was Re: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7...
Nicholas Clark [Mon, 1 Apr 2002 21:54:05 +0000]
for beter make distclean (was Re: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7)
Message-ID: <20020401205405.GI319@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@15669

22 years agogetting rid of a few superfluous $&/$`
Jeffrey Friedl [Mon, 1 Apr 2002 01:32:34 +0000]
getting rid of a few superfluous $&/$`
Message-Id: <200204010932.g319WY886939@ventrue.corp.yahoo.com>

(with more-backward-compat than just using @- and @+, also by Jeffrey)

(The version number of Text::Balanced intentionally not
increased since Damian will make a new release after 5.8)

p4raw-id: //depot/perl@15668

22 years agoMessage-ID: <20020401203218.25230.qmail@plover.com>
Mark-Jason Dominus [Mon, 1 Apr 2002 20:32:18 +0000]
Message-ID: <20020401203218.25230.qmail@plover.com>

p4raw-id: //depot/perl@15667

22 years agoVOS-specific patch to iperlsys.h to work around errno bu
Paul Green [Mon, 1 Apr 2002 15:15:00 +0000]
VOS-specific patch to iperlsys.h to work around errno bu
Message-Id: <200204012048.PAA05178@mailhub2.stratus.com>

p4raw-id: //depot/perl@15666

22 years agoVOS-only change to lib/ExtUtils/MM_Unix.pm
Paul Green [Mon, 1 Apr 2002 14:11:00 +0000]
VOS-only change to lib/ExtUtils/MM_Unix.pm
Message-Id: <200204011911.OAA06024@mailhub1.stratus.com>

p4raw-id: //depot/perl@15665

22 years ago(not solving: Re: Storable can't do utf8 hash keys)
Nicholas Clark [Mon, 1 Apr 2002 19:30:05 +0000]
(not solving: Re: Storable can't do utf8 hash keys)
Message-ID: <20020401183004.GH319@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@15664

22 years agowarning for split(/.../g, ...);
Mark-Jason Dominus [Mon, 1 Apr 2002 13:22:01 +0000]
warning for split(/.../g, ...);
Message-ID: <20020401182201.21189.qmail@plover.com>

p4raw-id: //depot/perl@15663

22 years agoUpdate Changes.
Jarkko Hietaniemi [Mon, 1 Apr 2002 17:06:10 +0000]
Update Changes.

p4raw-id: //depot/perl@15662

22 years agoMessage-ID: <20020401172340.16410.qmail@plover.com>
Mark-Jason Dominus [Mon, 1 Apr 2002 17:23:40 +0000]
Message-ID: <20020401172340.16410.qmail@plover.com>

p4raw-id: //depot/perl@15661

22 years agoCRAY TS does not have -h rounddiv, from Keith Thompson.
Jarkko Hietaniemi [Mon, 1 Apr 2002 15:38:56 +0000]
CRAY TS does not have -h rounddiv, from Keith Thompson.

p4raw-id: //depot/perl@15660

22 years agoAdvertise piconv and enc2xs.
Jarkko Hietaniemi [Mon, 1 Apr 2002 15:14:13 +0000]
Advertise piconv and enc2xs.

p4raw-id: //depot/perl@15659

22 years agoAdd enc2xs.
Jarkko Hietaniemi [Mon, 1 Apr 2002 15:08:02 +0000]
Add enc2xs.

p4raw-id: //depot/perl@15658

22 years agoIntegrate perlio:
Jarkko Hietaniemi [Mon, 1 Apr 2002 14:28:09 +0000]
Integrate perlio:

[ 15653]
Be more explicit testing for \015 not \r
p4raw-link: @15653 on //depot/perlio: 23f6d120c5cb627da2de901261af9eec365eca16

p4raw-id: //depot/perl@15657

22 years agoBOM, 0xFFFE, 0xFEFF, etc.
Philip Newton [Mon, 1 Apr 2002 17:06:18 +0000]
BOM, 0xFFFE, 0xFEFF, etc.
Message-ID: <aptgauk21cvnpiotsrm3gaul98j2dqsj9p@4ax.com>

p4raw-id: //depot/perl@15656

22 years agodetypo patch
Andreas König [Mon, 1 Apr 2002 10:09:21 +0000]
detypo patch
Message-ID: <m3r8lzsuvi.fsf@anima.de>

p4raw-id: //depot/perl@15655

22 years agoRe: Change 15637: Behaviour (make viacode 0xFFFE to return BYTE ORDER MARK,
Philip Newton [Mon, 1 Apr 2002 08:12:01 +0000]
Re: Change 15637: Behaviour (make viacode 0xFFFE to return BYTE ORDER  MARK,
Message-ID: <63ufauo0nrvcgmj6o3u1fjaf1t787a5l1n@4ax.com>

p4raw-id: //depot/perl@15654

22 years agoBe more explicit testing for \015 not \r
Nick Ing-Simmons [Mon, 1 Apr 2002 09:20:24 +0000]
Be more explicit testing for \015 not \r

p4raw-id: //depot/perlio@15653

22 years agoIf under UTF-8 locale the utf8.pm really needs to be found.
Jarkko Hietaniemi [Mon, 1 Apr 2002 04:41:45 +0000]
If under UTF-8 locale the utf8.pm really needs to be found.

p4raw-id: //depot/perl@15652

22 years agoUpgrade to Tie::File 0.91, from mjd.
Jarkko Hietaniemi [Mon, 1 Apr 2002 02:55:22 +0000]
Upgrade to Tie::File 0.91, from mjd.

p4raw-id: //depot/perl@15651

22 years agoDJGPP tweaks from Laszlo.
Jarkko Hietaniemi [Mon, 1 Apr 2002 02:49:14 +0000]
DJGPP tweaks from Laszlo.

p4raw-id: //depot/perl@15650

22 years agoDiscussion about minimal installations.
Jarkko Hietaniemi [Mon, 1 Apr 2002 02:47:14 +0000]
Discussion about minimal installations.

p4raw-id: //depot/perl@15649

22 years agoComment tweak from Hugo.
Jarkko Hietaniemi [Mon, 1 Apr 2002 02:42:41 +0000]
Comment tweak from Hugo.

p4raw-id: //depot/perl@15648

22 years agoAnother UTF-8 locale tweak from Hugo.
Jarkko Hietaniemi [Mon, 1 Apr 2002 02:30:18 +0000]
Another UTF-8 locale tweak from Hugo.

p4raw-id: //depot/perl@15647

22 years agoDocument the known MacOS X locale problem.
Jarkko Hietaniemi [Mon, 1 Apr 2002 02:26:49 +0000]
Document the known MacOS X locale problem.

p4raw-id: //depot/perl@15646

22 years agoRegex fix from Hugo: in UTF-8 locales the character
Jarkko Hietaniemi [Mon, 1 Apr 2002 02:17:50 +0000]
Regex fix from Hugo: in UTF-8 locales the character
counting code didn't work right for minimal matches.

p4raw-id: //depot/perl@15645

22 years agoRe: 14986 xsubpp patch broke Unicode::Map8
Spider Boardman [Sun, 31 Mar 2002 20:32:43 +0000]
Re: 14986 xsubpp patch broke Unicode::Map8
Message-Id: <200204010132.UAA14443@Orb.Nashua.NH.US>

p4raw-id: //depot/perl@15644

22 years agoDocument known FreeBSD locale glitch.
Jarkko Hietaniemi [Mon, 1 Apr 2002 02:00:10 +0000]
Document known FreeBSD locale glitch.

p4raw-id: //depot/perl@15643

22 years agoThere is --list in glibc iconv.
Jarkko Hietaniemi [Mon, 1 Apr 2002 00:57:44 +0000]
There is --list in glibc iconv.

p4raw-id: //depot/perl@15642

22 years agoSlight usage tweaks to piconv: show usage with
Jarkko Hietaniemi [Sun, 31 Mar 2002 23:18:51 +0000]
Slight usage tweaks to piconv: show usage with
no -t -f or -l arguments, or with -h.

p4raw-id: //depot/perl@15641

22 years agoGet the piconv installed.
Jarkko Hietaniemi [Sun, 31 Mar 2002 23:08:28 +0000]
Get the piconv installed.

p4raw-id: //depot/perl@15640

22 years agoSpelling tweaks.
Jarkko Hietaniemi [Sun, 31 Mar 2002 22:35:21 +0000]
Spelling tweaks.

p4raw-id: //depot/perl@15639

22 years agoUpgrade to Encode 1.11, from Dan Kogai.
Jarkko Hietaniemi [Sun, 31 Mar 2002 22:31:29 +0000]
Upgrade to Encode 1.11, from Dan Kogai.

p4raw-id: //depot/perl@15638

22 years agoBehaviour (make viacode 0xFFFE to return BYTE ORDER MARK,
Jarkko Hietaniemi [Sun, 31 Mar 2002 20:50:23 +0000]
Behaviour (make viacode 0xFFFE to return BYTE ORDER MARK,
make viacode no-allocatedcode to return the 0xFFFD) tweaks,
respective test and doc tweaks.

p4raw-id: //depot/perl@15637

22 years agoRe: no <Module> <version>; (was Re: Backwards Compatibility wrt: open(FILE,">",\...
Rafael Garcia-Suarez [Sun, 31 Mar 2002 22:47:31 +0000]
Re: no <Module> <version>; (was Re: Backwards Compatibility wrt: open(FILE,">",\$var);)
Message-ID: <20020331224731.E854@rafael>

p4raw-id: //depot/perl@15636

22 years ago__attribute__ problems with g++
Mattia Barbon [Sun, 31 Mar 2002 22:43:03 +0000]
__attribute__ problems with g++
From: "Mattia Barbon" <mbarbon@dsi.unive.it>
Message-ID: <3CA790F7.23864.27BD5B4@localhost>

p4raw-id: //depot/perl@15635

22 years agoPut back the #! line, false alarm.
Jarkko Hietaniemi [Sun, 31 Mar 2002 19:28:38 +0000]
Put back the #! line, false alarm.

p4raw-id: //depot/perl@15634

22 years agoRe: [Patch] pod/perlvar.pod
Philip Newton [Sun, 31 Mar 2002 07:40:43 +0000]
Re: [Patch] pod/perlvar.pod
Message-ID: <r88dauoji5t185p6vss7cfm8c43bosmte6@4ax.com>

p4raw-id: //depot/perl@15633

22 years agoBad socketpair.t can hang anywhere
Spider Boardman [Sat, 30 Mar 2002 21:37:37 +0000]
Bad socketpair.t can hang anywhere
Message-Id: <200203310237.VAA10274@Orb.Nashua.NH.US>

p4raw-id: //depot/perl@15632

22 years agoRe: compile tweak for Win32
Michael G. Schwern [Fri, 29 Mar 2002 17:48:22 +0000]
Re: compile tweak for Win32
Message-ID: <20020329224822.GG16816@blackrider>

p4raw-id: //depot/perl@15631

22 years ago+B::Disassembler -B::C
Rafael Garcia-Suarez [Sat, 30 Mar 2002 22:19:46 +0000]
+B::Disassembler -B::C
Message-ID: <20020330221946.A28497@rafael>

p4raw-id: //depot/perl@15630

22 years agoincrease output verbosity
Rafael Garcia-Suarez [Sat, 30 Mar 2002 22:34:08 +0000]
increase output verbosity
Message-ID: <20020330223408.C28497@rafael>

p4raw-id: //depot/perl@15629

22 years agoRe: 64 bit SEGV in t/op/regmesg.t
Rafael Garcia-Suarez [Sat, 30 Mar 2002 21:36:23 +0000]
Re: 64 bit SEGV in t/op/regmesg.t
Message-ID: <20020330213623.A677@rafael>

p4raw-id: //depot/perl@15628

22 years agoIf using a network filesystem several different hosts
Jarkko Hietaniemi [Sat, 30 Mar 2002 17:43:51 +0000]
If using a network filesystem several different hosts
may be trying to lock the same file.  In this case offering
to kill the other process is not that helpful.  (Unless one
has *real* clustering, but that's not usually the case.)

p4raw-id: //depot/perl@15627

22 years ago[DOC PATCH] Document Dumpvalue::stringify
Andreas König [Sat, 30 Mar 2002 06:12:36 +0000]
[DOC PATCH] Document Dumpvalue::stringify
Message-ID: <m3hemyvdtn.fsf@anima.de>

p4raw-id: //depot/perl@15626

22 years agodprofpp - allow command-line args passed to a script...
Jeremy Zawodny [Fri, 29 Mar 2002 17:55:20 +0000]
dprofpp - allow command-line args passed to a script...
Message-ID: <20020330015520.GA4897@thinkpad0.zawodny.com>

p4raw-id: //depot/perl@15625

22 years ago[Patch] pod/perlvar.pod
Dan Kogai [Sun, 31 Mar 2002 02:03:36 +0000]
[Patch] pod/perlvar.pod
Message-Id: <131A588F-4400-11D6-BB3E-00039301D480@dan.co.jp>

p4raw-id: //depot/perl@15624

22 years agoMM & Encode fixes
Michael G. Schwern [Sat, 30 Mar 2002 06:41:56 +0000]
MM & Encode fixes
Message-ID: <20020330114156.GA16533@blackrider>

p4raw-id: //depot/perl@15623

22 years agoEBCDICification.
Jarkko Hietaniemi [Sat, 30 Mar 2002 15:13:30 +0000]
EBCDICification.

p4raw-id: //depot/perl@15622

22 years agoUpgrade to Tie::File 0.90, from mjd.
Jarkko Hietaniemi [Sat, 30 Mar 2002 15:12:45 +0000]
Upgrade to Tie::File 0.90, from mjd.

p4raw-id: //depot/perl@15621

22 years ago[DOC PATCH] Re: [BUG] sort pragma not working ?
Rafael Garcia-Suarez [Sat, 30 Mar 2002 00:20:39 +0000]
[DOC PATCH] Re: [BUG] sort pragma not working ?
Message-ID: <20020330002039.A716@rafael>

p4raw-id: //depot/perl@15620

22 years agoMakefile.PL's in core must be called with PERL_CORE=1
Michael G. Schwern [Fri, 29 Mar 2002 18:14:20 +0000]
Makefile.PL's in core must be called with PERL_CORE=1
Message-ID: <20020329231419.GI16816@blackrider>

p4raw-id: //depot/perl@15619

22 years agoFlush unixisms in lib/ExtUtils/t/Constant.t and hints.t
Paul Green [Fri, 29 Mar 2002 18:01:00 +0000]
Flush unixisms in lib/ExtUtils/t/Constant.t and hints.t
Message-Id: <200203292301.SAA22919@mailhub1.stratus.com>

p4raw-id: //depot/perl@15618

22 years agoAUTHORS updates.
Jarkko Hietaniemi [Fri, 29 Mar 2002 22:02:28 +0000]
AUTHORS updates.

p4raw-id: //depot/perl@15617

22 years agoUpgrade to Encode 1.01, from Dan Kogai.
Jarkko Hietaniemi [Fri, 29 Mar 2002 21:00:32 +0000]
Upgrade to Encode 1.01, from Dan Kogai.

p4raw-id: //depot/perl@15616

22 years agouse PERL_CORE=1 to build extensions on VMS
Craig A. Berry [Fri, 29 Mar 2002 13:46:28 +0000]
use PERL_CORE=1 to build extensions on VMS
From: "Craig A. Berry" <craigberry@mac.com>
Message-Id: <a05101501b8ca725b1d7f@[172.16.52.1]>

p4raw-id: //depot/perl@15615

22 years agoUpgrade to Memoize 1.00, from mjd, modulo the Memoize::Saves,
Jarkko Hietaniemi [Fri, 29 Mar 2002 18:34:27 +0000]
Upgrade to Memoize 1.00, from mjd, modulo the Memoize::Saves,
which one has to get from the CPAN distribution.

p4raw-id: //depot/perl@15614

22 years agoConfigure-related tweaks.
Jarkko Hietaniemi [Fri, 29 Mar 2002 17:39:38 +0000]
Configure-related tweaks.

p4raw-id: //depot/perl@15612

22 years agoOoops.
Jarkko Hietaniemi [Fri, 29 Mar 2002 17:27:51 +0000]
Ooops.

p4raw-id: //depot/perl@15611

22 years agod_time for vms
Craig A. Berry [Fri, 29 Mar 2002 11:58:29 +0000]
d_time for vms
From: "Craig A. Berry" <craigberry@mac.com>
Message-Id: <a05101500b8ca5a9c8cc6@[192.168.56.168]>

p4raw-id: //depot/perl@15610

22 years agoRe: Regex-Unicode bugs
Rafael Garcia-Suarez [Thu, 28 Mar 2002 10:12:35 +0000]
Re: Regex-Unicode bugs
Message-ID: <20020328101235.F678@rafael>

p4raw-id: //depot/perl@15609

22 years agoRe: [DOC PATCH] Regex \G and POSIX restrictions
Hugo van der Sanden [Fri, 29 Mar 2002 16:53:27 +0000]
Re: [DOC PATCH] Regex \G and POSIX restrictions
Message-Id: <200203291653.g2TGrRp26588@crypt.compulink.co.uk>

p4raw-id: //depot/perl@15608

22 years agoRe: debugger debuggers wanted
spidb@cpan.org [Fri, 29 Mar 2002 06:34:11 +0000]
Re: debugger debuggers wanted
Message-Id: <200203291134.GAA15727@Orb.Nashua.NH.US>

p4raw-id: //depot/perl@15607

22 years agoUpdate Changes.
Jarkko Hietaniemi [Fri, 29 Mar 2002 15:42:51 +0000]
Update Changes.

p4raw-id: //depot/perl@15606

22 years agoRename for 8.3-friendliness.
Jarkko Hietaniemi [Fri, 29 Mar 2002 15:36:43 +0000]
Rename for 8.3-friendliness.

p4raw-id: //depot/perl@15605

22 years agoRetract ExtUtils/t/basic.t until it works.
Jarkko Hietaniemi [Fri, 29 Mar 2002 15:33:19 +0000]
Retract ExtUtils/t/basic.t until it works.

p4raw-id: //depot/perl@15604

22 years agohints/freebsd.sh to allow usemymalloc
Slaven Rezic [Thu, 28 Mar 2002 22:27:14 +0000]
hints/freebsd.sh to allow usemymalloc
Message-ID: <87bsd88jt9.fsf_-_@vran.herceg.de>

p4raw-id: //depot/perl@15603

22 years agoInteresting... where did this come from?
Jarkko Hietaniemi [Fri, 29 Mar 2002 15:10:43 +0000]
Interesting... where did this come from?
(The Configure change in #15600)

p4raw-id: //depot/perl@15602

22 years agoversiononly should not put `old' versions in inc
H.Merijn Brand [Fri, 29 Mar 2002 12:53:49 +0000]
versiononly should not put `old' versions in inc
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Message-Id: <20020329125040.8A8C.H.M.BRAND@hccnet.nl>

p4raw-id: //depot/perl@15600

22 years agoMakeMaker sync 5.48_03 -> 5.53_01
Michael G. Schwern [Fri, 29 Mar 2002 04:12:47 +0000]
MakeMaker sync 5.48_03 -> 5.53_01
Message-ID: <20020329091247.GA7432@blackrider>

(with two nits: (1) change lib/Extutils/Command/MM.pm
in MANIFEST to be lib/ExtUtils/Command/MM.pm (2) Add
@INC to compile.t)

p4raw-id: //depot/perl@15599

22 years agoLeftovers from Encode 0.99.
Jarkko Hietaniemi [Fri, 29 Mar 2002 14:11:58 +0000]
Leftovers from Encode 0.99.

p4raw-id: //depot/perl@15598

22 years agoIntegrate mainline
Nick Ing-Simmons [Fri, 29 Mar 2002 14:03:35 +0000]
Integrate mainline

p4raw-id: //depot/perlio@15597

22 years agoAnother Unicode-3.2-induced doc fix
SADAHIRO Tomoyuki [Fri, 29 Mar 2002 21:45:47 +0000]
Another Unicode-3.2-induced doc fix
Message-Id: <20020329214046.4C1E.BQW10602@nifty.com>

p4raw-id: //depot/perl@15596

22 years agoreentr.pl: warning fixes, getpwentr_size fix
Slaven Rezic [Fri, 29 Mar 2002 12:19:58 +0000]
reentr.pl: warning fixes, getpwentr_size fix
Message-Id: <200203291119.g2TBJwqB016888@vran.herceg.de>

p4raw-id: //depot/perl@15595

22 years agoQuieting OS X
Michael G. Schwern [Fri, 29 Mar 2002 05:46:23 +0000]
Quieting OS X
Message-ID: <20020329104622.GA9163@blackrider>

p4raw-id: //depot/perl@15594

22 years agooptimize ext/Time/HiRes/HiRes.xs
Paul Green [Fri, 29 Mar 2002 00:05:00 +0000]
optimize ext/Time/HiRes/HiRes.xs
   Message-Id: <200203290506.AAA20433@mailhub1.stratus.com>

p4raw-id: //depot/perl@15593

22 years agoRe: perl 5.7.3 + XS lvalue subs
Spider Boardman [Fri, 29 Mar 2002 00:52:24 +0000]
Re: perl 5.7.3 + XS lvalue subs
   Message-Id: <200203290552.AAA47443@leggy.zk3.dec.com>

p4raw-id: //depot/perl@15592