Rafael Garcia-Suarez [Wed, 17 Apr 2002 19:54:49 +0000]
Adjust test for groups that appear multiple times on Cygwin
p4raw-id: //depot/perl@15977
Jarkko Hietaniemi [Wed, 17 Apr 2002 14:40:03 +0000]
Update Changes.
p4raw-id: //depot/perl@15975
Robin Houston [Wed, 17 Apr 2002 15:45:32 +0000]
"foo bar"->()
Message-ID: <
20020417154532.A25446@puffinry.freeserve.co.uk>
p4raw-id: //depot/perl@15974
Jarkko Hietaniemi [Wed, 17 Apr 2002 14:31:42 +0000]
As suggested by Arthur: the threads and threads::shared
modules are always present. This tries to preempt two
kinds of bug reports: (1) "the Perl 5.8.0 was supposed
to have this new fancy threads implementation but my Perl
doesn't seem to have it" (2) someone attempting to install
threads using CPAN.pm and CPAN.pm helpfully starting to
install perl 5.8.0 (which they might already have installed).
p4raw-id: //depot/perl@15972
Jarkko Hietaniemi [Wed, 17 Apr 2002 14:19:07 +0000]
More signedness nits.
p4raw-id: //depot/perl@15971
Jarkko Hietaniemi [Wed, 17 Apr 2002 13:02:33 +0000]
fast_abs_path() is tainted.
p4raw-id: //depot/perl@15970
Jarkko Hietaniemi [Wed, 17 Apr 2002 12:56:17 +0000]
Signedness nit.
p4raw-id: //depot/perl@15969
H.Merijn Brand [Wed, 17 Apr 2002 12:43:38 +0000]
gcc on HP
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Message-Id: <
20020417124159.66F5.H.M.BRAND@hccnet.nl>
p4raw-id: //depot/perl@15968
Jarkko Hietaniemi [Wed, 17 Apr 2002 12:43:07 +0000]
Add just a little bit more explanation to PerlIO::encoding.
p4raw-id: //depot/perl@15967
Jarkko Hietaniemi [Wed, 17 Apr 2002 12:32:17 +0000]
PerlIO::encoding 0.01 from Dan Kogai.
p4raw-id: //depot/perl@15966
Jarkko Hietaniemi [Wed, 17 Apr 2002 12:24:56 +0000]
Upgrade to Encode 1.42, from Dan Kogai.
p4raw-id: //depot/perl@15965
Jarkko Hietaniemi [Wed, 17 Apr 2002 12:17:42 +0000]
Test tweaks from mjd and Benjamin Goldberg.
p4raw-id: //depot/perl@15964
Jarkko Hietaniemi [Tue, 16 Apr 2002 22:31:24 +0000]
Document taint-safeness. Life in the fast_abs_path()
lane is unsafe.
p4raw-id: //depot/perl@15963
Mark-Jason Dominus [Tue, 16 Apr 2002 19:24:12 +0000]
Re: [ID
20020416.001] 'close' does not report failure when buffer flush fails
Message-ID: <
20020416232412.14297.qmail@plover.com>
p4raw-id: //depot/perl@15962
Jarkko Hietaniemi [Tue, 16 Apr 2002 22:10:54 +0000]
Manifestations of mjd, from mjd.
p4raw-id: //depot/perl@15961
Andy Dougherty [Tue, 16 Apr 2002 13:39:14 +0000]
Re: [-Uusedl] Encode does work but perl -V goes funny!
Message-ID: <Pine.SOL.4.10.
10204161333450.28145-100000@maxwell.phys.lafayette.edu>
p4raw-id: //depot/perl@15959
Nicholas Clark [Tue, 16 Apr 2002 22:22:41 +0000]
Re: Unbalanced string table refcount (was: perl@15930)
Message-ID: <
20020416212241.GA315@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@15958
Jarkko Hietaniemi [Tue, 16 Apr 2002 21:58:44 +0000]
Documents for Merijn and lots of XXXs for NI-S :-)
p4raw-id: //depot/perl@15957
Artur Bergman [Tue, 16 Apr 2002 21:26:53 +0000]
Added queue.pm and test case, still disabled because of discovered race (or am I insane)
in the locking code. All threaded code seems to fail mysteriusly from the PL_utf8_idstart
stuff being 0x
abababab on cleanup.
p4raw-id: //depot/perl@15956
Rafael Garcia-Suarez [Tue, 16 Apr 2002 19:53:28 +0000]
B::walkoptree bugfix (see also #15850)
p4raw-id: //depot/perl@15953
Philip Newton [Tue, 16 Apr 2002 21:09:44 +0000]
Small patch: detypo and style change
Message-ID: <altobus8993o1qee6eu6ac1ro4topkt0vr@4ax.com>
p4raw-id: //depot/perl@15952
Hugo van der Sanden [Tue, 16 Apr 2002 15:47:33 +0000]
B::Deparse problems with japhs
Message-Id: <
200204161447.g3GElX016515@crypt.compulink.co.uk>
p4raw-id: //depot/perl@15951
Jarkko Hietaniemi [Tue, 16 Apr 2002 13:36:30 +0000]
Stas' tainting worries, obscured by me.
p4raw-id: //depot/perl@15950
Jarkko Hietaniemi [Tue, 16 Apr 2002 13:16:31 +0000]
Pod tweak to avoid =item<japanese> problems.
p4raw-id: //depot/perl@15949
Jarkko Hietaniemi [Tue, 16 Apr 2002 12:39:18 +0000]
Some UTF-8 todos.
p4raw-id: //depot/perl@15948
Jarkko Hietaniemi [Tue, 16 Apr 2002 12:34:36 +0000]
Let's not promise too much: use utf8 only works on identifier
names, not package or subroutine names (admittedly limited [1], but
that's what the Camel says, and that's what we are going to stick
to for 5.8.0). Also document that use vars does not do utf8.
[1] The obvious problem in both is that package and subroutine
names need to mappable to the filesystem.
p4raw-id: //depot/perl@15947
Slaven Rezic [Tue, 16 Apr 2002 12:31:10 +0000]
small typo in IO::Pipe pod
Message-Id: <
200204161031.MAA08156@mom.intra.onlineoffice.de>
p4raw-id: //depot/perl@15946
Arthur Bergman [Tue, 16 Apr 2002 11:58:45 +0000]
Flaw in Attribute::Handlers 0.76
Message-Id: <
8A74F82C-5120-11D6-AEA5-003065D64CBE@contiller.se>
p4raw-id: //depot/perl@15945
Jarkko Hietaniemi [Tue, 16 Apr 2002 04:31:49 +0000]
Add CJK READMEs from Autrijus Tang, Dan Kogai, and
Jungshik Shin. Regen toc.
p4raw-id: //depot/perl@15944
Jarkko Hietaniemi [Tue, 16 Apr 2002 03:59:00 +0000]
my $utf8here, our $utf8here, and package variable $utf8here.
The actual minimal fix is in utf8.c and from NI-S,
the rest are the tests (in fresh_perl since I couldn't get
them easily to work elsewhere) and a slight behaviour change:
previously UTF-8 identifiers had to start with an alphabetic
character. No more so, now they can start with an (Unicode)
ID_Continue character (which however is not a (Unicode) digit).
(Limiting the first character to ID_Start would be rather
restrictive, since ID_Start allows only alphabetic letters.)
TODO: use vars qw($utf8here). This I don't find to be
a showstopper.
p4raw-id: //depot/perl@15943
Craig A. Berry [Mon, 15 Apr 2002 22:06:14 +0000]
lib/FileCache.t needs to use valid filename chars
From: "Craig A. Berry" <craigberry@mac.com>
Message-Id: <
a05101501b8e144aa1d4a@[172.16.52.1]>
p4raw-id: //depot/perl@15942
Craig A. Berry [Mon, 15 Apr 2002 21:48:36 +0000]
s2p fix for VMS
From: "Craig A. Berry" <craigberry@mac.com>
Message-Id: <
a05101500b8e13f80e770@[172.16.52.1]>
p4raw-id: //depot/perl@15941
Jarkko Hietaniemi [Mon, 15 Apr 2002 22:23:31 +0000]
The LGPL code relicensed, with permission from Mark Klein of DIS.
(and the licensing of the other code clarified, from Mark Bixby.)
p4raw-id: //depot/perl@15940
Jarkko Hietaniemi [Mon, 15 Apr 2002 22:17:16 +0000]
AUTHORS updates.
p4raw-id: //depot/perl@15939
Artur Bergman [Mon, 15 Apr 2002 22:13:17 +0000]
Add support for my $foo : shared;
Add testcase for this.
Update manifest.
p4raw-id: //depot/perl@15938
Abigail [Mon, 15 Apr 2002 17:41:17 +0000]
t/japh/abigail.t (was: FETCH for tied $" called an odd number of times.)
Message-ID: <
20020415154117.1559.qmail@foad.org>
(With EBCDIC skippage added, and the skip reason
skippage on the two ?? loops tweaked.)
p4raw-id: //depot/perl@15937
Hugo van der Sanden [Sun, 14 Apr 2002 16:09:30 +0000]
Re: [ID
20020412.005] Dancing ??s
Message-Id: <
200204141509.g3EF9UQ18111@crypt.compulink.co.uk>
p4raw-id: //depot/perl@15936
Abigail [Mon, 15 Apr 2002 17:40:02 +0000]
t/test.pl additional functionality for runperl
Message-ID: <
20020415154002.1549.qmail@foad.org>
p4raw-id: //depot/perl@15935
Craig A. Berry [Mon, 15 Apr 2002 14:05:26 +0000]
universal.c:XS_Internals_hv_clear_placeholders is too long
From: "Craig A. Berry" <craigberry@mac.com>
Message-Id: <5.1.0.14.2.
20020415125256.0332ede0@exchi01>
p4raw-id: //depot/perl@15934
Artur Bergman [Mon, 15 Apr 2002 21:26:16 +0000]
Test arrays containing references, and references to shared arrays.
p4raw-id: //depot/perl@15933
Abigail [Mon, 15 Apr 2002 17:40:22 +0000]
Chip didn't time travel.
Message-Id: <
20020415154022.1554.qmail@foad.org>
p4raw-id: //depot/perl@15931
Jarkko Hietaniemi [Mon, 15 Apr 2002 14:40:56 +0000]
Update Changes.
p4raw-id: //depot/perl@15930
Jarkko Hietaniemi [Mon, 15 Apr 2002 14:33:52 +0000]
The #15921 made the 'no warnings' unnecessary.
p4raw-id: //depot/perl@15929
belg4mit [Mon, 15 Apr 2002 01:31:21 +0000]
Re: [FILE] FileCache.t
Message-ID: <
3CBA65A9.A228DBA1@mit.edu>
p4raw-id: //depot/perl@15928
Jarkko Hietaniemi [Mon, 15 Apr 2002 14:19:27 +0000]
FileCache 1.02, from Jerrad Pierce <belg4mit@MIT.EDU>.
p4raw-id: //depot/perl@15927
Nicholas Clark [Sun, 14 Apr 2002 22:54:43 +0000]
Re: [PATCH] Re: restricted hashes are unblessable
Message-ID: <
20020414215442.GE301@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@15926
Dan Kogai [Mon, 15 Apr 2002 07:51:52 +0000]
[Encode] 1.40 released!
Message-Id: <
3699DFE8-4FFA-11D6-AEA5-00039301D480@dan.co.jp>
p4raw-id: //depot/perl@15925
Jarkko Hietaniemi [Mon, 15 Apr 2002 12:52:58 +0000]
return undef is of questionable style.
p4raw-id: //depot/perl@15924
Mark-Jason Dominus [Mon, 15 Apr 2002 06:46:02 +0000]
Check to make sure @- and @+ interpolation bug is fixed
Message-ID: <
20020415064602.17052.qmail@plover.com>
p4raw-id: //depot/perl@15923
Mark-Jason Dominus [Sun, 14 Apr 2002 22:30:17 +0000]
test @+ and @- features
Message-ID: <
20020414223017.17361.qmail@plover.com>
p4raw-id: //depot/perl@15922
Mark-Jason Dominus [Mon, 15 Apr 2002 02:41:52 +0000]
Supporess spurious warnings for @+ and and @-
Message-ID: <
20020415064152.16958.qmail@plover.com>
p4raw-id: //depot/perl@15921
Craig A. Berry [Sun, 14 Apr 2002 18:56:02 +0000]
was (Re: [PATCH] MakeMaker 5.55_03 -> 5.90_01)
From: "Craig A. Berry" <craigberry@mac.com>
Message-Id: <
a05101500b8df8f770e55@[172.16.52.1]>
p4raw-id: //depot/perl@15920
Stas Bekman [Mon, 15 Apr 2002 11:45:03 +0000]
solve one taint problem
Message-Id: <
3CBA4CBF.9030306@stason.org>
p4raw-id: //depot/perl@15918
Mark-Jason Dominus [Mon, 15 Apr 2002 00:30:26 +0000]
Re: [PATCH 5.7.3] Suppress warnings about @F when -a flag supplied
Message-Id: <
20020415043026.11417.qmail@plover.com>
p4raw-id: //depot/perl@15917
Rafael Garcia-Suarez [Sun, 14 Apr 2002 19:30:41 +0000]
Correct precedence problem in #15915
p4raw-id: //depot/perl@15916
Jarkko Hietaniemi [Sun, 14 Apr 2002 15:41:01 +0000]
use vars wasn't use utf8 aware.
p4raw-id: //depot/perl@15915
Nicholas Clark [Sat, 13 Apr 2002 23:43:02 +0000]
Re: restricted hashes are unblessable
Message-ID: <
20020413224302.GB14889@Bagpuss.unfortu.net>
The function name sucks but can't think of anything better.
p4raw-id: //depot/perl@15914
Chris Nandor [Sun, 14 Apr 2002 11:54:40 +0000]
AUTHORS update
Message-ID: <pudge-BDAEFB.
11544014042002@onion.valueclick.com>
p4raw-id: //depot/perl@15913
Jarkko Hietaniemi [Sun, 14 Apr 2002 14:26:14 +0000]
Simplify the _r probing code by adding the i_systime
only for the APIs where it matters.
p4raw-id: //depot/perl@15910
Jarkko Hietaniemi [Sun, 14 Apr 2002 14:10:14 +0000]
Integrate perlio:
[ 15904]
Disable test code (assertions) in CRLF layer.
[ 15903]
Avoid expensive paranoid check that decoder does return legal UTF-8
p4raw-link: @15904 on //depot/perlio:
3b4bd3fd9ce156dd5810f53e7d2c862917be2cb9
p4raw-link: @15903 on //depot/perlio:
3c49ab0895e2c3f761f88c5acb6e1dc985476785
p4raw-id: //depot/perl@15909
Jerrad Pierce [Sun, 14 Apr 2002 00:38:21 +0000]
patch for FileCache in 5.7.3
Message-Id: <
200204140438.AAA30812@calloway.mit.edu>
p4raw-id: //depot/perl@15908
Tim Bunce [Sun, 14 Apr 2002 12:07:35 +0000]
Re: [dodgy PATCH] Re: [Storable] utf8 keys started working!
Message-ID: <
20020414120735.U81028@dansat.data-plan.com>
p4raw-id: //depot/perl@15907
H.Merijn Brand [Sun, 14 Apr 2002 16:29:59 +0000]
[ PATCH ] time problem on 10.20 w/ threads
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Message-Id: <
20020414143200.07BC.H.M.BRAND@hccnet.nl>
p4raw-id: //depot/perl@15906
H.Merijn Brand [Sun, 14 Apr 2002 16:30:01 +0000]
Enable portable gcc code on hp-ux
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Message-Id: <
20020414162907.07C4.H.M.BRAND@hccnet.nl>
p4raw-id: //depot/perl@15905
Nick Ing-Simmons [Sun, 14 Apr 2002 09:18:01 +0000]
Disable test code (assertions) in CRLF layer.
p4raw-id: //depot/perlio@15904
Nick Ing-Simmons [Sun, 14 Apr 2002 09:16:39 +0000]
Avoid expensive paranoid check that decoder does return legal UTF-8
p4raw-id: //depot/perlio@15903
Nick Ing-Simmons [Sun, 14 Apr 2002 09:15:45 +0000]
Integrate mainline
p4raw-id: //depot/perlio@15902
Jarkko Hietaniemi [Sat, 13 Apr 2002 23:10:36 +0000]
Fixed URL for the Alpha editor.
p4raw-id: //depot/perl@15901
Jarkko Hietaniemi [Sat, 13 Apr 2002 21:43:19 +0000]
Dedodgify.
p4raw-id: //depot/perl@15900
Jarkko Hietaniemi [Sat, 13 Apr 2002 21:23:41 +0000]
AUTHORS updates.
p4raw-id: //depot/perl@15899
Jarkko Hietaniemi [Sat, 13 Apr 2002 19:59:49 +0000]
s2p needs Config.pm.
p4raw-id: //depot/perl@15898
Nicholas Clark [Sat, 13 Apr 2002 21:43:04 +0000]
Benchmark.t 75,90,109
Message-ID: <
20020413204303.GB12835@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@15897
Jarkko Hietaniemi [Sat, 13 Apr 2002 19:10:08 +0000]
Tweaks by Autrijus Tang.
p4raw-id: //depot/perl@15896
Jarkko Hietaniemi [Sat, 13 Apr 2002 18:27:05 +0000]
FAQ sync.
p4raw-id: //depot/perl@15895
Jarkko Hietaniemi [Sat, 13 Apr 2002 16:22:06 +0000]
z/OS tally update.
p4raw-id: //depot/perl@15894
Nicholas Clark [Sat, 13 Apr 2002 02:58:07 +0000]
[dodgy PATCH] Re: [Storable] utf8 keys started working!
Message-ID: <
20020413015806.GA371@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@15893
Jarkko Hietaniemi [Sat, 13 Apr 2002 15:24:54 +0000]
Add piconv and enc2xs to the list of utilities.
p4raw-id: //depot/perl@15892
Jarkko Hietaniemi [Sat, 13 Apr 2002 14:55:11 +0000]
s.
p4raw-id: //depot/perl@15891
Rafael Garcia-Suarez [Sat, 13 Apr 2002 14:51:27 +0000]
Phrasing fixes by Nicholas Clark
p4raw-id: //depot/perl@15890
Rafael Garcia-Suarez [Sat, 13 Apr 2002 12:33:09 +0000]
More POD fixes and typos
p4raw-id: //depot/perl@15889
Andreas König [Sat, 13 Apr 2002 13:29:41 +0000]
Re: UTF-8 and DB_File ?
Message-ID: <m3ads7j0pm.fsf@anima.de>
p4raw-id: //depot/perl@15888
Jarkko Hietaniemi [Fri, 12 Apr 2002 22:38:23 +0000]
Fix a typo noticed by Paul Johnson.
p4raw-id: //depot/perl@15887
Michael G. Schwern [Fri, 12 Apr 2002 10:15:33 +0000]
Re: Win32 Status
Message-ID: <
20020412141533.GB9788@blackrider>
p4raw-id: //depot/perl@15886
Jarkko Hietaniemi [Fri, 12 Apr 2002 20:18:41 +0000]
Upgrade to Encode 1.34, from Dan Kogai.
p4raw-id: //depot/perl@15885
Graham TerMarsch [Fri, 12 Apr 2002 12:28:47 +0000]
Updated e-mail address in AUTHORS file
Message-Id: <
200204121228.47826.graham@howlingfrog.com>
p4raw-id: //depot/perl@15884
Nicholas Clark [Fri, 12 Apr 2002 21:59:06 +0000]
Re: OK, what did I break in unpack?
Message-ID: <
20020412205906.GD353@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@15883
Jarkko Hietaniemi [Fri, 12 Apr 2002 19:59:36 +0000]
Re-sort MANIFEST.
p4raw-id: //depot/perl@15882
Jarkko Hietaniemi [Fri, 12 Apr 2002 19:58:43 +0000]
Move also the Win32 system testing to t/win32.
p4raw-id: //depot/perl@15881
Jarkko Hietaniemi [Fri, 12 Apr 2002 19:57:05 +0000]
Integrate change #15879 from maint-5.6;
Win32::GetLongPathName() did not return valid results if there
were "." and ".." components in the path; also fix a potential
buffer overflow if the long path happens to be longer than
MAX_PATH (this can presumably happen if they use \\?\... style
paths); add a rather limited testsuite that exercises just the
edge cases
p4raw-link: @15879 on //depot/maint-5.6/perl:
a15439704ef1059bf178ec4b1820fee7b2af7173
p4raw-id: //depot/perl@15880
p4raw-branched: from //depot/maint-5.6/perl@15877 'branch in'
t/win32/longpath.t
p4raw-integrated: from //depot/maint-5.6/perl@15877 'ignore' MANIFEST
(@12747..) 'merge in' t/harness (@11427..) win32/win32.c
(@13145..)
Nick Ing-Simmons [Fri, 12 Apr 2002 14:38:32 +0000]
Integrate mainline
p4raw-id: //depot/perlio@15878
Jarkko Hietaniemi [Fri, 12 Apr 2002 14:05:23 +0000]
Update Changes.
p4raw-id: //depot/perl@15877
Jarkko Hietaniemi [Fri, 12 Apr 2002 13:36:52 +0000]
Discuss the magic of \w in security terms.
p4raw-id: //depot/perl@15876
Jarkko Hietaniemi [Fri, 12 Apr 2002 13:16:43 +0000]
Add a warning about the symbolic methods and
symbolic sub refs not being checked for taint.
p4raw-id: //depot/perl@15875
Jarkko Hietaniemi [Fri, 12 Apr 2002 12:27:41 +0000]
In EBCDIC the BOM detection doesn't seem
to be working right. For now skipping the test,
waiting for Dan's opinion.
p4raw-id: //depot/perl@15874
Jarkko Hietaniemi [Fri, 12 Apr 2002 02:10:33 +0000]
Update to Net::Ping 2.16.
p4raw-id: //depot/perl@15873
Jarkko Hietaniemi [Fri, 12 Apr 2002 02:06:04 +0000]
Upgrade to CGI.pm 2.81.
p4raw-id: //depot/perl@15872
Jarkko Hietaniemi [Fri, 12 Apr 2002 01:48:01 +0000]
Move up restricted hashes a bit.
p4raw-id: //depot/perl@15871
Jarkko Hietaniemi [Fri, 12 Apr 2002 01:23:58 +0000]
Now using Unicode 3.2.0.
p4raw-id: //depot/perl@15870
Jarkko Hietaniemi [Thu, 11 Apr 2002 22:48:24 +0000]
UNICOS too has sockpair issues (unsurprisingly,
since UNICOS/mk has them too)
p4raw-id: //depot/perl@15869
Jarkko Hietaniemi [Thu, 11 Apr 2002 20:41:23 +0000]
FAQ patch from mjd regarding Tie::File.
p4raw-id: //depot/perl@15868