22 years agoRestore the two variables retired by the change #19268
Jarkko Hietaniemi [Sat, 19 Apr 2003 18:52:24 +0000]
Restore the two variables retired by the change #19268
(for binary backward compatibility)
p4raw-link: @19268 on //depot/perl: dd28f7bb7eebdb0b562c940b3c4f89457e829ea6

p4raw-id: //depot/perl@19275

22 years agoFail if the specified -Duse64xxx cannot be fulfilled.
Jarkko Hietaniemi [Sat, 19 Apr 2003 17:36:33 +0000]
Fail if the specified -Duse64xxx cannot be fulfilled.
(And undo a doublesize probe glitch from change #19272.)
p4raw-link: @19272 on //depot/perl: fe63a0b4487686a4d99ab713bc73995cff5ffdc0

p4raw-id: //depot/perl@19273

22 years agoIf long doubles fail, we really cannot sensibly
Jarkko Hietaniemi [Sat, 19 Apr 2003 16:38:12 +0000]
If long doubles fail, we really cannot sensibly
drop back to doubles anymore, therefore abort.
Pointed out by Slaven Rezic. (I tried to fix this
via metaconfig but ended up with a vicious cyclic
dependency.)

p4raw-id: //depot/perl@19272

22 years agoUpgrade to Net::Ping 2.30.
Jarkko Hietaniemi [Sat, 19 Apr 2003 12:09:21 +0000]
Upgrade to Net::Ping 2.30.

p4raw-id: //depot/perl@19270

22 years agoBump the test count.
Jarkko Hietaniemi [Sat, 19 Apr 2003 07:10:57 +0000]
Bump the test count.

p4raw-id: //depot/perl@19269

22 years agoallow recursive FETCHes
Dave Mitchell [Mon, 7 Apr 2003 10:00:41 +0000]
allow recursive FETCHes
Message-ID: <20030407100041.A1617@fdgroup.com>

p4raw-id: //depot/perl@19268

22 years agoreadline.t tweak for VMS
Craig A. Berry [Thu, 17 Apr 2003 17:18:19 +0000]
readline.t tweak for VMS
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <3E9F282B.6090603@mac.com>

p4raw-id: //depot/perl@19267

22 years agoRe: any takers for this Storable bug?
Adrian M. Enache [Wed, 16 Apr 2003 21:11:11 +0000]
Re: any takers for this Storable bug?
Message-ID: <20030416181111.GA6687@ratsnest.hole>

ams had already fixed the bug by #19227, but take the
test case.

p4raw-id: //depot/perl@19266

22 years agoDon't use the stack to allocate a SV that we hand out to another
Artur Bergman [Sat, 19 Apr 2003 00:40:42 +0000]
Don't use the stack to allocate a SV that we hand out to another
function, only badness can ensure.
Message-Id: <20030418180131.GD10086@fdgroup.com>
Thanks go to Dave Mitchell for help in tracking down the bug!

p4raw-id: //depot/perl@19265

22 years agoUTF8 regexp patch from Inaba Hiroto.
Jarkko Hietaniemi [Fri, 18 Apr 2003 19:28:04 +0000]
UTF8 regexp patch from Inaba Hiroto.

p4raw-id: //depot/perl@19264

22 years agoUnused variables.
Jarkko Hietaniemi [Fri, 18 Apr 2003 19:16:43 +0000]
Unused variables.

p4raw-id: //depot/perl@19263

22 years agoAnother needle in the voodoo doll.
Artur Bergman [Thu, 17 Apr 2003 20:02:33 +0000]
Another needle in the voodoo doll.
Now I think it should work with the shared
strings.

p4raw-id: //depot/perl@19262

22 years agoExtreme Voodoo programming, by not pinching the SV if it is a
Artur Bergman [Thu, 17 Apr 2003 17:31:52 +0000]
Extreme Voodoo programming, by not pinching the SV if it is a
PADTMP it happily keeps it's value later on!

p4raw-id: //depot/perl@19254

22 years agoImplement -Dnoextensions=... and -Donlyextensions=...
Jarkko Hietaniemi [Thu, 17 Apr 2003 17:09:16 +0000]
Implement -Dnoextensions=... and -Donlyextensions=...

p4raw-id: //depot/perl@19253

22 years ago[#21962] Speculative fix: don't set GvNAMELEN to 1 if GvNAME is "".
Abhijit Menon-Sen [Thu, 17 Apr 2003 16:19:31 +0000]
[#21962] Speculative fix: don't set GvNAMELEN to 1 if GvNAME is "".
Anything that's broken by this change should be fixed.

p4raw-id: //depot/perl@19252

22 years agoIntroduce the new *l APIs, undefined, to non-Configure lands.
Jarkko Hietaniemi [Thu, 17 Apr 2003 15:39:56 +0000]
Introduce the new *l APIs, undefined, to non-Configure lands.

p4raw-id: //depot/perl@19251

22 years agoRegen Glossary et alia.
Jarkko Hietaniemi [Thu, 17 Apr 2003 15:07:08 +0000]
Regen Glossary et alia.

p4raw-id: //depot/perl@19250

22 years agoSmall tidying up of the selectminbits code, but most
Jarkko Hietaniemi [Thu, 17 Apr 2003 14:53:41 +0000]
Small tidying up of the selectminbits code, but most
importantly allocate the buffer from the heap using
malloc, not from the stack: using stack causes unaligned
access in LP64 Solaris since stack data is not guaranteed
to be 64-bit aligned, while a fd_set is (it has 1024 longs).
(via Alan Burlison)

p4raw-id: //depot/perl@19248

22 years agoRe: [perl #21950] 5.8.x -- :scalar and magic strings
Adrian M. Enache [Thu, 17 Apr 2003 14:35:36 +0000]
Re: [perl #21950] 5.8.x -- :scalar and magic strings
Message-Id: <20030417113536.GA898@ratsnest.hole>

p4raw-id: //depot/perl@19247

22 years agoDocument that the open pragma does not affect
Jarkko Hietaniemi [Thu, 17 Apr 2003 09:20:27 +0000]
Document that the open pragma does not affect
the three-headed hydra, ummm, open.

p4raw-id: //depot/perl@19245

22 years agoMore maneuvering closer to proposed POSIX classes
Jarkko Hietaniemi [Thu, 17 Apr 2003 06:45:26 +0000]
More maneuvering closer to proposed POSIX classes
mapping to Unicode: (1) The definitions of "graph" and
"print" are still in flux: move closer back to how Perl
5.8.0 defined it (though drop Co, that did not make sense)
(2) Add U+0085 (NEL) to "space".

p4raw-id: //depot/perl@19244

22 years agoDetect the 'fast stdio' case.
Jarkko Hietaniemi [Thu, 17 Apr 2003 05:29:24 +0000]
Detect the 'fast stdio' case.

p4raw-id: //depot/perl@19243

22 years agoFix up Larry's copyright statements to my best knowledge.
Jarkko Hietaniemi [Wed, 16 Apr 2003 20:14:01 +0000]
Fix up Larry's copyright statements to my best knowledge.
(Lots of Perl 5 source code archaeology was involved.)
Larry didn't make strangled noises when I showed him
the patch, either :-)

p4raw-id: //depot/perl@19242

22 years agoHandle PERLIO= and document a bit.
Jarkko Hietaniemi [Wed, 16 Apr 2003 17:24:24 +0000]
Handle PERLIO= and document a bit.

p4raw-id: //depot/perl@19241

22 years agoFix double join problem for those places where free
Artur Bergman [Wed, 16 Apr 2003 16:27:43 +0000]
Fix double join problem for those places where free
actually means free (solaris for example :)
Fixes bug #16681

p4raw-id: //depot/perl@19240

22 years agoTry to get the layers.t working also for dosish platforms.
Jarkko Hietaniemi [Wed, 16 Apr 2003 14:57:47 +0000]
Try to get the layers.t working also for dosish platforms.

p4raw-id: //depot/perl@19239

22 years agoA -C parsed from the #! line can still have line endings in it.
Jarkko Hietaniemi [Wed, 16 Apr 2003 13:27:24 +0000]
A -C parsed from the #! line can still have line endings in it.

p4raw-id: //depot/perl@19238

22 years agoWhat does an empty PERLIO= mean, anyway?
Jarkko Hietaniemi [Wed, 16 Apr 2003 13:23:37 +0000]
What does an empty PERLIO= mean, anyway?

p4raw-id: //depot/perl@19237

22 years agoDocument the effect of thread creation context.
Jarkko Hietaniemi [Wed, 16 Apr 2003 13:09:42 +0000]
Document the effect of thread creation context.

p4raw-id: //depot/perl@19236

22 years agoUse the right prototype and a glob is fine (from Rafael).
Jarkko Hietaniemi [Wed, 16 Apr 2003 12:13:07 +0000]
Use the right prototype and a glob is fine (from Rafael).

p4raw-id: //depot/perl@19235

22 years agoPerlIO::get_layers() usage tip.
Jarkko Hietaniemi [Wed, 16 Apr 2003 10:20:46 +0000]
PerlIO::get_layers() usage tip.

p4raw-id: //depot/perl@19234

22 years agoSyntax terror.
Jarkko Hietaniemi [Wed, 16 Apr 2003 10:07:48 +0000]
Syntax terror.

p4raw-id: //depot/perl@19233

22 years agoRedundant test.
Jarkko Hietaniemi [Wed, 16 Apr 2003 09:45:51 +0000]
Redundant test.

p4raw-id: //depot/perl@19232

22 years agoSynchronize the specifications of the POSIX character
Jarkko Hietaniemi [Wed, 16 Apr 2003 09:21:25 +0000]
Synchronize the specifications of the POSIX character
classes alnum, graph, and print closer to the planned
Unicode proposal.

p4raw-id: //depot/perl@19231

22 years agoPatch from Merijn.
Jarkko Hietaniemi [Wed, 16 Apr 2003 08:57:01 +0000]
Patch from Merijn.

p4raw-id: //depot/perl@19230

22 years agoThinko in modfl detection.
Jarkko Hietaniemi [Wed, 16 Apr 2003 08:27:26 +0000]
Thinko in modfl detection.

p4raw-id: //depot/perl@19228

22 years ago[#17040] Storable now handles self-tied scalars with NULL mg_obj.
Abhijit Menon-Sen [Wed, 16 Apr 2003 02:32:11 +0000]
[#17040] Storable now handles self-tied scalars with NULL mg_obj.

p4raw-id: //depot/perl@19227

22 years agoUpgrade to Pod::LaTeX 0.55.
Jarkko Hietaniemi [Tue, 15 Apr 2003 18:00:21 +0000]
Upgrade to Pod::LaTeX 0.55.

p4raw-id: //depot/perl@19226

22 years agoThe 'disable-longdouble-if-no-modfl-sqrtl' part didn't stick.
Jarkko Hietaniemi [Tue, 15 Apr 2003 17:01:27 +0000]
The 'disable-longdouble-if-no-modfl-sqrtl' part didn't stick.

p4raw-id: //depot/perl@19224

22 years agoHandle PERLIO=stdio, PERLIO=perlio, PERLIO=mmap, and no PERLIO.
Jarkko Hietaniemi [Tue, 15 Apr 2003 16:36:32 +0000]
Handle PERLIO=stdio, PERLIO=perlio, PERLIO=mmap, and no PERLIO.

p4raw-id: //depot/perl@19223

22 years agoFalse alarm: no cyclic dependency.
Jarkko Hietaniemi [Tue, 15 Apr 2003 16:27:49 +0000]
False alarm: no cyclic dependency.

p4raw-id: //depot/perl@19221

22 years agoBackport of _most_ of the changes in #19218: not one big
Jarkko Hietaniemi [Tue, 15 Apr 2003 16:08:11 +0000]
Backport of _most_ of the changes in #19218: not one big
cyclic dependency, though, it must be broken up somehow.

p4raw-id: //depot/perl@19219

22 years agoBig patch from Alan Burlison to make Solaris long doubles work.
Jarkko Hietaniemi [Tue, 15 Apr 2003 14:09:31 +0000]
Big patch from Alan Burlison to make Solaris long doubles work.
(Also spreads more <stdlib.h> joy.)
Needs backporting to metaconfig units and introducing the new
symbols to non-Configure lands.

p4raw-id: //depot/perl@19218

22 years agoDon't skip the whole test for PERLIO=perlio.
Jarkko Hietaniemi [Tue, 15 Apr 2003 14:01:03 +0000]
Don't skip the whole test for PERLIO=perlio.

p4raw-id: //depot/perl@19217

22 years agoAdd a test for [perl #17753].
Jarkko Hietaniemi [Tue, 15 Apr 2003 05:54:17 +0000]
Add a test for [perl #17753].

p4raw-id: //depot/perl@19215

22 years ago[perl #21845] "proto.h": 'id' is a reserved word in Objective-C.
Jarkko Hietaniemi [Tue, 15 Apr 2003 05:40:52 +0000]
[perl #21845] "proto.h": 'id' is a reserved word in Objective-C.

p4raw-id: //depot/perl@19214

22 years agoOok, run tests on correct build-dir next time.
Artur Bergman [Mon, 14 Apr 2003 21:42:10 +0000]
Ook, run tests on correct build-dir next time.
We must check if the hv is a stash, otherwise we try to delete
something that is a HvNAME of null.....  tests pass better now

p4raw-id: //depot/perl@19213

22 years agoFixes to bugs introduced by PL_stashcache
Artur Bergman [Mon, 14 Apr 2003 21:15:00 +0000]
Fixes to bugs introduced by PL_stashcache
A) Follow suggestion by Benjamin Goldberg to use hv_delete
instead of hv_delete_ent to avoid creating a temporary SV
B) Don't increment the refcount, sneak it into an IV instead
C) When a GP is a deleted that contains a stash, remove the
corresponding entry since hv might be in use in other places.
D) Note that no test cases test the deletion of packages to catch
this bug.

p4raw-id: //depot/perl@19212

22 years agoMention that "make test_harness" lets messages sent through
Rafael Garcia-Suarez [Mon, 14 Apr 2003 21:11:11 +0000]
Mention that "make test_harness" lets messages sent through
standard error out. Complements change #19206.
p4raw-link: @19206 on //depot/perl: 244d9cb7d1d2e3a6aaa13f677e17b42673b10de9

p4raw-id: //depot/perl@19211

22 years agoRe: Parse::RecDescent triggers infinete loop in perl5.9.0 and 5.8.1 [perl #17757]
Inaba Hiroto [Fri, 21 Mar 2003 17:35:21 +0000]
Re: Parse::RecDescent triggers infinete loop in perl5.9.0 and 5.8.1  [perl #17757]
Date: Fri, 21 Mar 2003 17:35:21 +0900
Message-ID: <3E7ACEC8.E0D57221@st.rim.or.jp>
Date: Sat, 22 Mar 2003 11:28:05 +0900
Message-ID: <3E7BCA34.6824269F@st.rim.or.jp>

p4raw-id: //depot/perl@19210

22 years agoPERLIO=perlio requires extra steps.
Jarkko Hietaniemi [Mon, 14 Apr 2003 20:36:55 +0000]
PERLIO=perlio requires extra steps.

p4raw-id: //depot/perl@19209

22 years agoSkip as early as possible if no perlio since the
Jarkko Hietaniemi [Mon, 14 Apr 2003 20:02:04 +0000]
Skip as early as possible if no perlio since the
use open would be compile-time.

p4raw-id: //depot/perl@19208

22 years agoDocument and test autovivified dirhandles.
Nathan Torkington [Sat, 12 Apr 2003 12:40:45 +0000]
Document and test autovivified dirhandles.
Subject: [perl #21952] [patch] t/op/readdir.t and perlfunc.pod
From: Nathan Torkington (via RT) <perlbug-followup@perl.org>
Message-Id: <rt-21952-55079.8.08945458828887@bugs6.perl.org>

p4raw-id: //depot/perl@19207

22 years agoMore docs about running tests and the test suite.
Rafael Garcia-Suarez [Mon, 14 Apr 2003 19:13:26 +0000]
More docs about running tests and the test suite.
Update perlhack.pod in various places.
Add 'test_harness' as a .PHONY dependency in the Makefile.

p4raw-id: //depot/perl@19206

22 years agoBuild get_layers() also under -Uuseperlio.
Jarkko Hietaniemi [Mon, 14 Apr 2003 18:58:01 +0000]
Build get_layers() also under -Uuseperlio.

p4raw-id: //depot/perl@19205

22 years agoBump up the version and admonish against aspiring (ab)use.
Jarkko Hietaniemi [Mon, 14 Apr 2003 18:48:04 +0000]
Bump up the version and admonish against aspiring (ab)use.

p4raw-id: //depot/perl@19204

22 years agoIntroduce PerlIO::get_layers() to allow people to peek
Jarkko Hietaniemi [Mon, 14 Apr 2003 17:35:51 +0000]
Introduce PerlIO::get_layers() to allow people to peek
at the PerlIO layer stack.

p4raw-id: //depot/perl@19203

22 years agovms/vms.c waitpid tweak
Craig A. Berry [Mon, 14 Apr 2003 00:43:00 +0000]
vms/vms.c waitpid tweak
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <3E9A4A64.6030205@mac.com>

p4raw-id: //depot/perl@19202

22 years agoFix bug #16253, use all the CPU that we can :-)
Artur Bergman [Sun, 13 Apr 2003 19:26:46 +0000]
Fix bug #16253, use all the CPU that we can :-)

p4raw-id: //depot/perl@19201

22 years agoFix bug #15893 by creating shared scalars with a refcount of 1
Artur Bergman [Sun, 13 Apr 2003 18:38:58 +0000]
Fix bug #15893 by creating shared scalars with a refcount of 1
instead of 2 and make push and pop increase the refcount.

p4raw-id: //depot/perl@19200

22 years agoBecause we chdir to 'Big-Dummy' the lib/utf8.pm may be at
Jarkko Hietaniemi [Sun, 13 Apr 2003 11:45:42 +0000]
Because we chdir to 'Big-Dummy' the lib/utf8.pm may be at
../../lib for the lc() at line 66 (UTF-8 data possible
if using UTF-8 locales).

p4raw-id: //depot/perl@19199

22 years agoThe lib/ipc_sysv.t test has a new name.
Jarkko Hietaniemi [Sun, 13 Apr 2003 09:43:09 +0000]
The lib/ipc_sysv.t test has a new name.

p4raw-id: //depot/perl@19198

22 years agoContinue hunting for the cause of the Tru64 failed threaded smokes
Jarkko Hietaniemi [Sun, 13 Apr 2003 09:32:05 +0000]
Continue hunting for the cause of the Tru64 failed threaded smokes
most probably introduced by the change #19157.  The tweak suggested
by Stephen McCamant trades a possible dangling pointer (CopFILE()
is tricky like that with threads) to a memory leak.  (This means
that this tweak shouldn't be left in as-is, but if this helps,
we at least know that the failure was caused by the #19157.)
p4raw-link: @19157 on //depot/perl: 3871c2ef9aa1dfeba4631a17efdbf486012d47a6

p4raw-id: //depot/perl@19197

22 years agoUpgrade to Net::Ping 2.29.
Jarkko Hietaniemi [Sun, 13 Apr 2003 09:20:02 +0000]
Upgrade to Net::Ping 2.29.

p4raw-id: //depot/perl@19196

22 years agoUpgrade to Test::Harness 2.27_04.
Jarkko Hietaniemi [Sun, 13 Apr 2003 09:02:05 +0000]
Upgrade to Test::Harness 2.27_04.

p4raw-id: //depot/perl@19195

22 years agoDarwin/Rhapsody hints files updates by Wilfredo Sánchez
Rafael Garcia-Suarez [Sat, 12 Apr 2003 21:21:04 +0000]
Darwin/Rhapsody hints files updates by Wilfredo Sánchez

p4raw-id: //depot/perl@19194

22 years agoThe debugging aid #19182 didn't.
Jarkko Hietaniemi [Sat, 12 Apr 2003 18:23:40 +0000]
The debugging aid #19182 didn't.

p4raw-id: //depot/perl@19192

22 years agoBenchmark nit from Nicholas Clark (in OpenBSD the result could
Jarkko Hietaniemi [Sat, 12 Apr 2003 16:51:12 +0000]
Benchmark nit from Nicholas Clark (in OpenBSD the result could
be a negative zero, -0).

p4raw-id: //depot/perl@19191

22 years agoMakeMaker 6.10_02 -> 6.10_03
Michael G. Schwern [Fri, 11 Apr 2003 00:32:02 +0000]
MakeMaker 6.10_02 -> 6.10_03
Message-ID: <20030411073202.GC5916@windhund.schwern.org>

p4raw-id: //depot/perl@19190

22 years agoPeter Scott suggests that the docs for base.pm should
Rafael Garcia-Suarez [Thu, 10 Apr 2003 20:40:14 +0000]
Peter Scott suggests that the docs for base.pm should
state explicitely that base.pm doesn't call import()
on base classes. Plus a few typos.

p4raw-id: //depot/perl@19189

22 years agoPerlFAQ sync.
Rafael Garcia-Suarez [Thu, 10 Apr 2003 19:45:08 +0000]
PerlFAQ sync.

p4raw-id: //depot/perl@19188

22 years agoFix bug #21914, 3-arg open + local $fh + strict coredump.
Rafael Garcia-Suarez [Thu, 10 Apr 2003 19:25:18 +0000]
Fix bug #21914, 3-arg open + local $fh + strict coredump.
There used to be a nullstash (%{"<none>::"}) to hold illegal
variables under strict 'vars'. It has been removed by change #17942.
This can lead to segfaults during the parsing, because some illegal
variables might have been discarded before the compilation of the
current statement had completed.
Bug analysis and test case by Enache Adrian.
p4raw-link: @17942 on //depot/perl: de11ba31bba9f0eef0f76239d1d93a010926d6cf

p4raw-id: //depot/perl@19187

22 years agoBe more descriptive.
Jarkko Hietaniemi [Thu, 10 Apr 2003 19:13:40 +0000]
Be more descriptive.

p4raw-id: //depot/perl@19186

22 years agoNoted by Nat: -0 didn't work that well with Unicode.
Jarkko Hietaniemi [Thu, 10 Apr 2003 19:06:02 +0000]
Noted by Nat: -0 didn't work that well with Unicode.

p4raw-id: //depot/perl@19185

22 years agoAdd an option for the grok_xxx() to silently ignore bad digits.
Jarkko Hietaniemi [Thu, 10 Apr 2003 17:26:43 +0000]
Add an option for the grok_xxx() to silently ignore bad digits.

p4raw-id: //depot/perl@19184

22 years agoThe test doesn't work that well when -Uusedl.
Jarkko Hietaniemi [Thu, 10 Apr 2003 10:56:25 +0000]
The test doesn't work that well when -Uusedl.
Some of the tests could be salvaged even then I guess.

p4raw-id: //depot/perl@19183

22 years agoA temporary debugging aid for Tru64 threaded builds.
Jarkko Hietaniemi [Thu, 10 Apr 2003 09:40:24 +0000]
A temporary debugging aid for Tru64 threaded builds.

p4raw-id: //depot/perl@19182

22 years agoUnless Inuits are involved...
Jarkko Hietaniemi [Thu, 10 Apr 2003 08:02:10 +0000]
Unless Inuits are involved...

p4raw-id: //depot/perl@19181

22 years agoWith AFS the cwds have little chance of agreeing.
Jarkko Hietaniemi [Thu, 10 Apr 2003 07:02:44 +0000]
With AFS the cwds have little chance of agreeing.

p4raw-id: //depot/perl@19180

22 years agoI assume the idea was to use the *cwd variables for testing.
Jarkko Hietaniemi [Thu, 10 Apr 2003 06:46:50 +0000]
I assume the idea was to use the *cwd variables for testing.

p4raw-id: //depot/perl@19179

22 years agoperlport information about portably embedding string data.
Jarkko Hietaniemi [Thu, 10 Apr 2003 04:34:48 +0000]
perlport information about portably embedding string data.

p4raw-id: //depot/perl@19177

22 years agoAlso locale names can contain illegal UTF-8.
Jarkko Hietaniemi [Thu, 10 Apr 2003 04:18:45 +0000]
Also locale names can contain illegal UTF-8.

p4raw-id: //depot/perl@19176

22 years agoIn case someone is using UTF-8 locales.
Jarkko Hietaniemi [Thu, 10 Apr 2003 04:03:48 +0000]
In case someone is using UTF-8 locales.

p4raw-id: //depot/perl@19175

22 years agoEven more promotion for -lc128 (long doubles on AIX)
H.Merijn Brand [Wed, 9 Apr 2003 14:31:48 +0000]
Even more promotion for -lc128 (long doubles on AIX)
More obvious detection of C compiler
cc_type should not promote to config.sh

From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Message-Id: <20030409143007.B4A4.H.M.BRAND@hccnet.nl>

p4raw-id: //depot/perl@19174

22 years agoopen(my $fh, ">&", STDOUT) should not warn under strict.
Jarkko Hietaniemi [Wed, 9 Apr 2003 12:39:35 +0000]
open(my $fh, ">&", STDOUT) should not warn under strict.

p4raw-id: //depot/perl@19173

22 years agoTry to be more descriptive than just __ANONIO__ which is what
Jarkko Hietaniemi [Wed, 9 Apr 2003 10:40:31 +0000]
Try to be more descriptive than just __ANONIO__ which is what
you get when you autovivify filehandles into array/hash elements.

p4raw-id: //depot/perl@19172

22 years agoImplement support for --help and --version in Getopt::Std
Ilya Zakharevich [Mon, 7 Apr 2003 17:07:15 +0000]
Implement support for --help and --version in Getopt::Std
Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
Message-ID: <20030408000714.GA953@math.berkeley.edu>

p4raw-id: //depot/perl@19171

22 years agoRe: Error: Unknown error
Adrian M. Enache [Tue, 8 Apr 2003 07:12:13 +0000]
Re: Error: Unknown error
Message-ID: <20030408041213.GA13553@ratsnest.hole>

p4raw-id: //depot/perl@19170

22 years ago(vaguely connected with) [perl #21875] Hash ref transformed as a list
Dave Mitchell [Mon, 7 Apr 2003 21:43:17 +0000]
(vaguely connected with) [perl #21875] Hash ref transformed as a list
Message-ID: <20030407204317.GA8796@fdgroup.com>

The new XTERMORDORDOR lexer expectation must also be named
in debugging perls, to be used in the output of -DT.

p4raw-id: //depot/perl@19169

22 years agoDocument that perl recognizes 2>&1 on the command-line on VMS.
Rafael Garcia-Suarez [Tue, 8 Apr 2003 19:05:22 +0000]
Document that perl recognizes 2>&1 on the command-line on VMS.

p4raw-id: //depot/perl@19168

22 years agoTypos fixes by Stas Bekman.
Rafael Garcia-Suarez [Tue, 8 Apr 2003 18:47:18 +0000]
Typos fixes by Stas Bekman.

p4raw-id: //depot/perl@19167

22 years agowas RE: How cross-platform is `foo 2>&1` these days?
Robin Barker [Tue, 8 Apr 2003 14:23:04 +0000]
was RE: How cross-platform is `foo 2>&1`  these days?
Message-ID: <533D273D4014D411AB1D00062938C4D904046395@hotel.npl.co.uk>

p4raw-id: //depot/perl@19166

22 years agoFew more words about safe/unsafe signals.
Jarkko Hietaniemi [Tue, 8 Apr 2003 04:42:05 +0000]
Few more words about safe/unsafe signals.

p4raw-id: //depot/perl@19164

22 years agoThe SvGROW() might move the PV.
Jarkko Hietaniemi [Mon, 7 Apr 2003 19:25:39 +0000]
The SvGROW() might move the PV.

p4raw-id: //depot/perl@19163

22 years agoRe: [PATCH] ExtUtils::MakeMaker 6.10_02
Michael G. Schwern [Mon, 7 Apr 2003 02:09:17 +0000]
Re: [PATCH] ExtUtils::MakeMaker 6.10_02
Message-ID: <20030407090917.GA9221@windhund.schwern.org>

p4raw-id: //depot/perl@19162

22 years agoTime::HiRes: Do not create files in blib directories under core
Jarkko Hietaniemi [Mon, 7 Apr 2003 04:17:38 +0000]
Time::HiRes: Do not create files in blib directories under core
(from Rafael)

p4raw-id: //depot/perl@19160

22 years agoFuture binary compat wishful thinking:
Jarkko Hietaniemi [Mon, 7 Apr 2003 03:53:01 +0000]
Future binary compat wishful thinking:
maint will use the stashcache, but not the dbassertion.

p4raw-id: //depot/perl@19159

22 years agoMore WinCE tweaking for Vadim Konovalov.
Jarkko Hietaniemi [Mon, 7 Apr 2003 03:41:17 +0000]
More WinCE tweaking for Vadim Konovalov.

p4raw-id: //depot/perl@19158

22 years agoCvFILE for constant subs
Stephen McCamant [Sun, 6 Apr 2003 16:39:13 +0000]
CvFILE for constant subs
Message-ID: <16016.36977.667436.279778@syllepsis.MIT.EDU>

p4raw-id: //depot/perl@19157

22 years agoB::Deparse: sv_no != 0
Stephen McCamant [Sun, 6 Apr 2003 17:00:48 +0000]
B::Deparse: sv_no != 0
Message-ID: <16016.38272.921140.343901@syllepsis.MIT.EDU>

p4raw-id: //depot/perl@19156