22 years agoDocument taint-safeness. Life in the fast_abs_path()
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

22 years agoRe: [ID 20020416.001] 'close' does not report failure when buffer flush fails
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

22 years agoManifestations of mjd, from mjd.
Jarkko Hietaniemi [Tue, 16 Apr 2002 22:10:54 +0000]
Manifestations of mjd, from mjd.

p4raw-id: //depot/perl@15961

22 years agoRe: [-Uusedl] Encode does work but perl -V goes funny!
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

22 years agoRe: Unbalanced string table refcount (was: perl@15930)
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

22 years agoDocuments for Merijn and lots of XXXs for NI-S :-)
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

22 years agoAdded queue.pm and test case, still disabled because of discovered race (or am I...
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 0xabababab on cleanup.

p4raw-id: //depot/perl@15956

22 years agoB::walkoptree bugfix (see also #15850)
Rafael Garcia-Suarez [Tue, 16 Apr 2002 19:53:28 +0000]
B::walkoptree bugfix (see also #15850)

p4raw-id: //depot/perl@15953

22 years agoSmall patch: detypo and style change
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

22 years agoB::Deparse problems with japhs
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

22 years agoStas' tainting worries, obscured by me.
Jarkko Hietaniemi [Tue, 16 Apr 2002 13:36:30 +0000]
Stas' tainting worries, obscured by me.

p4raw-id: //depot/perl@15950

22 years agoPod tweak to avoid =item<japanese> problems.
Jarkko Hietaniemi [Tue, 16 Apr 2002 13:16:31 +0000]
Pod tweak to avoid =item<japanese> problems.

p4raw-id: //depot/perl@15949

22 years agoSome UTF-8 todos.
Jarkko Hietaniemi [Tue, 16 Apr 2002 12:39:18 +0000]
Some UTF-8 todos.

p4raw-id: //depot/perl@15948

22 years agoLet's not promise too much: use utf8 only works on identifier
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

22 years agosmall typo in IO::Pipe pod
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

22 years agoFlaw in Attribute::Handlers 0.76
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

22 years agoAdd CJK READMEs from Autrijus Tang, Dan Kogai, and
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

22 years agomy $utf8here, our $utf8here, and package variable $utf8here.
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

22 years agolib/FileCache.t needs to use valid filename chars
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

22 years agos2p fix for VMS
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

22 years agoThe LGPL code relicensed, with permission from Mark Klein of DIS.
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

22 years agoAUTHORS updates.
Jarkko Hietaniemi [Mon, 15 Apr 2002 22:17:16 +0000]
AUTHORS updates.

p4raw-id: //depot/perl@15939

22 years agoAdd support for my $foo : shared;
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

22 years agot/japh/abigail.t (was: FETCH for tied $" called an odd number of times.)
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

22 years agoRe: [ID 20020412.005] Dancing ??s
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

22 years agot/test.pl additional functionality for runperl
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

22 years agouniversal.c:XS_Internals_hv_clear_placeholders is too long
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

22 years agoTest arrays containing references, and references to shared arrays.
Artur Bergman [Mon, 15 Apr 2002 21:26:16 +0000]
Test arrays containing references, and references to shared arrays.

p4raw-id: //depot/perl@15933

22 years agoChip didn't time travel.
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

22 years agoUpdate Changes.
Jarkko Hietaniemi [Mon, 15 Apr 2002 14:40:56 +0000]
Update Changes.

p4raw-id: //depot/perl@15930

22 years agoThe #15921 made the 'no warnings' unnecessary.
Jarkko Hietaniemi [Mon, 15 Apr 2002 14:33:52 +0000]
The #15921 made the 'no warnings' unnecessary.

p4raw-id: //depot/perl@15929

22 years agoRe: [FILE] FileCache.t
belg4mit [Mon, 15 Apr 2002 01:31:21 +0000]
Re: [FILE] FileCache.t
Message-ID: <3CBA65A9.A228DBA1@mit.edu>

p4raw-id: //depot/perl@15928

22 years agoFileCache 1.02, from Jerrad Pierce <belg4mit@MIT.EDU>.
Jarkko Hietaniemi [Mon, 15 Apr 2002 14:19:27 +0000]
FileCache 1.02, from Jerrad Pierce <belg4mit@MIT.EDU>.

p4raw-id: //depot/perl@15927

22 years agoRe: [PATCH] Re: restricted hashes are unblessable
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

22 years ago[Encode] 1.40 released!
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

22 years agoreturn undef is of questionable style.
Jarkko Hietaniemi [Mon, 15 Apr 2002 12:52:58 +0000]
return undef is of questionable style.

p4raw-id: //depot/perl@15924

22 years agoCheck to make sure @- and @+ interpolation bug is fixed
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

22 years agotest @+ and @- features
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

22 years agoSupporess spurious warnings for @+ and and @-
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

22 years agowas (Re: [PATCH] MakeMaker 5.55_03 -> 5.90_01)
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

22 years agosolve one taint problem
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

22 years agoRe: [PATCH 5.7.3] Suppress warnings about @F when -a flag supplied
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

22 years agoCorrect precedence problem in #15915
Rafael Garcia-Suarez [Sun, 14 Apr 2002 19:30:41 +0000]
Correct precedence problem in #15915

p4raw-id: //depot/perl@15916

22 years agouse vars wasn't use utf8 aware.
Jarkko Hietaniemi [Sun, 14 Apr 2002 15:41:01 +0000]
use vars wasn't use utf8 aware.

p4raw-id: //depot/perl@15915

22 years agoRe: restricted hashes are unblessable
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

22 years agoAUTHORS update
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

22 years agoSimplify the _r probing code by adding the i_systime
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

22 years agoIntegrate perlio:
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

22 years agopatch for FileCache in 5.7.3
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

22 years agoRe: [dodgy PATCH] Re: [Storable] utf8 keys started working!
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

22 years ago[ PATCH ] time problem on 10.20 w/ threads
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

22 years agoEnable portable gcc code on hp-ux
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

22 years agoDisable test code (assertions) in CRLF layer.
Nick Ing-Simmons [Sun, 14 Apr 2002 09:18:01 +0000]
Disable test code (assertions) in CRLF layer.

p4raw-id: //depot/perlio@15904

22 years agoAvoid expensive paranoid check that decoder does return legal UTF-8
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

22 years agoIntegrate mainline
Nick Ing-Simmons [Sun, 14 Apr 2002 09:15:45 +0000]
Integrate mainline

p4raw-id: //depot/perlio@15902

22 years agoFixed URL for the Alpha editor.
Jarkko Hietaniemi [Sat, 13 Apr 2002 23:10:36 +0000]
Fixed URL for the Alpha editor.

p4raw-id: //depot/perl@15901

22 years agoDedodgify.
Jarkko Hietaniemi [Sat, 13 Apr 2002 21:43:19 +0000]
Dedodgify.

p4raw-id: //depot/perl@15900

22 years agoAUTHORS updates.
Jarkko Hietaniemi [Sat, 13 Apr 2002 21:23:41 +0000]
AUTHORS updates.

p4raw-id: //depot/perl@15899

22 years agos2p needs Config.pm.
Jarkko Hietaniemi [Sat, 13 Apr 2002 19:59:49 +0000]
s2p needs Config.pm.

p4raw-id: //depot/perl@15898

22 years agoBenchmark.t 75,90,109
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

22 years agoTweaks by Autrijus Tang.
Jarkko Hietaniemi [Sat, 13 Apr 2002 19:10:08 +0000]
Tweaks by Autrijus Tang.

p4raw-id: //depot/perl@15896

22 years agoFAQ sync.
Jarkko Hietaniemi [Sat, 13 Apr 2002 18:27:05 +0000]
FAQ sync.

p4raw-id: //depot/perl@15895

22 years agoz/OS tally update.
Jarkko Hietaniemi [Sat, 13 Apr 2002 16:22:06 +0000]
z/OS tally update.

p4raw-id: //depot/perl@15894

22 years ago[dodgy PATCH] Re: [Storable] utf8 keys started working!
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

22 years agoAdd piconv and enc2xs to the list of utilities.
Jarkko Hietaniemi [Sat, 13 Apr 2002 15:24:54 +0000]
Add piconv and enc2xs to the list of utilities.

p4raw-id: //depot/perl@15892

22 years agos.
Jarkko Hietaniemi [Sat, 13 Apr 2002 14:55:11 +0000]
s.

p4raw-id: //depot/perl@15891

22 years agoPhrasing fixes by Nicholas Clark
Rafael Garcia-Suarez [Sat, 13 Apr 2002 14:51:27 +0000]
Phrasing fixes by Nicholas Clark

p4raw-id: //depot/perl@15890

22 years agoMore POD fixes and typos
Rafael Garcia-Suarez [Sat, 13 Apr 2002 12:33:09 +0000]
More POD fixes and typos

p4raw-id: //depot/perl@15889

22 years agoRe: UTF-8 and DB_File ?
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

22 years agoFix a typo noticed by Paul Johnson.
Jarkko Hietaniemi [Fri, 12 Apr 2002 22:38:23 +0000]
Fix a typo noticed by Paul Johnson.

p4raw-id: //depot/perl@15887

22 years agoRe: Win32 Status
Michael G. Schwern [Fri, 12 Apr 2002 10:15:33 +0000]
Re: Win32 Status
Message-ID: <20020412141533.GB9788@blackrider>

p4raw-id: //depot/perl@15886

22 years agoUpgrade to Encode 1.34, from Dan Kogai.
Jarkko Hietaniemi [Fri, 12 Apr 2002 20:18:41 +0000]
Upgrade to Encode 1.34, from Dan Kogai.

p4raw-id: //depot/perl@15885

22 years agoUpdated e-mail address in AUTHORS file
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

22 years agoRe: OK, what did I break in unpack?
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

22 years agoRe-sort MANIFEST.
Jarkko Hietaniemi [Fri, 12 Apr 2002 19:59:36 +0000]
Re-sort MANIFEST.

p4raw-id: //depot/perl@15882

22 years agoMove also the Win32 system testing to t/win32.
Jarkko Hietaniemi [Fri, 12 Apr 2002 19:58:43 +0000]
Move also the Win32 system testing to t/win32.

p4raw-id: //depot/perl@15881

22 years agoIntegrate change #15879 from maint-5.6;
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..)

22 years agoIntegrate mainline
Nick Ing-Simmons [Fri, 12 Apr 2002 14:38:32 +0000]
Integrate mainline

p4raw-id: //depot/perlio@15878

22 years agoUpdate Changes.
Jarkko Hietaniemi [Fri, 12 Apr 2002 14:05:23 +0000]
Update Changes.

p4raw-id: //depot/perl@15877

22 years agoDiscuss the magic of \w in security terms.
Jarkko Hietaniemi [Fri, 12 Apr 2002 13:36:52 +0000]
Discuss the magic of \w in security terms.

p4raw-id: //depot/perl@15876

22 years agoAdd a warning about the symbolic methods and
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

22 years agoIn EBCDIC the BOM detection doesn't seem
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

22 years agoUpdate to Net::Ping 2.16.
Jarkko Hietaniemi [Fri, 12 Apr 2002 02:10:33 +0000]
Update to Net::Ping 2.16.

p4raw-id: //depot/perl@15873

22 years agoUpgrade to CGI.pm 2.81.
Jarkko Hietaniemi [Fri, 12 Apr 2002 02:06:04 +0000]
Upgrade to CGI.pm 2.81.

p4raw-id: //depot/perl@15872

22 years agoMove up restricted hashes a bit.
Jarkko Hietaniemi [Fri, 12 Apr 2002 01:48:01 +0000]
Move up restricted hashes a bit.

p4raw-id: //depot/perl@15871

22 years agoNow using Unicode 3.2.0.
Jarkko Hietaniemi [Fri, 12 Apr 2002 01:23:58 +0000]
Now using Unicode 3.2.0.

p4raw-id: //depot/perl@15870

22 years agoUNICOS too has sockpair issues (unsurprisingly,
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

22 years agoFAQ patch from mjd regarding Tie::File.
Jarkko Hietaniemi [Thu, 11 Apr 2002 20:41:23 +0000]
FAQ patch from mjd regarding Tie::File.

p4raw-id: //depot/perl@15868

22 years agoZWNJ, ZWJ. Any further convenience aliasing should
Jarkko Hietaniemi [Thu, 11 Apr 2002 19:19:36 +0000]
ZWNJ, ZWJ.  Any further convenience aliasing should
consider using the NamesList.

p4raw-id: //depot/perl@15867

22 years agofree CheckTree from the tyranny of the forward slash
Craig A. Berry [Thu, 11 Apr 2002 13:47:21 +0000]
free CheckTree from the tyranny of the forward slash
From: "Craig A. Berry" <craigberry@mac.com>
Message-Id: <a05101500b8db89763fbf@[172.16.52.1]>

p4raw-id: //depot/perl@15866

22 years agoMore NT Unicode information from Jan Dubois.
Jarkko Hietaniemi [Thu, 11 Apr 2002 18:39:36 +0000]
More NT Unicode information from Jan Dubois.

p4raw-id: //depot/perl@15865

22 years agoAdd one perltodo item (and move bunch of them to better spot),
Jarkko Hietaniemi [Thu, 11 Apr 2002 18:21:39 +0000]
Add one perltodo item (and move bunch of them to better spot),
add sysopen() to "Functions for filehandles, files, or directories".

p4raw-id: //depot/perl@15864

22 years agoPrettyprinting: shorten the lines to avoid linewrapping.
Jarkko Hietaniemi [Thu, 11 Apr 2002 14:46:45 +0000]
Prettyprinting: shorten the lines to avoid linewrapping.

p4raw-id: //depot/perl@15863

22 years agoAlso NEC SUPER-UX has buggy sockpair().
Jarkko Hietaniemi [Thu, 11 Apr 2002 14:42:06 +0000]
Also NEC SUPER-UX has buggy sockpair().

p4raw-id: //depot/perl@15862

22 years agodTHX works on its own just fine.
Jarkko Hietaniemi [Thu, 11 Apr 2002 13:35:01 +0000]
dTHX works on its own just fine.

p4raw-id: //depot/perl@15861

22 years agoMust hold off building s2p until there's a miniperl.
Jarkko Hietaniemi [Thu, 11 Apr 2002 13:34:40 +0000]
Must hold off building s2p until there's a miniperl.

p4raw-id: //depot/perl@15860

22 years agoAIX: strerror_r() needs dTHX.
Jarkko Hietaniemi [Thu, 11 Apr 2002 13:02:10 +0000]
AIX: strerror_r() needs dTHX.

p4raw-id: //depot/perl@15859

22 years agoExtracting the s2p may require the right dynlibpath.
Jarkko Hietaniemi [Thu, 11 Apr 2002 12:42:57 +0000]
Extracting the s2p may require the right dynlibpath.

p4raw-id: //depot/perl@15858

22 years agoDoc tweaks.
Jarkko Hietaniemi [Thu, 11 Apr 2002 12:40:59 +0000]
Doc tweaks.

p4raw-id: //depot/perl@15857

22 years agoMakeMaker 5.55_03 -> 5.90_01
Michael G. Schwern [Thu, 11 Apr 2002 01:25:26 +0000]
MakeMaker 5.55_03 -> 5.90_01
Message-ID: <20020411052525.GA17038@blackrider>

p4raw-id: //depot/perl@15856