21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

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

p4raw-id: //depot/perl@18326

21 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

21 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

21 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

21 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..)

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 years agoRe: [jhi@iki.fi: enums are not nums]
Dave Mitchell [Sat, 14 Dec 2002 19:16:49 +0000]
Re: [jhi@iki.fi: enums are not nums]
Message-ID: <20021214191649.B3992@fdgroup.com>

p4raw-id: //depot/perl@18311

21 years agoregen-headers to get new API docs from #18306
Hugo van der Sanden [Tue, 17 Dec 2002 00:51:46 +0000]
regen-headers to get new API docs from #18306

p4raw-id: //depot/perl@18310

21 years agoRe: [perl #19017] lexical "my" variables not visible in debugger "x" command
Peter Scott [Thu, 12 Dec 2002 18:13:17 +0000]
Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
Message-ID: <20021212181317.50538.qmail@onion.perl.org>
(fix bug [perl #19058])

p4raw-id: //depot/perl@18308

21 years agoRe: [perl #19017] lexical "my" variables not visible in debugger "x" command
Dave Mitchell [Thu, 12 Dec 2002 23:42:35 +0000]
Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
Date: Thu, 12 Dec 2002 23:42:35 +0000
Message-ID: <20021212234235.A29245@fdgroup.com>
and
Date: Sat, 14 Dec 2002 19:16:38 +0000
Message-ID: <20021214191638.A3992@fdgroup.com>

p4raw-id: //depot/perl@18307

21 years agoMore documentation of obscure flags is good, even if the
Artur Bergman [Mon, 16 Dec 2002 21:41:40 +0000]
More documentation of obscure flags is good, even if the
documentation might be not so good. Atleast it's not false!
Documents the flags one can give to perl_clone

p4raw-id: //depot/perl@18306

21 years agoEnough changes to Configure and metaunits warrant an update.
H.Merijn Brand [Mon, 16 Dec 2002 10:53:19 +0000]
Enough changes to Configure and metaunits warrant an update.
Several small changes and three additions

p4raw-id: //depot/perl@18305

21 years agoRedone #18011 from metaunits
H.Merijn Brand [Mon, 16 Dec 2002 10:44:57 +0000]
Redone #18011 from metaunits

p4raw-id: //depot/perl@18304

21 years agoProper fix for CvOUTSIDE weak refcounting
Dave Mitchell [Tue, 10 Dec 2002 01:26:44 +0000]
Proper fix for CvOUTSIDE weak refcounting
Message-ID: <20021210012644.A7843@fdgroup.com>

p4raw-id: //depot/perl@18302

21 years ago[patch] typo in perlop
Andreas König [Wed, 11 Dec 2002 21:31:14 +0000]
[patch] typo in perlop
Message-ID: <m3k7igjo19.fsf@k242.linux.bogus>

p4raw-id: //depot/perl@18300

21 years agoIntegrate from maint-5.8 : changes 18290-1, 18293-5, 18297
Rafael Garcia-Suarez [Thu, 12 Dec 2002 20:35:29 +0000]
Integrate from maint-5.8 : changes 18290-1, 18293-5, 18297

p4raw-id: //depot/perl@18299
p4raw-integrated: from //depot/maint-5.8/perl@18298 'copy in'
pod/perlretut.pod (@17645..) pod/perlre.pod (@18080..)
ext/POSIX/t/is.t (@18189..) t/op/subst.t (@18214..)
ext/POSIX/t/posix.t (@18271..) t/op/pat.t (@18276..)
ext/POSIX/POSIX.pod (@18294..) 'merge in' regexec.c (@18095..)

21 years agoWhitespace and indentation fix in the output of B::Debug.
Rafael Garcia-Suarez [Thu, 12 Dec 2002 20:00:36 +0000]
Whitespace and indentation fix in the output of B::Debug.

p4raw-id: //depot/perl@18298

21 years agoUpdate to Scalar-List-Utils 1.09
Graham Barr [Thu, 12 Dec 2002 09:23:04 +0000]
Update to Scalar-List-Utils 1.09

p4raw-id: //depot/perl@18292

21 years agothis has been incorrect for a while now, and has changed
Gurusamy Sarathy [Wed, 11 Dec 2002 18:53:07 +0000]
this has been incorrect for a while now, and has changed
again recently

p4raw-id: //depot/perl@18287

21 years agoRe: Precedence of ? :
Stephen McCamant [Tue, 10 Dec 2002 00:57:07 +0000]
Re: Precedence of ? :
Message-Id: <20021210055707.974F073CCC@syllepsis>

p4raw-id: //depot/perl@18285

21 years agoOne more email address for #18282
Hugo van der Sanden [Wed, 11 Dec 2002 10:21:12 +0000]
One more email address for #18282

p4raw-id: //depot/perl@18284

21 years agoMore email addresses for #18282
Hugo van der Sanden [Wed, 11 Dec 2002 10:18:07 +0000]
More email addresses for #18282

p4raw-id: //depot/perl@18283

21 years agoRemove stale e-mail addresses
Andy Dougherty [Wed, 20 Nov 2002 09:40:33 +0000]
Remove stale e-mail addresses
Message-ID: <Pine.SOL.4.10.10211200938110.19608-100000@maxwell.phys.lafayette.edu>

p4raw-id: //depot/perl@18282

21 years agoIntegrate from maint-5.8 #18156, #18218.
Hugo van der Sanden [Wed, 11 Dec 2002 09:59:31 +0000]
Integrate from maint-5.8 #18156, #18218.

p4raw-id: //depot/perl@18281
p4raw-integrated: from //depot/maint-5.8/perl@18280 'copy in'
lib/unicore/Category.pl lib/unicore/SpecialCasing.txt
lib/unicore/UnicodeData.txt lib/unicore/lib/C.pl
lib/unicore/lib/Cf.pl lib/unicore/lib/Cntrl.pl
lib/unicore/lib/Graph.pl lib/unicore/lib/P.pl
lib/unicore/lib/Pd.pl lib/unicore/lib/Print.pl
lib/unicore/lib/Punct.pl (@17645..) t/op/pack.t (@18080..)
p4raw-integrated: from //depot/maint-5.8/perl@18156 'merge in'
lib/Unicode/UCD.t (@17645..)

21 years agoIntegrate from the maint-5.8/ branch :
Rafael Garcia-Suarez [Tue, 10 Dec 2002 21:30:10 +0000]
Integrate from the maint-5.8/ branch :
changes 18219, 18236, 18242-3, 18247-8,
18253-5, 18257, 18273-6

p4raw-id: //depot/perl@18280
p4raw-branched: from //depot/maint-5.8/perl@18279 'branch in'
t/op/lc_user.t
p4raw-integrated: from //depot/maint-5.8/perl@18279 'copy in'
lib/File/Copy.pm (@17645..) lib/utf8_heavy.pl pod/perlsec.pod
(@18080..) hints/irix_6.sh (@18173..) t/uni/tr_utf8.t
(@18197..) pod/perlunicode.pod (@18242..) t/op/pat.t (@18248..)
t/op/split.t (@18274..) 'edit in' pod/perlguts.pod (@18242..)
'merge in' pp.c (@18126..) MANIFEST (@18234..)
p4raw-integrated: from //depot/maint-5.8/perl@18254 'merge in'
pod/perldiag.pod (@18234..)

21 years agoRe: ANSIColor 1.06 released
H.Merijn Brand [Tue, 10 Dec 2002 14:10:03 +0000]
Re: ANSIColor 1.06 released
Version bump only after typo fix to sync with CPAN

p4raw-id: //depot/perl@18279

21 years agoVMS build update
Craig A. Berry [Mon, 9 Dec 2002 22:21:54 +0000]
VMS build update
Message-ID: <3DF56BE2.9000300@mac.com>
From: "Craig A. Berry" <craigberry@mac.com>

p4raw-id: //depot/perl@18277

21 years agoRT#15950
Mr. Nobody [Fri, 2 Aug 2002 14:13:19 +0000]
RT#15950

Subject: [PATCH] Typo in Term::ANSIColor
From: "Mr. Nobody" <mrnobo1024  at  yahoo.com>

p4raw-id: //depot/perl@18272

21 years ago[perl #18256] xsubpp can make nested comments in C code
Nicholas Clark [Thu, 7 Nov 2002 14:58:14 +0000]
[perl #18256] xsubpp can make nested comments in C code
From: Nicholas Clark (via RT) <perlbug@perl.org>
Message-Id: <rt-18256-41218.19.7625495305233@bugs6.perl.org>

p4raw-id: //depot/perl@18270

21 years agoRe: Bug in Filter::Simple
Slaven Rezic [Thu, 7 Nov 2002 10:01:41 +0000]
Re: Bug in Filter::Simple
Message-ID: <87of91u51m.fsf@vran.herceg.de>

p4raw-id: //depot/perl@18269

21 years agofix #18266 sprintf format mismatch
Hugo van der Sanden [Mon, 9 Dec 2002 00:14:58 +0000]
fix #18266 sprintf format mismatch

p4raw-id: //depot/perl@18268

21 years agoRe: [perl #18238] timezone and gmt offset as output by POSIX::strftime() are sometim...
Slaven Rezic [Sat, 9 Nov 2002 23:21:16 +0000]
Re: [perl #18238] timezone and gmt offset as output by POSIX::strftime()  are sometimes wrong
Message-ID: <874raqz8o3.fsf@vran.herceg.de>

p4raw-id: //depot/perl@18267

21 years agoRe: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
Abhijit Menon-Sen [Wed, 6 Nov 2002 19:38:11 +0000]
Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
Message-ID: <20021106193811.E20858@lustre.dyn.wiw.org>

p4raw-id: //depot/perl@18266

21 years agoRe: [perl #18927] barewords with no errors
Abe Timmerman [Sun, 8 Dec 2002 17:12:56 +0000]
Re: [perl #18927] barewords with no errors
Message-Id: <200212081712.56102.abe@ztreet.demon.nl>

p4raw-id: //depot/perl@18265

21 years agoRe: [perl #18165] "0" fails as right-hand argument to ..
Slaven Rezic [Sat, 30 Nov 2002 00:07:05 +0000]
Re: [perl #18165] "0" fails as right-hand argument to ..
Message-ID: <8765ugnffq.fsf@vran.herceg.de>

p4raw-id: //depot/perl@18264

21 years agoRe: [perl #18888] $Exporter::Verbose=1 does not work for testing, $Heavy::Verbose...
Slaven Rezic [Sun, 8 Dec 2002 01:31:45 +0000]
Re: [perl #18888] $Exporter::Verbose=1 does not work for testing, $Heavy::Verbose is not setting the value to $Exporter::Verbose
Message-ID: <874r9pmjv2.fsf@vran.herceg.de>

p4raw-id: //depot/perl@18263

21 years agogetservbyport() should accept an empty string as its
Slaven Rezic [Sun, 8 Dec 2002 01:54:37 +0000]
getservbyport() should accept an empty string as its
proto argument (as does getservbyname()).

Subject: Re: Is this a bug or am I being stupid?
Message-ID: <87znrhl48i.fsf@vran.herceg.de>

p4raw-id: //depot/perl@18262

21 years agoChange the set of characters that are considered to be
Rafael Garcia-Suarez [Sun, 8 Dec 2002 20:17:37 +0000]
Change the set of characters that are considered to be
safe in $ENV{TERM} for taint checkings.

p4raw-id: //depot/perl@18261

21 years agoDocument that $ENV{TERM} may produce taint failures.
Slaven Rezic [Fri, 29 Nov 2002 22:11:46 +0000]
Document that $ENV{TERM} may produce taint failures.
Subject: Re: [perl #18717] spurious failures in regression test
Message-ID: <87hee0nkrx.fsf@vran.herceg.de>

p4raw-id: //depot/perl@18260

21 years agoRe: [perl #18651] Hash::Util's lock_key() breaks hash
Nicholas Clark [Mon, 2 Dec 2002 21:48:29 +0000]
Re: [perl #18651] Hash::Util's lock_key() breaks hash
Message-ID: <20021202214828.GA284@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@18259

21 years agoFix two cases of buffer overflow in the lexer.
Rafael Garcia-Suarez [Fri, 6 Dec 2002 21:27:55 +0000]
Fix two cases of buffer overflow in the lexer.

p4raw-id: //depot/perl@18251

21 years agoFix bug #18874, essentially by reverting change #11890.
Rafael Garcia-Suarez [Fri, 6 Dec 2002 20:44:26 +0000]
Fix bug #18874, essentially by reverting change #11890.
Add a regression test for it.
p4raw-link: @11890 on //depot/perl: be154528f7e7dc31589b7b72d4e03f88d8751799

p4raw-id: //depot/perl@18250

21 years agoSuppress a compilation warning reported by Jarkko
Rafael Garcia-Suarez [Fri, 6 Dec 2002 20:42:01 +0000]
Suppress a compilation warning reported by Jarkko
(variable initialization skipped by goto).

p4raw-id: //depot/perl@18249

21 years agoFix up #18229.
Jarkko Hietaniemi [Tue, 3 Dec 2002 12:49:01 +0000]
Fix up #18229.

p4raw-id: //depot/perl@18239

21 years agoFix bug #18573 : in a double-quoted string, a \c not followed
Rafael Garcia-Suarez [Mon, 2 Dec 2002 20:03:09 +0000]
Fix bug #18573 : in a double-quoted string, a \c not followed
by any character may corrupt memory due to reading past the
end of the input buffer. Add a new error message corresponding
to this case.

p4raw-id: //depot/perl@18233

21 years agoSkip test #17 of lib/open.t when useperlio is not defined.
Rafael Garcia-Suarez [Mon, 2 Dec 2002 19:59:07 +0000]
Skip test #17 of lib/open.t when useperlio is not defined.

p4raw-id: //depot/perl@18232

21 years agoRe: [perl #15129] building a dynamically linked Perl 5.6.1 on HPUX 11.0
Andy Dougherty [Mon, 2 Dec 2002 12:04:40 +0000]
Re: [perl #15129] building a dynamically linked Perl 5.6.1 on HPUX 11.0
Message-ID: <Pine.SOL.4.10.10212021200050.24023-100000@maxwell.phys.lafayette.edu>

p4raw-id: //depot/perl@18231

21 years ago$0 modifying part II (HP-UX only)
Jarkko Hietaniemi [Sat, 30 Nov 2002 20:16:51 +0000]
$0 modifying part II (HP-UX only)
Subject: [PATCH] $0 modifying
Message-ID: <20021130181651.GA5876@kosh.hut.fi>

p4raw-id: //depot/perl@18230

21 years ago$0 mofifying part I
Jarkko Hietaniemi [Sat, 30 Nov 2002 20:16:51 +0000]
$0 mofifying part I
Subject: [PATCH] $0 modifying
Message-ID: <20021130181651.GA5876@kosh.hut.fi>

p4raw-id: //depot/perl@18229

21 years agointegrate Pod-Perldoc-3.07. This replaces the original inline perldoc
Hugo van der Sanden [Mon, 2 Dec 2002 13:37:59 +0000]
integrate Pod-Perldoc-3.07. This replaces the original inline perldoc
with a module-driven version, and separates out its docs.

p4raw-id: //depot/perl@18228

21 years agomissed the new file from #18224
Hugo van der Sanden [Mon, 2 Dec 2002 12:44:35 +0000]
missed the new file from #18224

p4raw-id: //depot/perl@18226

21 years agointegrate util.c fragment from #18200 to undef SA_RESTART on MacOS
Hugo van der Sanden [Mon, 2 Dec 2002 03:09:42 +0000]
integrate util.c fragment from #18200 to undef SA_RESTART on MacOS

p4raw-id: //depot/perl@18225

21 years agoIntegrate PodParser-1.20, with matching tweaks to lib/Pod/t/latex.t
Hugo van der Sanden [Mon, 2 Dec 2002 02:59:02 +0000]
Integrate PodParser-1.20, with matching tweaks to lib/Pod/t/latex.t
and lib/Pod/t/utils.t to cater for simpler output text.

p4raw-id: //depot/perl@18224

21 years agoSvFAKE lexicals in scope for all of the sub
Dave Mitchell [Mon, 25 Nov 2002 21:25:33 +0000]
SvFAKE lexicals in scope for all of the sub
Message-ID: <20021125212533.B29157@fdgroup.com>

p4raw-id: //depot/perl@18223

21 years ago#18221 broke t/op/eval.t
Hugo van der Sanden [Mon, 2 Dec 2002 02:23:28 +0000]
#18221 broke t/op/eval.t

p4raw-id: //depot/perl@18222

21 years agointegrate 5.8-maint: changes #18174 18187 18189-92 18202 18209 18214-5
Hugo van der Sanden [Mon, 2 Dec 2002 02:18:19 +0000]
integrate 5.8-maint: changes #18174 18187 18189-92 18202 18209 18214-5
p4raw-link: @18189 on //depot/maint-5.8/perl: 27314835b1b1ea8730d4a0eb871861ac238c63f9
p4raw-link: @18187 on //depot/maint-5.8/perl: 94e81ce4c47784f86829e70129b1d0a3e95ca51c
p4raw-link: @18174 on //depot/maint-5.8/perl: f8d24d869503bcd9df0e86aa5898c89996220bf8

p4raw-id: //depot/perl@18221
p4raw-branched: from //depot/maint-5.8/perl@18220 'branch in'
ext/POSIX/t/is.t
p4raw-integrated: from //depot/maint-5.8/perl@18220 'copy in'
README.os2 ext/GDBM_File/GDBM_File.pm ext/GDBM_File/Makefile.PL
lib/Unicode/UCD.pm t/op/subst.t (@17645..) INSTALL t/op/grep.t
(@18080..) ext/Fcntl/t/syslfs.t t/op/lfs.t (@18133..) 'merge
in' t/op/eval.t (@17645..) pod/perldiag.pod (@18146..)
lib/Unicode/UCD.t (@18156..) MANIFEST (@18173..)

21 years agoallow evals to see the full lexical scope
Dave Mitchell [Sun, 24 Nov 2002 22:19:06 +0000]
allow evals to see the full lexical scope
Message-ID: <20021124221906.A25386@fdgroup.com>

p4raw-id: //depot/perl@18220

21 years agoDocument the hint constants and where they're used.
Rafael Garcia-Suarez [Fri, 29 Nov 2002 12:11:28 +0000]
Document the hint constants and where they're used.

p4raw-id: //depot/perl@18217

21 years ago64bit Peek failure on HP-UX 11.00
H.Merijn Brand [Fri, 29 Nov 2002 10:00:54 +0000]
64bit Peek failure on HP-UX 11.00

Subject: Re: Smoke 18188
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
From: Slaven Rezic <slaven.rezic@berlin.de>
Date: 28 Nov 2002 19:25:25 +0100
Message-ID: <877kexsga2.fsf@vran.herceg.de>

p4raw-id: //depot/perl@18216

21 years agoSlight beauty tweak.
Jarkko Hietaniemi [Thu, 28 Nov 2002 14:54:34 +0000]
Slight beauty tweak.

p4raw-id: //depot/perl@18203

21 years agoRe: [perl #18203] Recursive call in PerlIO_find_layer
Slaven Rezic [Sun, 3 Nov 2002 10:59:43 +0000]
Re: [perl #18203] Recursive call in PerlIO_find_layer
Message-ID: <877kfvnfcg.fsf@vran.herceg.de>

p4raw-id: //depot/perl@18188

21 years agoDESTROY called in scalar context ?
Rafael Garcia-Suarez [Tue, 29 Oct 2002 22:04:23 +0000]
DESTROY called in scalar context ?
Message-Id: <20021029220423.6f8e6600.rgarciasuarez@free.fr>

p4raw-id: //depot/perl@18186

21 years agoPerlFAQ sync.
Rafael Garcia-Suarez [Tue, 26 Nov 2002 21:06:48 +0000]
PerlFAQ sync.

p4raw-id: //depot/perl@18185

21 years ago2 Pod errors in perlop.pod
Andreas König [Mon, 25 Nov 2002 10:21:08 +0000]
2 Pod errors in perlop.pod
Message-ID: <m31y5admyj.fsf@k242.linux.bogus>

Plus a few similar POD fixes

p4raw-id: //depot/perl@18184

21 years agoRe: [perl #18626] bug in perlipc man page
Slaven Rezic [Sat, 23 Nov 2002 21:23:20 +0000]
Re: [perl #18626] bug in perlipc man page
Message-ID: <87bs4gdohz.fsf@vran.herceg.de>

p4raw-id: //depot/perl@18183

21 years ago#17171: ld flag for shrplib on OpenBSD
Todd C. Miller [Wed, 11 Sep 2002 13:44:12 +0000]
#17171: ld flag for shrplib on OpenBSD
From: "Todd C. Miller" <Todd.Miller  at  courtesan.com>

p4raw-id: //depot/perl@18182

21 years agointegrate #18144 updates to pod/perlport.pod
Hugo van der Sanden [Mon, 25 Nov 2002 03:10:03 +0000]
integrate #18144 updates to pod/perlport.pod

p4raw-id: //depot/perl@18180

21 years agoUTF8 regexp {n} bug
Inaba Hiroto [Sat, 16 Nov 2002 19:23:00 +0000]
UTF8 regexp {n} bug
Message-ID: <3DD61C83.62FF9887@st.rim.or.jp>

p4raw-id: //depot/perl@18179

21 years agoRe: Storable bug #1698
Slaven Rezic [Mon, 18 Nov 2002 10:41:36 +0000]
Re: Storable bug #1698
Message-ID: <87ptt343lb.fsf@vran.herceg.de>

p4raw-id: //depot/perl@18178

21 years agoadd support for STASH and MAGIC information for REFs to sv_dump().
Slaven Rezic [Mon, 18 Nov 2002 11:09:51 +0000]
add support for STASH and MAGIC information for REFs to sv_dump().
Subject: [PATCH]
Message-Id: <200211181009.gAIA9pFG034877@vran.herceg.de>

p4raw-id: //depot/perl@18177

21 years agoRe: [perl #18479] Error when no strict refs in effect
Slaven Rezic [Mon, 18 Nov 2002 22:50:04 +0000]
Re: [perl #18479] Error when no strict refs in effect
Message-ID: <87smxya6pf.fsf@vran.herceg.de>

p4raw-id: //depot/perl@18176

21 years ago[Encode] 1.83 + bleedperl patch released
Dan Kogai [Tue, 19 Nov 2002 03:18:44 +0000]
[Encode] 1.83 + bleedperl patch released
Message-Id: <2C132F6D-FB22-11D6-87FC-0003939A104C@dan.co.jp>

p4raw-id: //depot/perl@18175

21 years agoHistoric version labels
Andreas König [Fri, 22 Nov 2002 14:39:41 +0000]
Historic version labels
Message-ID: <m3lm3loh9e.fsf@k242.linux.bogus>

p4raw-id: //depot/perl@18172

21 years agoA new test for $^S, based on a patch by Iain 'Spoon' Truskett.
Rafael Garcia-Suarez [Fri, 22 Nov 2002 21:15:54 +0000]
A new test for $^S, based on a patch by Iain 'Spoon' Truskett.
Fix the existing tests that didn't checked the difference
between 0 and undef.

p4raw-id: //depot/perl@18171

21 years agoMove some tests from t/run/fresh_perl.t
Rafael Garcia-Suarez [Fri, 22 Nov 2002 20:49:12 +0000]
Move some tests from t/run/fresh_perl.t
to the new t/comp/parser.t. The goal being to
get rid of fresh_perl.t at some point.

p4raw-id: //depot/perl@18170

21 years agoAdd a test for bug #17920, and a new test file for it.
Rafael Garcia-Suarez [Thu, 21 Nov 2002 20:49:36 +0000]
Add a test for bug #17920, and a new test file for it.

p4raw-id: //depot/perl@18169

21 years agohires sleeping wants libs
Jarkko Hietaniemi [Wed, 20 Nov 2002 17:18:31 +0000]
hires sleeping wants libs
Message-ID: <20021120151830.GC127060@lyta.hut.fi>

p4raw-id: //depot/perl@18168

21 years agoFix perl bug #17920 : a case of parser coredump.
Rafael Garcia-Suarez [Tue, 19 Nov 2002 23:02:31 +0000]
Fix perl bug #17920 : a case of parser coredump.
The fix is to disable Perl_block_start and Perl_block_end
when the yacc parser has encountered errors. This prevents
corruption of the internal stack, at the expense of correctness,
but this doesn't matter as the code is unparseable anyway.

p4raw-id: //depot/perl@18166

21 years agoRe: [PATCH] UTF-8 enabling via locale (was: Re: Redhat 8 issue?)
Jarkko Hietaniemi [Sun, 3 Nov 2002 17:50:08 +0000]
Re: [PATCH] UTF-8 enabling via locale (was: Re: Redhat 8 issue?)
Message-ID: <20021103155008.GA382682@lyta.hut.fi>

p4raw-id: //depot/perl@18165

21 years agot/io/crlf.t failed with miniperl.
Rafael Garcia-Suarez [Tue, 19 Nov 2002 22:32:52 +0000]
t/io/crlf.t failed with miniperl.

p4raw-id: //depot/perl@18164

21 years agoRe: [PATCH] AutoLoader gives wrong message
Peter Scott [Thu, 7 Nov 2002 19:04:27 +0000]
Re: [PATCH] AutoLoader gives wrong message
Message-id: <4.3.2.7.2.20021107185902.00b93ec0@shell2.webquarry.com>

With a tweak to the END cleanup block to fully remove the
temporary test directory

p4raw-id: //depot/perl@18163

21 years agotrivial typo
Dave Mitchell [Thu, 14 Nov 2002 22:55:39 +0000]
trivial typo
Message-ID: <20021114225539.A18614@fdgroup.com>

p4raw-id: //depot/perl@18162

21 years agoDocument wperl.exe
Brent Dax [Fri, 15 Nov 2002 23:02:01 +0000]
Document wperl.exe
From: "Brent Dax" <brentdax@cpan.org>
Message-ID: <034e01c28d3e$0fed1680$6501a8c0@deepblue>

p4raw-id: //depot/perl@18161

21 years agoregen_headers outside Makefile (was Re: [PATCH] embed.pl doc)
Nicholas Clark [Tue, 29 Oct 2002 23:00:05 +0000]
regen_headers outside Makefile (was Re: [PATCH] embed.pl doc)
Message-ID: <20021029230003.GF287@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@18160

21 years agoRe: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work if the stash doesn't exist yet
Gurusamy Sarathy [Wed, 30 Oct 2002 20:58:15 +0000]
Re: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work if the stash doesn't exist yet
Date: Wed, 30 Oct 2002 20:58:15 -0800
Message-Id: <200210310458.g9V4wFK00513@smtp3.ActiveState.com>
Date: Wed, 30 Oct 2002 21:56:22 -0800
Message-Id: <200210310556.g9V5uMK05748@smtp3.ActiveState.com>
Date: Wed, 30 Oct 2002 22:55:30 -0800
Message-Id: <200210310655.g9V6tUK10959@smtp3.ActiveState.com>

p4raw-id: //depot/perl@18159