22 years agoMake the locale-induced UTF-8-ification of STD fhs
Jarkko Hietaniemi [Thu, 16 Jan 2003 01:58:39 +0000]
Make the locale-induced UTF-8-ification of STD fhs
and the default file open layer explicit (either -C
or PERL_UTF8_LOCALE), instead of implicit (and unasked-for).

p4raw-id: //depot/perl@18490

22 years agoperlrun.pod: fix -i examples
Brendan O'Dea [Sun, 12 Jan 2003 06:18:32 +0000]
perlrun.pod: fix -i examples
Message-ID: <20030111191832.GA19441@londo.c47.org>

p4raw-id: //depot/perl@18489

22 years agodiagnostics.pm: useful apropos description for splain
Brendan O'Dea [Sun, 12 Jan 2003 06:17:30 +0000]
diagnostics.pm: useful apropos description for splain
Message-ID: <20030111191730.GA19420@londo.c47.org>

p4raw-id: //depot/perl@18488

22 years agoAdd a test case for bug [perl #19545]
Rafael Garcia-Suarez [Wed, 15 Jan 2003 20:45:14 +0000]
Add a test case for bug [perl #19545]

p4raw-id: //depot/perl@18487

22 years agoisa() and can() didn't work on magic variables
Rafael Garcia-Suarez [Wed, 15 Jan 2003 20:34:52 +0000]
isa() and can() didn't work on magic variables
see Message-Id: <20030114220737.2190ba7c.rgarciasuarez@free.fr>
plus a test case by B. Goldberg

p4raw-id: //depot/perl@18486

22 years agoRe: [perl #19566] Perl 5.8.0 segfault
Stephen McCamant [Thu, 2 Jan 2003 18:08:23 +0000]
Re: [perl #19566] Perl 5.8.0 segfault
Message-ID: <15892.50791.692636.982873@syllepsis.MIT.EDU>
Plus a test by Jarkko
Integrated from changes 18444 and 18446 from maint-5.8

p4raw-id: //depot/perl@18485
p4raw-branched: from //depot/maint-5.8/perl@18484 'branch in'
t/op/readline.t
p4raw-integrated: from //depot/maint-5.8/perl@18446 'merge in' MANIFEST
(@18436..)
p4raw-integrated: from //depot/maint-5.8/perl@18444 'merge in' pp_hot.c
(@18173..)

22 years agoUpgrade to Time::HiRes 1.42.
Jarkko Hietaniemi [Wed, 15 Jan 2003 14:09:57 +0000]
Upgrade to Time::HiRes 1.42.

p4raw-id: //depot/perl@18484

22 years agoDetypo.
Jarkko Hietaniemi [Wed, 15 Jan 2003 00:23:20 +0000]
Detypo.

p4raw-id: //depot/perl@18483

22 years agoIntegrate change #18365 from maint-5.8 :
Rafael Garcia-Suarez [Tue, 14 Jan 2003 21:41:04 +0000]
Integrate change #18365 from maint-5.8 :
Doc tweak on the S_ macros.
p4raw-link: @18365 on //depot/maint-5.8/perl: 378127987ff4c88cb2a8690e8ec78a2aaeb118a0

p4raw-id: //depot/perl@18482
p4raw-integrated: from //depot/maint-5.8/perl@18365 'merge in'
pod/perlfunc.pod (@18364..)

22 years agoApparently some stdios have bugs (no! don't tell it is so!)
Jarkko Hietaniemi [Tue, 14 Jan 2003 12:40:24 +0000]
Apparently some stdios have bugs (no! don't tell it is so!)
or there is a corner of stdio that is substandardised.

p4raw-id: //depot/perl@18481

22 years agoEncode 1.84 broke the subtest #7, further study required.
Jarkko Hietaniemi [Tue, 14 Jan 2003 01:25:14 +0000]
Encode 1.84 broke the subtest #7, further study required.

p4raw-id: //depot/perl@18480

22 years agoAdd a test for encoding 'utf8'.
Jarkko Hietaniemi [Mon, 13 Jan 2003 23:13:02 +0000]
Add a test for encoding 'utf8'.

p4raw-id: //depot/perl@18479

22 years agoUpgrade to Encode 1.84.
Jarkko Hietaniemi [Mon, 13 Jan 2003 23:10:55 +0000]
Upgrade to Encode 1.84.

p4raw-id: //depot/perl@18478

22 years agoIntegrate from perlio:
Jarkko Hietaniemi [Mon, 13 Jan 2003 02:42:47 +0000]
Integrate from perlio:
[ 18471]
Fix #18711 and add test for it (and indeed tell on write
handles at all !

(#18711 Serious bug of tell() in perl)
p4raw-link: @18471 on //depot/perlio: 0678cb22c235366e6443f8ba36afc299093d457c

p4raw-id: //depot/perl@18475

22 years agoIntegrate from perlio:
Jarkko Hietaniemi [Mon, 13 Jan 2003 02:41:04 +0000]
Integrate from perlio:
[ 18470]
Fix #16306 and #16880

(#16306 Big Badda leak in Sockets)
(#16880 Memory leak with IO::Socket in Perl v5.8.0)
p4raw-link: @18470 on //depot/perlio: 9217ff3fe3ec1aad7b12d79198ffb9252d6908de

p4raw-id: //depot/perl@18474

22 years agoIntegrate perlio #18040 and #18043 (no real changes;
Jarkko Hietaniemi [Mon, 13 Jan 2003 02:38:33 +0000]
Integrate perlio #18040 and #18043 (no real changes;
some whitespace changes but ignored them so that Dan's
version of Encode wins)

p4raw-id: //depot/perl@18473

22 years agoIntegrate perlio to mainline:
Jarkko Hietaniemi [Mon, 13 Jan 2003 01:31:01 +0000]
Integrate perlio to mainline:
[ 18240]
Avoid eqtime() wiping the file (as suggested by
"Luis G. Uribe C." <GUribe@SoftHome.net>
p4raw-link: @18240 on //depot/perlio: a6bd83f0a15d2730a2e1d4ba3319cc912869b7f3

p4raw-id: //depot/perl@18472
p4raw-integrated: from //depot/perlio@18468 'copy in'
lib/ExtUtils/Command.pm (@17257..)

22 years agoFix #18711 and add test for it (and indeed tell on write
Nick Ing-Simmons [Sun, 12 Jan 2003 17:34:33 +0000]
Fix #18711 and add test for it (and indeed tell on write
handles at all !

p4raw-id: //depot/perlio@18471

22 years agoFix #16306 and #16880
Nick Ing-Simmons [Sun, 12 Jan 2003 14:06:15 +0000]
Fix #16306 and #16880

p4raw-id: //depot/perlio@18470

22 years agoIntegrate Mainline
Nick Ing-Simmons [Sun, 12 Jan 2003 09:54:42 +0000]
Integrate Mainline

p4raw-id: //depot/perlio@18469

22 years agoVMS perly build tweak
Craig A. Berry [Thu, 9 Jan 2003 14:44:40 +0000]
VMS perly build tweak
From: "Craig A. Berry" <craigberry@mac.com>
Message-Id: <a05200f03ba4389ff49eb@[172.16.52.1]>

p4raw-id: //depot/perl@18468

22 years agoDocument that ${^TAINT} is read-only.
Rafael Garcia-Suarez [Thu, 9 Jan 2003 21:03:07 +0000]
Document that ${^TAINT} is read-only.

p4raw-id: //depot/perl@18467

22 years agoFix the doc for splitpath() in the File::Spec modules :
Rafael Garcia-Suarez [Wed, 8 Jan 2003 22:02:26 +0000]
Fix the doc for splitpath() in the File::Spec modules :
this function doesn't return undef in any case.

p4raw-id: //depot/perl@18465

22 years agolabel code in pp_ctl.c
Nicholas Clark [Thu, 26 Dec 2002 21:19:36 +0000]
label code in pp_ctl.c
Message-ID: <20021226211935.GE284@Bagpuss.unfortu.net>
(Integrated from change #18400 from maint-5.8)
p4raw-link: @18400 on //depot/maint-5.8/perl: ab4e87da5f15e988acf1c2de6c4dc8360964c519

p4raw-id: //depot/perl@18464
p4raw-integrated: from //depot/maint-5.8/perl@18400 'merge in' pp_ctl.c
(@18271..)

22 years ago[DOCPATCH] hv_store and hv_store_ent
Nicholas Clark [Wed, 1 Jan 2003 18:17:59 +0000]
[DOCPATCH] hv_store and hv_store_ent
Message-ID: <20030101181757.GB296@Bagpuss.unfortu.net>
(Integrated from change #18399 from maint-5.8)
p4raw-link: @18399 on //depot/maint-5.8/perl: b2b6dc3cf24b6bbbd2bcc5f30ade990aeb310850

p4raw-id: //depot/perl@18463
p4raw-integrated: from //depot/maint-5.8/perl@18462 'merge in' hv.c
(@18271..)

22 years agoIntegrate change #18391 from maint-5.8:
Rafael Garcia-Suarez [Wed, 8 Jan 2003 21:24:09 +0000]
Integrate change #18391 from maint-5.8:
Document the installprefix trick for compiling PASE Perl in AIX.
p4raw-link: @18391 on //depot/maint-5.8/perl: 5a241cb678264e621c90d31a1ef48b5f90c48a14

p4raw-id: //depot/perl@18462
p4raw-integrated: from //depot/maint-5.8/perl@18461 'copy in'
README.os400 (@18082..)

22 years agoIntegrate change #18362 from maint-5.8:
Rafael Garcia-Suarez [Wed, 8 Jan 2003 21:16:54 +0000]
Integrate change #18362 from maint-5.8:
Fix [perl #18666] (taking the more conservative approach).
p4raw-link: @18362 on //depot/maint-5.8/perl: bcd31b804be27d8e7f3a254e1ef926468a1fef19

p4raw-id: //depot/perl@18461
p4raw-integrated: from //depot/maint-5.8/perl@18460 'copy in'
lib/File/Spec/Unix.pm (@18080..)

22 years agoIntegrate change #18361 from maint-5.8:
Rafael Garcia-Suarez [Wed, 8 Jan 2003 21:14:20 +0000]
Integrate change #18361 from maint-5.8:
Document that the socketpair tests are unhappy in old SCO,
as per [perl #18537].
p4raw-link: @18361 on //depot/maint-5.8/perl: 4096d0de323484cdb8e1bff9fd6221ce48264172

p4raw-id: //depot/perl@18460
p4raw-integrated: from //depot/maint-5.8/perl@18459 'copy in'
pod/perl58delta.pod (@18173..)

22 years agoPerlFAQ sync.
Rafael Garcia-Suarez [Wed, 8 Jan 2003 20:48:19 +0000]
PerlFAQ sync.

p4raw-id: //depot/perl@18459

22 years ago%_ (was Re: [PATCH] operation on `PL_na' may be undefined)
Nicholas Clark [Thu, 26 Dec 2002 21:16:27 +0000]
%_ (was Re: [PATCH] operation on `PL_na' may be undefined)
Message-ID: <20021226211626.GD284@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@18456

22 years agointegrate more with report_evil_fh
Nicholas Clark [Thu, 26 Dec 2002 20:56:21 +0000]
integrate more with report_evil_fh
Message-ID: <20021226205620.GA16584@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@18455

22 years agoIntegrate podlators-1.25
Hugo van der Sanden [Tue, 7 Jan 2003 08:45:54 +0000]
Integrate podlators-1.25

p4raw-id: //depot/perl@18454

22 years agoChange the value of ${^TAINT} : 0 without taint checks,
Rafael Garcia-Suarez [Mon, 6 Jan 2003 20:31:43 +0000]
Change the value of ${^TAINT} : 0 without taint checks,
1 with -T, and -1 with -t or -TU.

p4raw-id: //depot/perl@18453

22 years agoVMS test adjustments
Craig A. Berry [Sat, 4 Jan 2003 11:26:00 +0000]
VMS test adjustments
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <3E171928.1040100@mac.com>

p4raw-id: //depot/perl@18451

22 years ago[DOCPATCH] File::Copy's synopsis
Nicholas Clark [Wed, 1 Jan 2003 21:09:30 +0000]
[DOCPATCH] File::Copy's synopsis
Message-ID: <20030101210930.GE296@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@18441

22 years agoIntegrate change #18420 from maint-5.8:
Rafael Garcia-Suarez [Sat, 4 Jan 2003 16:31:31 +0000]
Integrate change #18420 from maint-5.8:
Mea culpa: the join() was the string join, not the
ithreads join().
p4raw-link: @18420 on //depot/maint-5.8/perl: dc2db835acbafd52ada4dd348b5bf804f5b81b3a

p4raw-id: //depot/perl@18440
p4raw-integrated: from //depot/maint-5.8/perl@18439 'copy in'
ext/threads/t/join.t (@18241..)

22 years ago[perl #15184] ExtUtils/t/Embed.t fails with -Duseshrplib -Dlibperl=...
Rafael Garcia-Suarez [Fri, 13 Dec 2002 00:54:43 +0000]
[perl #15184] ExtUtils/t/Embed.t fails with -Duseshrplib -Dlibperl=...
Message-Id: <20021213005443.3077a229.rgarciasuarez@free.fr>
Same as change 18403 for maint-5.8 branch

p4raw-id: //depot/perl@18439

22 years agoRe: [PATCH] Tiny nits in perlre.pod
Andreas König [Fri, 3 Jan 2003 00:57:15 +0000]
Re: [PATCH] Tiny nits in perlre.pod
Message-ID: <m33cob14x0.fsf@k242.linux.bogus>

p4raw-id: //depot/perl@18438

22 years agoThe problems.t is back.
Jarkko Hietaniemi [Sat, 4 Jan 2003 14:36:08 +0000]
The problems.t is back.

p4raw-id: //depot/perl@18435

22 years agoForgot to add problems.t with change #18419
Artur Bergman [Sat, 4 Jan 2003 07:43:50 +0000]
Forgot to add problems.t with change #18419
p4raw-link: @18419 on //depot/perl: 0405e91e9230dfa76b6164c6ed64f7dab29ff49a

p4raw-id: //depot/perl@18434

22 years agoOne more (or, rather, less) //.
Jarkko Hietaniemi [Sat, 4 Jan 2003 04:48:30 +0000]
One more (or, rather, less) //.

p4raw-id: //depot/perl@18432

22 years agoIntegrate from maintperl:
Jarkko Hietaniemi [Sat, 4 Jan 2003 04:39:01 +0000]
Integrate from maintperl:
[ 18430]
// is still not portable C commentary.
p4raw-link: @18430 on //depot/maint-5.8/perl: 6098d13fbc2ee728f7c2016f396fd5859d1facfa

p4raw-id: //depot/perl@18431
p4raw-integrated: from //depot/maint-5.8/perl@18425 'copy in'
ext/threads/threads.xs (@18424..)

22 years agoUntil Arthur really adds the problems.t.
Jarkko Hietaniemi [Sat, 4 Jan 2003 03:37:04 +0000]
Until Arthur really adds the problems.t.

p4raw-id: //depot/perl@18425

22 years agoFix long standing memory leak with pop and shift!
Artur Bergman [Sat, 4 Jan 2003 01:27:55 +0000]
Fix long standing memory leak with pop and shift!

p4raw-id: //depot/perl@18421

22 years agoFixes bug #15273, the return of the object caused
Artur Bergman [Fri, 3 Jan 2003 23:45:34 +0000]
Fixes bug #15273, the return of the object caused
the stash of the object to be cloned, cloning the entire syntax
tree and all lexicals in there creating danglning copies to the
object. (Pararell but unlinked STASH tree).
This adds a new flag, when set it will use STASHES from the
thread we are joining into avoiding the problem.

p4raw-id: //depot/perl@18419

22 years agoFake what context we are running in for CLONE and DESTROY so
Artur Bergman [Fri, 3 Jan 2003 18:16:46 +0000]
Fake what context we are running in for CLONE and DESTROY so
threads->tid() returns the correct value.
This is reported as bug #10046

p4raw-id: //depot/perl@18417

22 years agoChange pp_lock to take a reference instead of a
Artur Bergman [Fri, 3 Jan 2003 15:15:14 +0000]
Change pp_lock to take a reference instead of a
scalar since it wouldn't fork for the HELEM/AELEM
case. This was reported in bug #10045

p4raw-id: //depot/perl@18413

22 years agoIntegrate from maint-5.8 #18348:
Hugo van der Sanden [Fri, 3 Jan 2003 11:14:51 +0000]
Integrate from maint-5.8 #18348:
Make Math::Trig a little bit more better behaved module citizen.

p4raw-id: //depot/perl@18412
p4raw-integrated: from //depot/maint-5.8/perl@18411 'copy in'
lib/Math/Trig.pm (@17645..)

22 years agoRe: [perl #19061] 'goto' confuses 'redo'
Stephen McCamant [Sun, 22 Dec 2002 22:09:51 +0000]
Re: [perl #19061] 'goto' confuses 'redo'
Message-ID: <15878.32383.94274.950128@syllepsis.MIT.EDU>

p4raw-id: //depot/perl@18411

22 years agonew flag SvPADSTALE
Dave Mitchell [Thu, 19 Dec 2002 19:00:21 +0000]
new flag SvPADSTALE
Message-ID: <20021219190021.D9530@fdgroup.com>

p4raw-id: //depot/perl@18410

22 years agoremove flag SvPADBUSY
Dave Mitchell [Thu, 19 Dec 2002 18:55:43 +0000]
remove flag SvPADBUSY
Message-ID: <20021219185543.C9530@fdgroup.com>

p4raw-id: //depot/perl@18409

22 years agowin32_msgwait() problem
Gurusamy Sarathy [Fri, 13 Dec 2002 17:31:59 +0000]
win32_msgwait() problem
Message-Id: <200212140132.gBE1Vxp02090@smtp3.ActiveState.com>

p4raw-id: //depot/perl@18408

22 years agoRe: [perl #18257] Attempt to free unreferenced scalar (in 5 lines)
Hugo van der Sanden [Thu, 2 Jan 2003 17:16:04 +0000]
Re: [perl #18257] Attempt to free unreferenced scalar (in 5 lines)
Message-Id: <200301021716.h02HG5809404@crypt.compulink.co.uk>

p4raw-id: //depot/perl@18407

22 years agoUnder darwin 6.0+ (MacOSX 10.2) we have threadsafe
Artur Bergman [Fri, 3 Jan 2003 08:23:16 +0000]
Under darwin 6.0+ (MacOSX 10.2) we have threadsafe
libc_r functions.

p4raw-id: //depot/perl@18406

22 years agoRe: Smoke [5.8.0] 18389 FAIL(Fm) MSWin32 5.0 Service Pack 3 (x86/1 cpu)
Abe Timmerman [Thu, 2 Jan 2003 19:02:21 +0000]
Re: Smoke [5.8.0] 18389 FAIL(Fm) MSWin32 5.0 Service Pack 3 (x86/1 cpu)
Message-ID: <200301021902.22444.abe@ztreet.demon.nl>
From: abe@ztreet.demon.nl (Abe Timmerman)

p4raw-id: //depot/perl@18393

22 years agoUse a more likely location for the perl binary
H.Merijn Brand [Thu, 2 Jan 2003 07:32:00 +0000]
Use a more likely location for the perl binary

p4raw-id: //depot/perl@18390

22 years agoIntegrate mainline
Nick Ing-Simmons [Wed, 1 Jan 2003 19:14:32 +0000]
Integrate mainline

p4raw-id: //depot/perlio@18384

22 years agointegrate change#18377 from maint-5.6 branch
Gurusamy Sarathy [Tue, 31 Dec 2002 04:07:56 +0000]
integrate change#18377 from maint-5.6 branch

       change#17566 needs to be more defensive about win32_dup2()
       itself calling SetStdHandle() (at least MSVCRT does this)
p4raw-link: @18377 on //depot/maint-5.6/perl: 0da6bbac9a33d465c32cde5247be045d49864a2d
p4raw-link: @17566 on //depot/maint-5.6/perl: c7efefc2a43b65746e10207fe89bc47b7f7c27ea

p4raw-id: //depot/perl@18378
p4raw-integrated: from //depot/maint-5.6/perl@18376 'merge in'
win32/win32.c (@18329..)

22 years agoUpdate Changes
Hugo van der Sanden [Tue, 31 Dec 2002 02:02:17 +0000]
Update Changes

p4raw-id: //depot/perl@18376

22 years agoRemove duplicate entry
Hugo van der Sanden [Mon, 30 Dec 2002 03:32:22 +0000]
Remove duplicate entry

p4raw-id: //depot/perl@18374

22 years ago[perl #19343] perlfunc.pod patch for stat() and lstat()
Dave Paris [Sun, 22 Dec 2002 05:15:14 +0000]
[perl #19343] perlfunc.pod patch for stat() and lstat()
From: Dave Paris (via RT) <perlbug-followup@perl.org>
Message-Id: <rt-19343-46041.7.82970696202895@bugs6.perl.org>

p4raw-id: //depot/perl@18373

22 years agoHolding filehandle open
Michael G. Schwern [Sat, 21 Dec 2002 19:29:41 +0000]
Holding filehandle open
Message-ID: <20021222032941.GD24887@blackrider.schwern.org>

p4raw-id: //depot/perl@18372

22 years agoRe: [perl #19330] Uneffective increment of $\
Rafael Garcia-Suarez [Fri, 27 Dec 2002 16:14:24 +0000]
Re: [perl #19330] Uneffective increment of $\
Message-Id: <20021227161424.17234e3c.rgarciasuarez@free.fr>

p4raw-id: //depot/perl@18371

22 years agosave_re_context() was not saving many regexec.c state
Gurusamy Sarathy [Sat, 28 Dec 2002 03:30:49 +0000]
save_re_context() was not saving many regexec.c state
variables, resulting in various reentrancy problems when
the swatches were autoloaded by perl in the midst of a
match

p4raw-id: //depot/perl@18358

22 years agosilence another signed/unsigned mismatch warning
Gurusamy Sarathy [Sat, 28 Dec 2002 02:16:51 +0000]
silence another signed/unsigned mismatch warning

p4raw-id: //depot/perl@18357

22 years agofix signed/unsigned mismatch warning from change#18266
Gurusamy Sarathy [Sat, 28 Dec 2002 02:08:23 +0000]
fix signed/unsigned mismatch warning from change#18266
p4raw-link: @18266 on //depot/perl: ada6e8a992d3696f2a5e84c5e93d2fce8998ecfb

p4raw-id: //depot/perl@18356

22 years agothese variables are not in use anywhere since 5.8.0
Gurusamy Sarathy [Sat, 28 Dec 2002 02:05:14 +0000]
these variables are not in use anywhere since 5.8.0

p4raw-id: //depot/perl@18355

22 years agodocpatch for cv.h
Nicholas Clark [Wed, 25 Dec 2002 21:01:04 +0000]
docpatch for cv.h
Message-Id: <20021225210102.GA284@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@18354

22 years ago#18345 was still broken; should be fixed now.
Hugo van der Sanden [Wed, 25 Dec 2002 02:29:17 +0000]
#18345 was still broken; should be fixed now.

p4raw-id: //depot/perl@18351

22 years agoRemoval of duplicate comment block
Yitzchak Scott-Thoennes [Mon, 23 Dec 2002 15:25:51 +0000]
Removal of duplicate comment block
Subject: Re: [perl #19306] Sys::Syslog issues.
Message-ID: </t5B+gzkg6DR092yn@efn.org>

p4raw-id: //depot/perl@18350

22 years agointegrate maint-5.8 #18301
Hugo van der Sanden [Mon, 23 Dec 2002 06:14:22 +0000]
integrate maint-5.8 #18301

p4raw-id: //depot/perl@18346
p4raw-integrated: from //depot/maint-5.8/perl@18345 'merge in'
lib/perl5db.pl (@17645..)

22 years agomore on #18344.
Hugo van der Sanden [Mon, 23 Dec 2002 06:01:17 +0000]
more on #18344.

p4raw-id: //depot/perl@18345

22 years agomore on #18312: sv.c:ss_dup()
Hugo van der Sanden [Mon, 23 Dec 2002 05:56:43 +0000]
more on #18312: sv.c:ss_dup()

p4raw-id: //depot/perl@18344

22 years ago[perl #19153] Term::Complete (the argument of stty)
OKAIE Yutaka [Sun, 15 Dec 2002 13:45:23 +0000]
[perl #19153] Term::Complete (the argument of stty)
From: OKAIE Yutaka (via RT) <perlbug-followup@perl.org>
Message-Id: <rt-19153-45441.1.2145712923207@bugs6.perl.org>

p4raw-id: //depot/perl@18343

22 years ago[perl #18544] Patch included to fix problem.
Richard Kandarian [Thu, 21 Nov 2002 08:00:20 +0000]
[perl #18544] Patch included to fix problem.
(from RT)

p4raw-id: //depot/perl@18342

22 years agooperation on `PL_na' may be undefined
Nicholas Clark [Tue, 10 Dec 2002 19:59:18 +0000]
operation on `PL_na' may be undefined
Message-ID: <20021210195917.GJ288@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@18341

22 years ago2% speedup (pp_entersub needs to go on a diet)
Nicholas Clark [Tue, 10 Dec 2002 18:55:28 +0000]
2% speedup (pp_entersub needs to go on a diet)
Message-ID: <20021210185527.GG288@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@18340

22 years agoIntegrate Time::HiRes v1.39 (for VMS build tweak)
Hugo van der Sanden [Mon, 23 Dec 2002 04:39:48 +0000]
Integrate Time::HiRes v1.39 (for VMS build tweak)

p4raw-id: //depot/perl@18339

22 years agoread permissions for h2ph-generated files
Slaven Rezic [Fri, 22 Nov 2002 14:49:14 +0000]
read permissions for h2ph-generated files
Message-Id: <200211221349.gAMDnEAK014033@vran.herceg.de>

p4raw-id: //depot/perl@18338

22 years agohandy hint: getting a perforce change as a usable patch
Hugo van der Sanden [Mon, 23 Dec 2002 03:38:59 +0000]
handy hint: getting a perforce change as a usable patch

p4raw-id: //depot/perl@18337

22 years agoReverse #18285, for reasons given in:
Hugo van der Sanden [Fri, 20 Dec 2002 00:35:27 +0000]
Reverse #18285, for reasons given in:
Subject: Re: Precedence of ? :
Message-Id: <200212200035.gBK0ZRm29309@crypt.compulink.co.uk>

p4raw-id: //depot/perl@18336

22 years agomy_fflush_all() wasn't doing the right thing under useperlio
Gurusamy Sarathy [Wed, 18 Dec 2002 23:12:14 +0000]
my_fflush_all() wasn't doing the right thing under useperlio
on many platforms

p4raw-id: //depot/perl@18335

22 years agoAIX compiler version updates
H.Merijn Brand [Wed, 18 Dec 2002 06:48:11 +0000]
AIX compiler version updates

p4raw-id: //depot/perl@18334

22 years ago$Config{prefixexp} was set incorrectly on windows
Gurusamy Sarathy [Wed, 18 Dec 2002 03:20:27 +0000]
$Config{prefixexp} was set incorrectly on windows

p4raw-id: //depot/perl@18332

22 years agoremove CRs from a couple of files (these show up as CRCRLF
Gurusamy Sarathy [Wed, 18 Dec 2002 02:32:20 +0000]
remove CRs from a couple of files (these show up as CRCRLF
on windows)

p4raw-id: //depot/perl@18330

22 years agofix for GPF in C<print Win32::GetFullPathName('\\\\host\share')>
Gurusamy Sarathy [Wed, 18 Dec 2002 02:27:10 +0000]
fix for GPF in C<print Win32::GetFullPathName('\\\\host\share')>

p4raw-id: //depot/perl@18328

22 years agowindows: support for large files
Gurusamy Sarathy [Wed, 18 Dec 2002 02:08:12 +0000]
windows: support for large files

note that this change will break binary compatibility with the
default 5.8.0 build options; nevertheless I think it is worth
having in 5.8.1 (people who want the compatibility can disable
the option in the makefile)

p4raw-id: //depot/perl@18327

22 years agoWin32.pod update
Gurusamy Sarathy [Wed, 18 Dec 2002 00:57:46 +0000]
Win32.pod update

p4raw-id: //depot/perl@18326

22 years agoPerlIO_{stdoutf,vprintf} don't exist, should be PerlSIO_*
Gurusamy Sarathy [Wed, 18 Dec 2002 00:42:45 +0000]
PerlIO_{stdoutf,vprintf} don't exist, should be PerlSIO_*

p4raw-id: //depot/perl@18325

22 years agowindows: avoid prompting under some shells during $(MAKE) distclean
Gurusamy Sarathy [Wed, 18 Dec 2002 00:34:08 +0000]
windows: avoid prompting under some shells during $(MAKE) distclean

p4raw-id: //depot/perl@18324

22 years agoPerlSIO_stderr et al are not functions
Gurusamy Sarathy [Wed, 18 Dec 2002 00:17:29 +0000]
PerlSIO_stderr et al are not functions

p4raw-id: //depot/perl@18323

22 years agointegrate change#18320 from maint-5.6 branch
Gurusamy Sarathy [Tue, 17 Dec 2002 22:56:25 +0000]
integrate change#18320 from maint-5.6 branch

C<require '\foo\bar.pm'> fails on windows if not running
from the root directory; for a test case, see:

    http://bugs.activestate.com/show_bug.cgi?id=19317

this was due to not recognizing \foo\bar.pm as an absolute
path name
p4raw-link: @18320 on //depot/maint-5.6/perl: b900fc1f8c2531fe3108ef7a9cc5b4590a5dc7f6

p4raw-id: //depot/perl@18321
p4raw-integrated: from //depot/maint-5.6/perl@18319 'merge in' util.h
(@9288..)

22 years agoWhoops, these are the changes supposed to be in #18318.
Hugo van der Sanden [Tue, 17 Dec 2002 10:08:24 +0000]
Whoops, these are the changes supposed to be in #18318.

p4raw-id: //depot/perl@18319

22 years agoRe: [PATCH] Re: [perl #19022] POSIX failures in bleadperl
Nicholas Clark [Sat, 14 Dec 2002 23:13:37 +0000]
Re: [PATCH] Re: [perl #19022] POSIX failures in bleadperl
Message-ID: <20021214231337.GF306@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@18318

22 years agoIntegrate Net::Ping v2.26. (lib/Net/Ping/t/450_service.t should work now)
Hugo van der Sanden [Tue, 17 Dec 2002 02:58:12 +0000]
Integrate Net::Ping v2.26. (lib/Net/Ping/t/450_service.t should work now)

p4raw-id: //depot/perl@18317

22 years agobuild
Ilya Zakharevich [Fri, 13 Dec 2002 13:54:05 +0000]
build
Message-ID: <20021213215404.GA2597@math.berkeley.edu>

p4raw-id: //depot/perl@18316

22 years agodeprecated warnings
Ilya Zakharevich [Fri, 13 Dec 2002 13:47:08 +0000]
deprecated warnings
Message-ID: <20021213214707.GA2588@math.berkeley.edu>

p4raw-id: //depot/perl@18315

22 years agoMorphing to PM on OS/2
Ilya Zakharevich [Fri, 13 Dec 2002 14:00:48 +0000]
Morphing to PM on OS/2
Message-ID: <20021213220048.GA2606@math.berkeley.edu>

p4raw-id: //depot/perl@18314

22 years agoOS/2 REXX interface assuming Object REXX
Ilya Zakharevich [Fri, 13 Dec 2002 14:08:00 +0000]
OS/2 REXX interface assuming Object REXX
Message-ID: <20021213220800.GA2625@math.berkeley.edu>

p4raw-id: //depot/perl@18313

22 years ago[Fwd: Patch for perl utf8-related bug]
Richard Hitt [Fri, 6 Dec 2002 16:47:42 +0000]
[Fwd: Patch for perl utf8-related bug]
[perl #18932]

p4raw-id: //depot/perl@18312