Nick Ing-Simmons [Thu, 17 Apr 2003 10:44:49 +0000]
Integrate mainline
p4raw-id: //depot/perlio@19246
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
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
Jarkko Hietaniemi [Thu, 17 Apr 2003 05:29:24 +0000]
Detect the 'fast stdio' case.
p4raw-id: //depot/perl@19243
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
Jarkko Hietaniemi [Wed, 16 Apr 2003 17:24:24 +0000]
Handle PERLIO= and document a bit.
p4raw-id: //depot/perl@19241
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
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
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
Jarkko Hietaniemi [Wed, 16 Apr 2003 13:23:37 +0000]
What does an empty PERLIO= mean, anyway?
p4raw-id: //depot/perl@19237
Jarkko Hietaniemi [Wed, 16 Apr 2003 13:09:42 +0000]
Document the effect of thread creation context.
p4raw-id: //depot/perl@19236
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
Jarkko Hietaniemi [Wed, 16 Apr 2003 10:20:46 +0000]
PerlIO::get_layers() usage tip.
p4raw-id: //depot/perl@19234
Jarkko Hietaniemi [Wed, 16 Apr 2003 10:07:48 +0000]
Syntax terror.
p4raw-id: //depot/perl@19233
Jarkko Hietaniemi [Wed, 16 Apr 2003 09:45:51 +0000]
Redundant test.
p4raw-id: //depot/perl@19232
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
Jarkko Hietaniemi [Wed, 16 Apr 2003 08:57:01 +0000]
Patch from Merijn.
p4raw-id: //depot/perl@19230
Jarkko Hietaniemi [Wed, 16 Apr 2003 08:27:26 +0000]
Thinko in modfl detection.
p4raw-id: //depot/perl@19228
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
Jarkko Hietaniemi [Tue, 15 Apr 2003 18:00:21 +0000]
Upgrade to Pod::LaTeX 0.55.
p4raw-id: //depot/perl@19226
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
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
Jarkko Hietaniemi [Tue, 15 Apr 2003 16:27:49 +0000]
False alarm: no cyclic dependency.
p4raw-id: //depot/perl@19221
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
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
Jarkko Hietaniemi [Tue, 15 Apr 2003 14:01:03 +0000]
Don't skip the whole test for PERLIO=perlio.
p4raw-id: //depot/perl@19217
Jarkko Hietaniemi [Tue, 15 Apr 2003 05:54:17 +0000]
Add a test for [perl #17753].
p4raw-id: //depot/perl@19215
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
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
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
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
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
Jarkko Hietaniemi [Mon, 14 Apr 2003 20:36:55 +0000]
PERLIO=perlio requires extra steps.
p4raw-id: //depot/perl@19209
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
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
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
Jarkko Hietaniemi [Mon, 14 Apr 2003 18:58:01 +0000]
Build get_layers() also under -Uuseperlio.
p4raw-id: //depot/perl@19205
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
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
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
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
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
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
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
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
Jarkko Hietaniemi [Sun, 13 Apr 2003 09:20:02 +0000]
Upgrade to Net::Ping 2.29.
p4raw-id: //depot/perl@19196
Jarkko Hietaniemi [Sun, 13 Apr 2003 09:02:05 +0000]
Upgrade to Test::Harness 2.27_04.
p4raw-id: //depot/perl@19195
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
Jarkko Hietaniemi [Sat, 12 Apr 2003 18:23:40 +0000]
The debugging aid #19182 didn't.
p4raw-id: //depot/perl@19192
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
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
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
Rafael Garcia-Suarez [Thu, 10 Apr 2003 19:45:08 +0000]
PerlFAQ sync.
p4raw-id: //depot/perl@19188
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
Jarkko Hietaniemi [Thu, 10 Apr 2003 19:13:40 +0000]
Be more descriptive.
p4raw-id: //depot/perl@19186
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
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
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
Jarkko Hietaniemi [Thu, 10 Apr 2003 09:40:24 +0000]
A temporary debugging aid for Tru64 threaded builds.
p4raw-id: //depot/perl@19182
Jarkko Hietaniemi [Thu, 10 Apr 2003 08:02:10 +0000]
Unless Inuits are involved...
p4raw-id: //depot/perl@19181
Jarkko Hietaniemi [Thu, 10 Apr 2003 07:02:44 +0000]
With AFS the cwds have little chance of agreeing.
p4raw-id: //depot/perl@19180
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
Jarkko Hietaniemi [Thu, 10 Apr 2003 04:34:48 +0000]
perlport information about portably embedding string data.
p4raw-id: //depot/perl@19177
Jarkko Hietaniemi [Thu, 10 Apr 2003 04:18:45 +0000]
Also locale names can contain illegal UTF-8.
p4raw-id: //depot/perl@19176
Jarkko Hietaniemi [Thu, 10 Apr 2003 04:03:48 +0000]
In case someone is using UTF-8 locales.
p4raw-id: //depot/perl@19175
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
Jarkko Hietaniemi [Wed, 9 Apr 2003 12:39:35 +0000]
open(my $fh, ">&", STDOUT) should not warn under strict.
p4raw-id: //depot/perl@19173
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
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
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
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
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
Rafael Garcia-Suarez [Tue, 8 Apr 2003 18:47:18 +0000]
Typos fixes by Stas Bekman.
p4raw-id: //depot/perl@19167
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
Jarkko Hietaniemi [Tue, 8 Apr 2003 04:42:05 +0000]
Few more words about safe/unsafe signals.
p4raw-id: //depot/perl@19164
Jarkko Hietaniemi [Mon, 7 Apr 2003 19:25:39 +0000]
The SvGROW() might move the PV.
p4raw-id: //depot/perl@19163
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
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
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
Jarkko Hietaniemi [Mon, 7 Apr 2003 03:41:17 +0000]
More WinCE tweaking for Vadim Konovalov.
p4raw-id: //depot/perl@19158
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
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
Jarkko Hietaniemi [Sun, 6 Apr 2003 19:46:35 +0000]
An unconditional carp is not nice.
p4raw-id: //depot/perl@19154
Robert Spier [Sat, 5 Apr 2003 21:12:20 +0000]
[DOC PATCH] README.solaris and -Dcc=gcc
Message-ID: <m37ka88b0r.wl_rspier@pobox.com>
p4raw-id: //depot/perl@19153
Adrian M. Enache [Sun, 6 Apr 2003 21:13:27 +0000]
Remove unportable ">|" shell syntax
Subject: Re: Change 19150: LD_PRELOAD hack, still badly flawed / a solution
Message-ID: <
20030406181326.GA873@ratsnest.hole>
p4raw-id: //depot/perl@19152
Joost van Baal [Mon, 25 Nov 2002 17:35:37 +0000]
PATCH (was: Re: [perl #18180] problem with sys:syslog on solaris 8 with perl 5.8.0)
Message-ID: <
20021125163537.GC4745@banach.uvt.nl>
(The .pm patch modified a bit, and removed the false
claim that _PATH_INFO would be coming from syslog.ph)
p4raw-id: //depot/perl@19151
Adrian M. Enache [Thu, 3 Apr 2003 15:50:48 +0000]
LD_PRELOAD hack, still badly flawed / a solution
Message-ID: <
20030403125048.GA6107@ratsnest.hole>
On linux, when building a shared library, generate
a small shell wrapper, "preload", that preloads libperl.so
only if it exists. Useful when the 'make' process stops
before the link phase.
p4raw-id: //depot/perl@19150
Jarkko Hietaniemi [Sat, 5 Apr 2003 20:44:25 +0000]
Upgrade to Locale::Maketext 1.04.
p4raw-id: //depot/perl@19149
Jarkko Hietaniemi [Sat, 5 Apr 2003 20:38:30 +0000]
[perl #21839] perluniintro.pod: nice_string() doesn't escape
literal escape chars -- use Sadahiro-san's fix(es).
p4raw-id: //depot/perl@19148
Ilya Zakharevich [Mon, 31 Mar 2003 12:39:24 +0000]
Embedding
Message-ID: <
20030331203924.GA3602@math.berkeley.edu>
Advertise the pair of macros PERL_SYS_INIT3 / PERL_SYS_TERM
to be used in a C program's main function.
p4raw-id: //depot/perl@19147
Jarkko Hietaniemi [Sat, 5 Apr 2003 19:08:37 +0000]
Heredocs and use encoding didn't work for SJIS;
patch from Inaba Hiroto.
p4raw-id: //depot/perl@19146
Rafael Garcia-Suarez [Sat, 5 Apr 2003 11:45:36 +0000]
The manpages don't have to be built by MakeMaker for the
core modules in ext/. Disable this in Devel::PPPort (not
up-to-date on CPAN), Unicode::Normalize (the CPAN version
uses a different Makefile.PL anyway) and XS::APItest
(not CPANized.)
p4raw-id: //depot/perl@19145
Rafael Garcia-Suarez [Sat, 5 Apr 2003 11:28:22 +0000]
Upgrade to Unicode::Normalize 0.21 and Unicode::Collate 0.24,
by SADAHIRO Tomoyuki.
p4raw-id: //depot/perl@19144
Craig A. Berry [Wed, 2 Apr 2003 18:09:03 +0000]
VMS %ENV fix (follow-up to 18852)
From: "Craig A. Berry" <craigberry@mac.com>
Message-Id: <5.2.0.9.0.
20030402173822.01ba1df0@dcichiexc1>
p4raw-id: //depot/perl@19143
Andreas König [Thu, 3 Apr 2003 08:28:52 +0000]
Re: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
Message-ID: <m3u1dgnlgb.fsf@franz.ak.mind.de>
p4raw-id: //depot/perl@19142
Jarkko Hietaniemi [Thu, 3 Apr 2003 05:00:36 +0000]
Don't recurse from threads to threads/shared (since
threads/shared is built separately, temp solution from
Schwern while MM is being fixed.)
p4raw-id: //depot/perl@19141
Steve Hay [Thu, 20 Mar 2003 11:55:01 +0000]
Fix missing functions when splitting perlfunc
Message-ID: <
3E79AC15.80307@uk.radan.com>
p4raw-id: //depot/perl@19140
Jarkko Hietaniemi [Wed, 2 Apr 2003 19:44:07 +0000]
Make perldiag agree with #19138.
p4raw-id: //depot/perl@19139
Jarkko Hietaniemi [Wed, 2 Apr 2003 19:37:59 +0000]
Make at least the thread count make sense.
p4raw-id: //depot/perl@19138
Rafael Garcia-Suarez [Wed, 2 Apr 2003 19:24:47 +0000]
Adjust test for the recent change (#19136) to Pod::Html
p4raw-id: //depot/perl@19137