22 years agoSync with Scalar-List-Utils-1.07
Graham Barr [Mon, 18 Mar 2002 10:10:55 +0000]
Sync with Scalar-List-Utils-1.07

p4raw-id: //depot/perl@15283

22 years ago URL fix from MJD.
Abhijit Menon-Sen [Mon, 18 Mar 2002 04:44:37 +0000]
   URL fix from MJD.

p4raw-id: //depot/perl@15281

22 years agoMore prototype calming (really should fix the Configure
Jarkko Hietaniemi [Mon, 18 Mar 2002 01:58:51 +0000]
More prototype calming (really should fix the Configure
protochk, but not at this point in time).

p4raw-id: //depot/perl@15280

22 years agoreturn at the wrong side of #endif.
Jarkko Hietaniemi [Mon, 18 Mar 2002 01:19:40 +0000]
return at the wrong side of #endif.

p4raw-id: //depot/perl@15279

22 years ago Typo fix from Stas Bekman.
Abhijit Menon-Sen [Sun, 17 Mar 2002 23:45:31 +0000]
   Typo fix from Stas Bekman.

p4raw-id: //depot/perl@15278

22 years ago Upgrade to Tie::File 0.21.
Abhijit Menon-Sen [Sun, 17 Mar 2002 23:41:35 +0000]
   Upgrade to Tie::File 0.21.

p4raw-id: //depot/perl@15277

22 years agoSimple speed gainback (as it was in 5.6): for non-Unicode
Jarkko Hietaniemi [Sun, 17 Mar 2002 21:50:26 +0000]
Simple speed gainback (as it was in 5.6): for non-Unicode
character classes use inlined macros instead of the full
function call.

p4raw-id: //depot/perl@15276

22 years agoIntegrate perlio:
Jarkko Hietaniemi [Sun, 17 Mar 2002 20:14:18 +0000]
Integrate perlio:

[ 15274]
Other :encoding oddities
- we should really pop while we can still make method calls
in case DESTROY does something.
- Provide a no-op DESTROY
- Use SvPV_only() rather than just SvPV_on()

[ 15273]
Avoid overwrite of un-allocated memory when SvCUR > SvLEN
p4raw-link: @15274 on //depot/perlio: 284ee456826016ea93485015648c2b3b4b3bcd40
p4raw-link: @15273 on //depot/perlio: 54f0641bc82f8965b371b5750b4424f8aef9918d

p4raw-id: //depot/perl@15275

22 years agoOther :encoding oddities
Nick Ing-Simmons [Sun, 17 Mar 2002 20:00:12 +0000]
Other :encoding oddities
 - we should really pop while we can still make method calls
   in case DESTROY does something.
 - Provide a no-op DESTROY
 - Use SvPV_only() rather than just SvPV_on()

p4raw-id: //depot/perlio@15274

22 years agoAvoid overwrite of un-allocated memory when SvCUR > SvLEN
Nick Ing-Simmons [Sun, 17 Mar 2002 19:53:24 +0000]
Avoid overwrite of un-allocated memory when SvCUR > SvLEN

p4raw-id: //depot/perlio@15273

22 years agoImplement the retry-on-ERANGE for the get*_r().
Jarkko Hietaniemi [Sun, 17 Mar 2002 18:39:22 +0000]
Implement the retry-on-ERANGE for the get*_r().
The buffer will keep doubling until 64k.

p4raw-id: //depot/perl@15272

22 years agoIntegrate mainline
Nick Ing-Simmons [Sun, 17 Mar 2002 17:38:44 +0000]
Integrate mainline

p4raw-id: //depot/perlio@15271

22 years agoUTF-8 bug (maybe alreayd known?)
Andreas König [Fri, 8 Mar 2002 16:36:01 +0000]
UTF-8 bug (maybe alreayd known?)
Message-ID: <m3n0xjul5q.fsf@anima.de>

p4raw-id: //depot/perl@15270

22 years agoIntegarate mainline
Nick Ing-Simmons [Sun, 17 Mar 2002 09:12:39 +0000]
Integarate mainline

p4raw-id: //depot/perlio@15269

22 years agoSEGV in s/// and UTF-8
Andreas König [Tue, 12 Mar 2002 00:40:09 +0000]
SEGV in s/// and UTF-8
Message-ID: <m3r8mqad2e.fsf@anima.de>

p4raw-id: //depot/perl@15268

22 years agoThwart IRIX long doubles and sloppy pow() (in Perl, **);
Jarkko Hietaniemi [Sat, 16 Mar 2002 19:57:03 +0000]
Thwart IRIX long doubles and sloppy pow() (in Perl, **);
from Nicholas Clark.  Fixes lib/integer.t and t/op/pack.t
which assume that 2**someinteger is accurate.

p4raw-id: //depot/perl@15267

22 years ago_r-ify config.win64, too.
Jarkko Hietaniemi [Sat, 16 Mar 2002 18:55:53 +0000]
_r-ify config.win64, too.

p4raw-id: //depot/perl@15266

22 years agoBetter place to initialize (IRIX cc noticed that
Jarkko Hietaniemi [Sat, 16 Mar 2002 18:51:45 +0000]
Better place to initialize (IRIX cc noticed that
the many "goto defchars" bypass the initialization)

p4raw-id: //depot/perl@15265

22 years agoIf not building threaded, never mind the threaded prototypes.
Jarkko Hietaniemi [Sat, 16 Mar 2002 18:41:19 +0000]
If not building threaded, never mind the threaded prototypes.

p4raw-id: //depot/perl@15264

22 years agoFreeBSD is lying to us: there is no threadsafe gethostbyaddr_r.
Jarkko Hietaniemi [Sat, 16 Mar 2002 18:29:26 +0000]
FreeBSD is lying to us: there is no threadsafe gethostbyaddr_r.

p4raw-id: //depot/perl@15262

22 years ago Upgrade to Tie::File 0.20.
Abhijit Menon-Sen [Sat, 16 Mar 2002 18:14:04 +0000]
   Upgrade to Tie::File 0.20.

p4raw-id: //depot/perl@15261

22 years agoThere seems to be a trend for the *time_r to be hidden.
Jarkko Hietaniemi [Sat, 16 Mar 2002 18:12:25 +0000]
There seems to be a trend for the *time_r to be hidden.

p4raw-id: //depot/perl@15260

22 years agofix anchor generation code (ID 20020312.006)
Stas Bekman [Sun, 17 Mar 2002 02:11:26 +0000]
fix anchor generation code (ID 20020312.006)
Message-ID: <Pine.LNX.4.44.0203170205130.16962-100000@hope.stason.org>

p4raw-id: //depot/perl@15259

22 years agoRe: dumpvar.pl bug
Peter Scott [Fri, 15 Mar 2002 18:19:21 +0000]
Re: dumpvar.pl bug
Message-id: <4.3.2.7.2.20020315153302.00bac420@shell2.webquarry.com>

p4raw-id: //depot/perl@15258

22 years agoMore paranoid _r protochecking. At least Tru64 and
Jarkko Hietaniemi [Sat, 16 Mar 2002 17:52:29 +0000]
More paranoid _r protochecking.  At least Tru64 and
Linux need additional hinting help to believe that
the time_r protos exist; turn on FreeBSD _THREAD_SAFE
to see what goes bang.

p4raw-id: //depot/perl@15257

22 years agoHP-UX gcc 3 warnings found by Sarathy.
Jarkko Hietaniemi [Sat, 16 Mar 2002 16:23:07 +0000]
HP-UX gcc 3 warnings found by Sarathy.

p4raw-id: //depot/perl@15255

22 years agoRe: [ID 20020315.003] timelocal does not return fractal values anymore
Slaven Rezic [Sat, 16 Mar 2002 15:29:18 +0000]
Re: [ID 20020315.003] timelocal does not return fractal values anymore
Message-ID: <877kocwpq9.fsf@vran.herceg.de>

p4raw-id: //depot/perl@15254

22 years agoHP-UX has also endgrent_r/endpwent_r marked obsolete.
Jarkko Hietaniemi [Sat, 16 Mar 2002 16:11:49 +0000]
HP-UX has also endgrent_r/endpwent_r marked obsolete.

p4raw-id: //depot/perl@15253

22 years agoUIN32_MAX with borken under HP-UX+gcc
Gurusamy Sarathy [Sat, 16 Mar 2002 15:36:16 +0000]
UIN32_MAX with borken under HP-UX+gcc

p4raw-id: //depot/perl@15252

22 years ago Subject: [PATCH @15047] Use of inherited AUTOLOAD for non-method
Abhijit Menon-Sen [Sat, 16 Mar 2002 02:38:08 +0000]
   Subject: [PATCH @15047] Use of inherited AUTOLOAD for non-method
*::DESTROY() is deprecated
   From: Ilya Zakharevich <ilya@math.ohio-state.edu>
   Date: Thu, 14 Mar 2002 18:39:22 -0500
   Message-Id: <20020314183922.A8448@math.ohio-state.edu>

   Subject: Re: [PATCH @15047] Use of inherited AUTOLOAD for non-method
*::DESTROY() is deprecated
   From: Dave Mitchell <davem@fdgroup.com>
   Date: Fri, 15 Mar 2002 19:22:49 +0000
   Message-Id: <20020315192249.A22389@fdgroup.com>
p4raw-link: @15047 on //depot/perl: 0cce8c827906d6294f47c30840f886b52d8345f8

p4raw-id: //depot/perl@15251

22 years ago Plural nit.
Abhijit Menon-Sen [Sat, 16 Mar 2002 02:14:41 +0000]
   Plural nit.

p4raw-id: //depot/perl@15250

22 years agoDoesn't make sense to test for protos if the
Jarkko Hietaniemi [Fri, 15 Mar 2002 20:46:10 +0000]
Doesn't make sense to test for protos if the
functions are not to be used (!= functions exist!)
This might be the key (well, a key) to the HP-UX
problems.

p4raw-id: //depot/perl@15249

22 years agoTypo in #15247.
Jarkko Hietaniemi [Fri, 15 Mar 2002 20:05:46 +0000]
Typo in #15247.

p4raw-id: //depot/perl@15248

22 years agoThe UINT32_MAX_BROKEN is still needed for pre-gcc-3
Jarkko Hietaniemi [Fri, 15 Mar 2002 19:41:43 +0000]
The UINT32_MAX_BROKEN is still needed for pre-gcc-3
in HP-UX (from H.Merijn Brand)

p4raw-id: //depot/perl@15247

22 years agominor corrections in perldelta.pod
Mark-Jason Dominus [Fri, 15 Mar 2002 18:48:42 +0000]
minor corrections in perldelta.pod
   Message-Id: <20020315184842.13573.qmail@plover.com>

p4raw-id: //depot/perl@15246

22 years ago Upgrade to Tie::File 0.19.
Abhijit Menon-Sen [Fri, 15 Mar 2002 17:37:52 +0000]
   Upgrade to Tie::File 0.19.

p4raw-id: //depot/perl@15245

22 years agoUpdate Changes.
Jarkko Hietaniemi [Fri, 15 Mar 2002 17:13:33 +0000]
Update Changes.

p4raw-id: //depot/perl@15244

22 years agoForgot from #15241.
Jarkko Hietaniemi [Fri, 15 Mar 2002 16:18:16 +0000]
Forgot from #15241.

p4raw-id: //depot/perl@15243

22 years agopatch pod/perltodo.pod
Mark-Jason Dominus [Fri, 15 Mar 2002 15:42:18 +0000]
patch pod/perltodo.pod
Message-ID: <20020315154218.10163.qmail@plover.com>

(With s/WANT/Want/)

p4raw-id: //depot/perl@15242

22 years ago(revision 5 undef)
Nikola Knezevic [Fri, 15 Mar 2002 00:39:48 +0000]
(revision 5 undef)
Message-ID: <116078615.20020315003948@tesla.rcub.bg.ac.yu>

p4raw-id: //depot/perl@15241

22 years ago[BUG & PATCH] can't quit the debugger after run completes
Michael G. Schwern [Thu, 14 Mar 2002 16:39:29 +0000]
[BUG & PATCH] can't quit the debugger after run completes
Message-ID: <20020314213929.GA2912@blackrider>

p4raw-id: //depot/perl@15240

22 years agoIntegrate perlio:
Jarkko Hietaniemi [Fri, 15 Mar 2002 16:11:17 +0000]
Integrate perlio:

[ 15235]
Add the binmode()s to make JP.t pass on Win32
p4raw-link: @15235 on //depot/perlio: a6a3912c27ed4f9ffb87d242b56d42a194c8b333

p4raw-id: //depot/perl@15239

22 years agoMonster _r patch: try to scan for all known _r variants,
Jarkko Hietaniemi [Fri, 15 Mar 2002 16:07:58 +0000]
Monster _r patch: try to scan for all known _r variants,
and then use them (under ithreads).  May fail in HP-UX,
and the op/groups is known to be fickle everywhere.  Known
to work in Solaris, Linux, Tru64, IRIX, AIX.  (Some compiler
warnings in AIX since the first arguments of getnetbyaddr
and getnetbyadd_r are of different types.  Thanks, IBM.)

In non-Configure platforms deny the existence of any
of the _r thingies.  (Also add the recently introduced
d_tm_* to places it wasn't already in.)

TODO: the suggested glibc buffer growth retry loop in case
some entries (at least for: gr*, host*) are big.
Forgot win32/config.win64.

p4raw-id: //depot/perl@15238

22 years agoBe more explicit on when is the $! worth anything.
Jarkko Hietaniemi [Fri, 15 Mar 2002 15:18:46 +0000]
Be more explicit on when is the $! worth anything.

p4raw-id: //depot/perl@15237

22 years agoAdd the binmode()s to make JP.t pass on Win32
Nick Ing-Simmons [Fri, 15 Mar 2002 07:31:54 +0000]
Add the binmode()s to make JP.t pass on Win32

p4raw-id: //depot/perlio@15235

22 years agoIntegrate perlio:
Nick Ing-Simmons [Fri, 15 Mar 2002 07:20:49 +0000]
Integrate perlio:

[ 15233]
Mark JP.t's data files as binary

[ 15011]
Avoid $Id$ cleverness and just have a $VERSION.
p4raw-link: @15233 on //depot/perlio: 8b63e183127000ab3ef3ae3d23bdad82f4c2c257
p4raw-link: @15011 on //depot/perlio: 0a7a2f6ef0e8d0b5ea8d9679493cc39200f48ff6

p4raw-id: //depot/perl@15234

22 years agoMark JP.t's data files as binary
Nick Ing-Simmons [Fri, 15 Mar 2002 07:18:02 +0000]
Mark JP.t's data files as binary

p4raw-id: //depot/perlio@15233

22 years agoIntegrate mainline
Nick Ing-Simmons [Fri, 15 Mar 2002 07:13:38 +0000]
Integrate mainline

p4raw-id: //depot/perlio@15232

22 years agoThe section needs to be in the makedepend script
Jarkko Hietaniemi [Fri, 15 Mar 2002 04:49:10 +0000]
The section needs to be in the makedepend script
(from Jan-Erik Karlsson).

p4raw-id: //depot/perl@15231

22 years agoRe: Réf. : Re: PATCH proposal for ext/Safe/safe2.t
Nicholas Clark [Thu, 14 Mar 2002 23:05:23 +0000]
Re: Réf. : Re: PATCH proposal for ext/Safe/safe2.t
Message-ID: <20020314230522.GG363@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@15230

22 years agoRE: [PATCH] Get rid of bad error message formatting in Pod::Html
Brent Dax [Thu, 14 Mar 2002 09:08:41 +0000]
RE: [PATCH] Get rid of bad error message formatting in Pod::Html
From: "Brent Dax" <brentdax@cpan.org>
Message-ID: <FJELLKOPEAGHOOODKEDPOEIBDFAA.brentdax@cpan.org>

p4raw-id: //depot/perl@15229

22 years agoBetter patch for Benchmark.t and arith.t
Paul Green [Tue, 12 Mar 2002 19:22:00 +0000]
Better patch for Benchmark.t and arith.t
Message-Id: <200203130025.TAA20113@mailhub1.stratus.com>

p4raw-id: //depot/perl@15226

22 years agoRe: Win32: C:\Program Files
Ken Williams [Wed, 13 Mar 2002 17:50:59 +0000]
Re: Win32: C:\Program Files
From: "Ken Williams" <ken@mathforum.org>
Message-Id: <2B174669-36DD-11D6-87FA-003065F6D85A@mathforum.org>

Add -t to perl -h.

p4raw-id: //depot/perl@15225

22 years agoExtra paranoia from Nicholas Clark.
Jarkko Hietaniemi [Thu, 14 Mar 2002 14:24:44 +0000]
Extra paranoia from Nicholas Clark.

p4raw-id: //depot/perl@15224

22 years agoRe: PATCH proposal for ext/Safe/safe2.t
Nicholas Clark [Wed, 13 Mar 2002 14:22:50 +0000]
Re: PATCH proposal for ext/Safe/safe2.t
Message-ID: <20020313142250.G92566@plum.flirble.org>

p4raw-id: //depot/perl@15223

22 years agoRe: [PATCH] really protect spaces in Makefile.SH
Slaven Rezic [Tue, 12 Mar 2002 13:03:41 +0000]
Re: [PATCH] really protect spaces in Makefile.SH
Message-Id: <20020312120547.JGIP27460.mailoutvl21@[192.168.139.30]>

p4raw-id: //depot/perl@15222

22 years agoa test for B::Xref
Rafael Garcia-Suarez [Wed, 13 Mar 2002 17:18:57 +0000]
a test for B::Xref
Message-ID: <20020313171857.F1144@rafael>

p4raw-id: //depot/perl@15221

22 years agoExporter.pm POD fixups
Rafael Garcia-Suarez [Wed, 13 Mar 2002 16:21:42 +0000]
Exporter.pm POD fixups
Message-ID: <20020313162142.A1144@rafael>

p4raw-id: //depot/perl@15220

22 years agoIntegrate mainline
Nick Ing-Simmons [Thu, 14 Mar 2002 07:00:16 +0000]
Integrate mainline

p4raw-id: //depot/perlio@15219

22 years agoRe: [PATCH] 'all ::' for one and one for 'all ::'
Michael G. Schwern [Wed, 13 Mar 2002 17:43:00 +0000]
Re: [PATCH] 'all ::' for one and one for 'all ::'
Message-ID: <20020313224300.GG3311@blackrider>

p4raw-id: //depot/perl@15218

22 years agoPod tweak.
Jarkko Hietaniemi [Wed, 13 Mar 2002 17:28:36 +0000]
Pod tweak.

p4raw-id: //depot/perl@15217

22 years ago'all ::' for one and one for 'all ::'
Craig A. Berry [Wed, 13 Mar 2002 01:44:01 +0000]
'all ::' for one and one for 'all ::'
From: "Craig A. Berry" <craigberry@mac.com>
Message-Id: <a05101501b8b4ad54a28f@[172.16.52.1]>

p4raw-id: //depot/perl@15216

22 years agoIntegrate mainline.
Nick Ing-Simmons [Wed, 13 Mar 2002 08:08:36 +0000]
Integrate mainline.

p4raw-id: //depot/perlio@15215

22 years agoMore known threadsafings.
Jarkko Hietaniemi [Tue, 12 Mar 2002 23:24:59 +0000]
More known threadsafings.

p4raw-id: //depot/perl@15209

22 years agoSmall tweaks.
Jarkko Hietaniemi [Tue, 12 Mar 2002 20:43:46 +0000]
Small tweaks.

p4raw-id: //depot/perl@15208

22 years agoVERSIONize.
Jarkko Hietaniemi [Tue, 12 Mar 2002 17:38:46 +0000]
VERSIONize.

p4raw-id: //depot/perl@15207

22 years agoperl datastructure conversion shortcuts for DDD
Stas Bekman [Mon, 11 Mar 2002 14:54:31 +0000]
perl datastructure conversion shortcuts for DDD
Message-ID: <3C8C54A7.5020502@stason.org>

p4raw-id: //depot/perl@15206

22 years agoRegen modlib.
Jarkko Hietaniemi [Tue, 12 Mar 2002 17:09:50 +0000]
Regen modlib.

p4raw-id: //depot/perl@15205

22 years agoRegen toc.
Jarkko Hietaniemi [Tue, 12 Mar 2002 17:07:57 +0000]
Regen toc.

p4raw-id: //depot/perl@15204

22 years agoTiny pod tweaks.
Jarkko Hietaniemi [Tue, 12 Mar 2002 16:45:32 +0000]
Tiny pod tweaks.

p4raw-id: //depot/perl@15203

22 years agoperldeltaize Hash::Util.
Jarkko Hietaniemi [Tue, 12 Mar 2002 16:06:04 +0000]
perldeltaize Hash::Util.

p4raw-id: //depot/perl@15202

22 years agoMove the readonly interface back to universal.c,
Jarkko Hietaniemi [Tue, 12 Mar 2002 15:41:23 +0000]
Move the readonly interface back to universal.c,
(new name: Internals::SvREADONLY), remove Data::Util,
move Hash::Util to lib, also introduce refcnt interface
(Internals::SvREFCNT). Make both the new interfaces
to be more sane so that if they set the value, they return
the new value, not the old one.

p4raw-id: //depot/perl@15201

22 years agoDisambiguate "Can't locate"
Mike Guy [Tue, 12 Mar 2002 16:04:23 +0000]
Disambiguate "Can't locate"
   Message-Id: <E16kolD-0002S0-00@draco.cus.cam.ac.uk>

p4raw-id: //depot/perl@15200

22 years agoperl/lib/File/stat.t
Paul Green [Tue, 12 Mar 2002 11:00:00 +0000]
perl/lib/File/stat.t
   Message-Id: <200203121602.LAA29760@mailhub1.stratus.com>

p4raw-id: //depot/perl@15199

22 years agoRe[2]: Related issues? [ID 20020222.011]
Robin Barker [Tue, 12 Mar 2002 13:31:58 +0000]
Re[2]: Related issues? [ID 20020222.011]
   Message-Id: <200203121331.NAA21278@tempest.npl.co.uk>

p4raw-id: //depot/perl@15198

22 years agoInappropriate termination of POD
Clinton A. Pierce [Tue, 12 Mar 2002 10:11:53 +0000]
Inappropriate termination of POD
   From: "Clinton A. Pierce" <clintp@geeksalad.org>
   Message-Id: <5.1.0.14.2.20020312095400.00aed218@www.geeksalad.org>

p4raw-id: //depot/perl@15197

22 years agoIntegrate mainline
Nick Ing-Simmons [Tue, 12 Mar 2002 13:40:35 +0000]
Integrate mainline

p4raw-id: //depot/perlio@15196

22 years agoIntegrate mainline (a while ago)
Nick Ing-Simmons [Tue, 12 Mar 2002 06:08:24 +0000]
Integrate mainline (a while ago)

p4raw-id: //depot/perlio@15195

22 years agoPrototyping ...
Jonathan Stowe [Mon, 11 Mar 2002 08:12:15 +0000]
Prototyping ...
   Message-Id: <Pine.LNX.4.44.0203110808140.4580-100000@orpheus.gellyfish.com>

p4raw-id: //depot/perl@15194

22 years agoget magic typo
Dave Mitchell [Fri, 8 Mar 2002 17:08:45 +0000]
get magic typo
   Message-Id: <200203081708.RAA29941@gizmo.fdgroup.co.uk>

p4raw-id: //depot/perl@15193

22 years agofix format in lib/utf8.pm and polish the meaning
Anton Tagunov [Tue, 12 Mar 2002 01:40:58 +0000]
fix format in lib/utf8.pm and polish the meaning
   Message-Id: <1194068830.20020312014058@motor.ru>
   (Applied with tweaks.)

p4raw-id: //depot/perl@15192

22 years agoalarm(), Win32, no PERL_IMPLICIT_SYS
Mattia Barbon [Sun, 10 Mar 2002 22:10:15 +0000]
alarm(), Win32, no PERL_IMPLICIT_SYS
   From: "Mattia Barbon" <mbarbon@dsi.unive.it>
   Message-Id: <3C8BD9C7.13988.73992D@localhost>

p4raw-id: //depot/perl@15191

22 years agoRe[2]: [Patch docs] perlsub. Re: [ID 20020227.012], [ID 20020227.018]
Anton Tagunov [Mon, 11 Mar 2002 23:27:47 +0000]
Re[2]: [Patch docs] perlsub. Re: [ID 20020227.012], [ID 20020227.018]
   Message-Id: <19414222180.20020311232747@motor.ru>

p4raw-id: //depot/perl@15190

22 years agominor patch for comment in utfebcdic.h
Anton Tagunov [Tue, 12 Mar 2002 00:20:21 +0000]
minor patch for comment in utfebcdic.h
   Message-Id: <13817376786.20020312002021@motor.ru>

p4raw-id: //depot/perl@15189

22 years agoB::Xref improvements
Rafael Garcia-Suarez [Mon, 11 Mar 2002 23:32:20 +0000]
B::Xref improvements
   Message-Id: <20020311233220.A12677@rafael>

p4raw-id: //depot/perl@15188

22 years agolib/ExtUtils/MM_Unix.pm
Paul Green [Mon, 11 Mar 2002 17:23:00 +0000]
lib/ExtUtils/MM_Unix.pm
   Message-Id: <200203112225.RAA27594@mailhub1.stratus.com>

p4raw-id: //depot/perl@15187

22 years agoinstallperl - minor untangle for VOS
Paul Green [Mon, 11 Mar 2002 17:05:00 +0000]
installperl - minor untangle for VOS
   Message-Id: <200203112203.RAA21987@mailhub2.stratus.com>

p4raw-id: //depot/perl@15186

22 years agofix to deparse ${^WARNINGS_BITS}
Rafael Garcia-Suarez [Mon, 11 Mar 2002 22:37:39 +0000]
fix to deparse ${^WARNINGS_BITS}
   Message-Id: <20020311223739.A691@rafael>

p4raw-id: //depot/perl@15185

22 years agoStray whitespace mucking here-doc
Michael G. Schwern [Tue, 12 Mar 2002 01:12:08 +0000]
Stray whitespace mucking here-doc
   Message-Id: <20020312061208.GD904@blackrider>

p4raw-id: //depot/perl@15184

22 years agoRe: ext/Encode/t/Tcl.t on VMS @15173
Audrey Tang [Tue, 12 Mar 2002 13:05:53 +0000]
Re: ext/Encode/t/Tcl.t on VMS @15173
   Message-Id: <20020312050553.GA7864@not.autrijus.org>
   (Only doc hunk applied, supplementing #15182.)
p4raw-link: @15173 on //depot/perl: 2a3d532f608c7c5e0c317bfba640d088125b93a3

p4raw-id: //depot/perl@15183

22 years agoRe: ext/Encode/t/Tcl.t on VMS @15173
Audrey Tang [Tue, 12 Mar 2002 12:56:46 +0000]
Re: ext/Encode/t/Tcl.t on VMS @15173
   Message-Id: <20020312045646.GA7689@not.autrijus.org>
   (Private mail.)
p4raw-link: @15173 on //depot/perl: 2a3d532f608c7c5e0c317bfba640d088125b93a3

p4raw-id: //depot/perl@15182

22 years agoRe: ext/Encode/t/Tcl.t on VMS @15173
Audrey Tang [Tue, 12 Mar 2002 11:55:06 +0000]
Re: ext/Encode/t/Tcl.t on VMS @15173
   Message-Id: <20020312035506.GA6946@not.autrijus.org>
p4raw-link: @15173 on //depot/perl: 2a3d532f608c7c5e0c317bfba640d088125b93a3

p4raw-id: //depot/perl@15181

22 years agoFAQ sync.
Jarkko Hietaniemi [Mon, 11 Mar 2002 21:42:58 +0000]
FAQ sync.

p4raw-id: //depot/perl@15179

22 years agoThe test needs perlio.
Jarkko Hietaniemi [Mon, 11 Mar 2002 17:34:34 +0000]
The test needs perlio.

p4raw-id: //depot/perl@15178

22 years agoperlreftut update
Mark-Jason Dominus [Mon, 11 Mar 2002 11:36:27 +0000]
perlreftut update
   Message-Id: <20020311163627.31020.qmail@plover.com>

p4raw-id: //depot/perl@15177

22 years agoMinor correction in perlfaq5
Mark-Jason Dominus [Mon, 11 Mar 2002 16:34:22 +0000]
Minor correction in perlfaq5
   Message-Id: <20020311163422.30963.qmail@plover.com>

p4raw-id: //depot/perl@15176

22 years agonumber of skipped tests was incorrect
Gurusamy Sarathy [Mon, 11 Mar 2002 15:11:42 +0000]
number of skipped tests was incorrect

p4raw-id: //depot/perl@15175

22 years agoremove doubled CRs
Gurusamy Sarathy [Mon, 11 Mar 2002 14:39:11 +0000]
remove doubled CRs

p4raw-id: //depot/perl@15174

22 years agoUpdate Changes.
Jarkko Hietaniemi [Mon, 11 Mar 2002 14:07:01 +0000]
Update Changes.

p4raw-id: //depot/perl@15173

22 years agoRegen toc.
Jarkko Hietaniemi [Mon, 11 Mar 2002 13:54:49 +0000]
Regen toc.

p4raw-id: //depot/perl@15172