platform/upstream/perl.git
23 years agoThe #7521 touched things it shouldn't have.
Jarkko Hietaniemi [Fri, 3 Nov 2000 00:11:56 +0000 (00:11 +0000)]
The #7521 touched things it shouldn't have.

p4raw-id: //depot/perl@7532

23 years agoPerl@7504, vms/gen_shrfls.pl
Charles Lane [Thu, 2 Nov 2000 16:58:36 +0000 (11:58 -0500)]
Perl@7504, vms/gen_shrfls.pl
Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>

p4raw-id: //depot/perl@7531

23 years agoFix the problem discussed in
Jarkko Hietaniemi [Thu, 2 Nov 2000 22:08:49 +0000 (22:08 +0000)]
Fix the problem discussed in

Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST)
Message-Id: <200010160148.EAA14523@alpha.hut.fi>

originally from Linc Madison.  Also Andreas König's comments
taken into account.  Some other problems with Tie::SubstrHash
fixed: didn't croak when the table exceeded the requested number
of entries (as documented) but instead when the number of entries
exceeded the size of the table, a croak() had an unnecessary \n,
didn't have a CLEAR method, documented that there is no exists().
Didn't fix to be strict-proof because the module uses &foo; and
dynamic scope.  Added a test script exercizing both first tamely
the basic functionality, and then the failure cases reported by
Linc Madison.

p4raw-id: //depot/perl@7530

23 years agorecv() can fail and return undef.
Alexey V. Barantsev [Thu, 2 Nov 2000 20:12:20 +0000 (23:12 +0300)]
recv() can fail and return undef.

Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable
Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>

p4raw-id: //depot/perl@7529

23 years agoDetpyo.
Jarkko Hietaniemi [Thu, 2 Nov 2000 17:49:09 +0000 (17:49 +0000)]
Detpyo.

p4raw-id: //depot/perl@7528

23 years agoAdd Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
Edward Avis [Thu, 2 Nov 2000 15:24:30 +0000 (15:24 +0000)]
Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
fix a autovivification bug in Tie::RefHash, add tests for both.

Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>

p4raw-id: //depot/perl@7527

23 years agoTest::Harness revealed buglets in the new DynaLoader.
Andreas König [Thu, 2 Nov 2000 11:26:48 +0000 (12:26 +0100)]
Test::Harness revealed buglets in the new DynaLoader.

Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>

p4raw-id: //depot/perl@7526

23 years agoThe entry for #7503 was missing.
Jarkko Hietaniemi [Wed, 1 Nov 2000 23:52:08 +0000 (23:52 +0000)]
The entry for #7503 was missing.

p4raw-id: //depot/perl@7525

23 years agoUpdate Changes.
Jarkko Hietaniemi [Wed, 1 Nov 2000 23:40:52 +0000 (23:40 +0000)]
Update Changes.

p4raw-id: //depot/perl@7524

23 years agoMore tweaking on the #7522 theme.
Jarkko Hietaniemi [Wed, 1 Nov 2000 22:57:09 +0000 (22:57 +0000)]
More tweaking on the #7522 theme.

p4raw-id: //depot/perl@7523

23 years agoExpand %Config variables and %ENV variables only if
Jarkko Hietaniemi [Wed, 1 Nov 2000 22:06:15 +0000 (22:06 +0000)]
Expand %Config variables and %ENV variables only if
so requested during build time using the
PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
Not expanding makes relocating distributions easier.

p4raw-id: //depot/perl@7522

23 years agoMake the POSIX::setuid and POSIX::setgid to really call setuid()
Garry T. Williams [Mon, 4 Sep 2000 12:09:44 +0000 (08:09 -0400)]
Make the POSIX::setuid and POSIX::setgid to really call setuid()
and setgid() because they were just changing $< and $( which means
only changing the real uid/gid, as opposed to changing both
real and effective ids.  (The alternative way could have been
in POSIX.pm to change $> and $), too, but making a direct call
to the C API feels cleaner.)  Fixes the bug

Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>

p4raw-id: //depot/perl@7521

23 years ago[ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
Garry T. Williams [Mon, 4 Sep 2000 11:32:38 +0000 (07:32 -0400)]
[ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>

p4raw-id: //depot/perl@7520

23 years agoLocale warning explanation tweak.
Jarkko Hietaniemi [Wed, 1 Nov 2000 20:01:22 +0000 (20:01 +0000)]
Locale warning explanation tweak.

p4raw-id: //depot/perl@7519

23 years agoC.pm part of
Jarkko Hietaniemi [Tue, 10 Oct 2000 08:22:28 +0000 (03:22 -0500)]
C.pm part of

Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
Message-Id: <20001010082228.B17030@chaos.wustl.edu>

p4raw-id: //depot/perl@7518

23 years ago[ID 20001005.006] Documentation -- description of qr//
Martien Verbruggen [Fri, 6 Oct 2000 14:09:10 +0000 (01:09 +1100)]
[ID 20001005.006] Documentation -- description of qr//
Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>

p4raw-id: //depot/perl@7517

23 years agoGeneralize the Camel wording.
John Borwick [Wed, 1 Nov 2000 13:19:21 +0000 (08:19 -0500)]
Generalize the Camel wording.

Subject: Re: perlfaq style changes
Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>

p4raw-id: //depot/perl@7516

23 years ago[ID 20001005.004] doc bug: perlsec misleading re file output
Andrew Pimlott [Thu, 5 Oct 2000 13:20:58 +0000 (09:20 -0400)]
[ID 20001005.004] doc bug: perlsec misleading re file output
Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>

p4raw-id: //depot/perl@7515

23 years agoMore AIX lore.
Jarkko Hietaniemi [Wed, 1 Nov 2000 15:03:40 +0000 (15:03 +0000)]
More AIX lore.

p4raw-id: //depot/perl@7514

23 years ago[ID 20001101.001] Net::Ping icmp odd $bytes
root [Wed, 1 Nov 2000 12:31:32 +0000 (13:31 +0100)]
[ID 20001101.001] Net::Ping icmp odd $bytes
Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>

p4raw-id: //depot/perl@7513

23 years ago[ID 20001031.004] Uninitialized auto variable in regcomp.c
Martin Husemann [Tue, 31 Oct 2000 23:39:35 +0000 (00:39 +0100)]
[ID 20001031.004] Uninitialized auto variable in regcomp.c
Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>

p4raw-id: //depot/perl@7512

23 years agoAUTHORS updates.
Jarkko Hietaniemi [Wed, 1 Nov 2000 14:39:50 +0000 (14:39 +0000)]
AUTHORS updates.

p4raw-id: //depot/perl@7511

23 years agostartperl to respect versiononly
Robin Barker [Tue, 31 Oct 2000 16:29:36 +0000 (16:29 +0000)]
startperl to respect versiononly
Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>

p4raw-id: //depot/perl@7510

23 years agoprintf UVs the correct way, noticed by Robin Barker.
Jarkko Hietaniemi [Wed, 1 Nov 2000 14:19:53 +0000 (14:19 +0000)]
printf UVs the correct way, noticed by Robin Barker.

p4raw-id: //depot/perl@7509

23 years agoDo not cleanup *% because the % has special meanings in some
Jarkko Hietaniemi [Wed, 1 Nov 2000 14:10:03 +0000 (14:10 +0000)]
Do not cleanup *% because the % has special meanings in some
shell environments.

p4raw-id: //depot/perl@7508

23 years agoThe NonStop-UX libraries have a novel way to say NaN.
Jarkko Hietaniemi [Wed, 1 Nov 2000 14:06:00 +0000 (14:06 +0000)]
The NonStop-UX libraries have a novel way to say NaN.

p4raw-id: //depot/perl@7507

23 years agoThe osname has been lowercased by now, from Tom Bates.
Jarkko Hietaniemi [Wed, 1 Nov 2000 14:03:35 +0000 (14:03 +0000)]
The osname has been lowercased by now, from Tom Bates.

p4raw-id: //depot/perl@7506

23 years agoThe compiler is either gcc or cc, from Tom Bates.
Jarkko Hietaniemi [Tue, 31 Oct 2000 19:18:39 +0000 (19:18 +0000)]
The compiler is either gcc or cc, from Tom Bates.

p4raw-id: //depot/perl@7505

23 years agoUpdate Changes.
Jarkko Hietaniemi [Tue, 31 Oct 2000 14:53:42 +0000 (14:53 +0000)]
Update Changes.

p4raw-id: //depot/perl@7504

23 years agoWhitespace style tweak. Was originally going to see to
Joe Smith [Mon, 30 Oct 2000 18:47:57 +0000 (10:47 -0800)]
Whitespace style tweak.  Was originally going to see to

Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
Message-Id: <39FE32DD.24AAC4D@inwap.com>

but that had already been taken care of.

p4raw-id: //depot/perl@7503

23 years agoAUTHORS tweaks.
Jarkko Hietaniemi [Tue, 31 Oct 2000 14:25:02 +0000 (14:25 +0000)]
AUTHORS tweaks.

p4raw-id: //depot/perl@7502

23 years agoperlfaq style changes
John Borwick [Tue, 31 Oct 2000 03:15:11 +0000 (22:15 -0500)]
perlfaq style changes
Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>

p4raw-id: //depot/perl@7501

23 years agoBe more lenient on bad UTF-8 when doing bit arithmetics.
Yitzchak Scott-Thoennes [Mon, 30 Oct 2000 21:09:55 +0000 (13:09 -0800)]
Be more lenient on bad UTF-8 when doing bit arithmetics.

Subject: Re: [ID 20000918.005] ~ on wide chars
Message-ID: <jQl/5gzkgWYL092yn@efn.org>

(The ord() part of the patch skipped.)

p4raw-id: //depot/perl@7500

23 years ago[ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
Jens Hamisch [Mon, 30 Oct 2000 15:17:07 +0000 (16:17 +0100)]
[ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
Message-Id: <20001030151707.A9597@Strawberry.COM>

p4raw-id: //depot/perl@7499

23 years agoadd three new EBCDIC Encode-ings && many tests
Peter Prymmer [Mon, 30 Oct 2000 16:59:11 +0000 (08:59 -0800)]
add three new EBCDIC Encode-ings && many tests
Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>

p4raw-id: //depot/perl@7498

23 years agofix coded control chars in cgi-html.t
Peter Prymmer [Mon, 30 Oct 2000 17:48:11 +0000 (09:48 -0800)]
fix coded control chars in cgi-html.t
Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>

p4raw-id: //depot/perl@7497

23 years agoCRLF fix for cgi-function.t tests
Peter Prymmer [Mon, 30 Oct 2000 17:46:33 +0000 (09:46 -0800)]
CRLF fix for cgi-function.t tests
Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>

p4raw-id: //depot/perl@7496

23 years agogeneralize AIX ccversion hack for re extension
Peter Prymmer [Mon, 30 Oct 2000 16:41:21 +0000 (08:41 -0800)]
generalize AIX ccversion hack for re extension
Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>

p4raw-id: //depot/perl@7495

23 years agoUse Errno magic.
Casey Tweten [Mon, 30 Oct 2000 15:51:17 +0000 (10:51 -0500)]
Use Errno magic.

Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>

p4raw-id: //depot/perl@7494

23 years agoAdd a perlbug flag, -A, to avoid acknowledgement messages.
Nicholas Clark [Mon, 30 Oct 2000 17:38:45 +0000 (17:38 +0000)]
Add a perlbug flag, -A, to avoid acknowledgement messages.

Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
Message-ID: <20001030173845.O60355@plum.flirble.org>

p4raw-id: //depot/perl@7493

23 years ago[Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
Andreas König [Sun, 29 Oct 2000 22:05:59 +0000 (23:05 +0100)]
[Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>

p4raw-id: //depot/perl@7489

23 years agoTests for #7487.
Andreas König [Sun, 29 Oct 2000 19:37:09 +0000 (20:37 +0100)]
Tests for #7487.

Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>

p4raw-id: //depot/perl@7488

23 years agoconstsub spillage.
John Tobey [Sun, 29 Oct 2000 11:37:45 +0000 (06:37 -0500)]
constsub spillage.

Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
Message-Id: <m13pvSr-000FObC@feynman.localnet>

p4raw-id: //depot/perl@7487

23 years agoMake \x{...} consistently produce UTF-8.
Simon Cozens [Sun, 29 Oct 2000 19:36:48 +0000 (19:36 +0000)]
Make \x{...} consistently produce UTF-8.

Subject: Re: \x{...} is confused
Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>

p4raw-id: //depot/perl@7485

23 years agoUpdate Changes.
Jarkko Hietaniemi [Sun, 29 Oct 2000 18:06:55 +0000 (18:06 +0000)]
Update Changes.

p4raw-id: //depot/perl@7483

23 years agoUTF-8 decoder tweak.
Jarkko Hietaniemi [Sun, 29 Oct 2000 17:02:37 +0000 (17:02 +0000)]
UTF-8 decoder tweak.

p4raw-id: //depot/perl@7481

23 years agoAdd also emailless people.
Jarkko Hietaniemi [Sun, 29 Oct 2000 02:04:01 +0000 (02:04 +0000)]
Add also emailless people.

p4raw-id: //depot/perl@7478

23 years agoThe #7476 needs a MANIFEST change, too.
Jarkko Hietaniemi [Sun, 29 Oct 2000 01:36:00 +0000 (01:36 +0000)]
The #7476 needs a MANIFEST change, too.

p4raw-id: //depot/perl@7477

23 years agoHave only one master list of AUTHORS, drop unmaintained MAINTAIN.
Jarkko Hietaniemi [Sun, 29 Oct 2000 01:35:21 +0000 (01:35 +0000)]
Have only one master list of AUTHORS, drop unmaintained MAINTAIN.

p4raw-id: //depot/perl@7476

23 years agoDe-quoted-unreadable to ISO Latin 1.
Jarkko Hietaniemi [Sat, 28 Oct 2000 23:57:25 +0000 (23:57 +0000)]
De-quoted-unreadable to ISO Latin 1.
(There's one ISO-2022-JP name in Changes5.004.)

p4raw-id: //depot/perl@7475

23 years ago[ID 20001027.007] uniq array in perlfaq
Hans Ginzel [Fri, 27 Oct 2000 19:28:30 +0000 (21:28 +0200)]
[ID 20001027.007] uniq array in perlfaq
Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz>

p4raw-id: //depot/perl@7474

23 years agoLocking null mutexes is not recommendable.
Hugo van der Sanden [Sat, 28 Oct 2000 18:41:12 +0000 (19:41 +0100)]
Locking null mutexes is not recommendable.

Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED)
Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>

p4raw-id: //depot/perl@7473

23 years agoBetter create a true mailing list for the repository keepers.
Jarkko Hietaniemi [Sat, 28 Oct 2000 17:52:58 +0000 (17:52 +0000)]
Better create a true mailing list for the repository keepers.

p4raw-id: //depot/perl@7472

23 years agoAdd the repository doc by Malcolm, Sarathy, and by Simon,
Jarkko Hietaniemi [Sat, 28 Oct 2000 17:28:24 +0000 (17:28 +0000)]
Add the repository doc by Malcolm, Sarathy, and by Simon,
name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.

p4raw-id: //depot/perl@7471

23 years agoDOC PATCH 5.6.0
Mark-Jason Dominus [Fri, 27 Oct 2000 17:32:44 +0000 (17:32 +0000)]
DOC PATCH 5.6.0
Message-ID: <20001027173244.23754.qmail@plover.com>

p4raw-id: //depot/perl@7470

23 years ago[ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
Peter J. Farley III [Fri, 27 Oct 2000 20:32:56 +0000 (16:32 -0400)]
[ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>

p4raw-id: //depot/perl@7469

23 years agoMake target reordering to avoid pointless re-makes.
Nicholas Clark [Sat, 28 Oct 2000 00:31:02 +0000 (01:31 +0100)]
Make target reordering to avoid pointless re-makes.

Subject: Re: Total re-make of 'make okfile' after 7451 ?
Message-ID: <20001028003101.A54517@plum.flirble.org>

p4raw-id: //depot/perl@7468

23 years ago[ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
Larry W. Virden [Fri, 27 Oct 2000 13:14:41 +0000 (09:14 -0400)]
[ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>

p4raw-id: //depot/perl@7467

23 years agoUpgrade to CPAN 1.58_55.
Andreas König [Sat, 28 Oct 2000 08:18:00 +0000 (10:18 +0200)]
Upgrade to CPAN 1.58_55.

Subject: CPAN.pm status
Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>

p4raw-id: //depot/perl@7466

23 years agoThe reëntrant version shouldn't be needed unless USE_PURE_BISON.
Jarkko Hietaniemi [Sat, 28 Oct 2000 16:02:47 +0000 (16:02 +0000)]
The reëntrant version shouldn't be needed unless USE_PURE_BISON.

p4raw-id: //depot/perl@7465

23 years agoFix for sv_2iv() on "shared" value from keys %hash.
Nick Ing-Simmons [Sat, 28 Oct 2000 10:43:44 +0000 (10:43 +0000)]
Fix for sv_2iv() on "shared" value from keys %hash.

p4raw-id: //depot/perl@7464

23 years agoUpdate Changes.
Jarkko Hietaniemi [Fri, 27 Oct 2000 16:18:29 +0000 (16:18 +0000)]
Update Changes.

p4raw-id: //depot/perl@7463

23 years agoToo enthusiastic editing in #7460.
Jarkko Hietaniemi [Fri, 27 Oct 2000 16:17:44 +0000 (16:17 +0000)]
Too enthusiastic editing in #7460.

p4raw-id: //depot/perl@7462

23 years agoRetract #7459, the script needs more work.
Jarkko Hietaniemi [Fri, 27 Oct 2000 15:37:38 +0000 (15:37 +0000)]
Retract #7459, the script needs more work.

p4raw-id: //depot/perl@7461

23 years agoUse $sort, $uniq (and $tr) consistently as wondered
Jarkko Hietaniemi [Fri, 27 Oct 2000 15:23:14 +0000 (15:23 +0000)]
Use $sort, $uniq (and $tr) consistently as wondered
by Nicholas Clark.

p4raw-id: //depot/perl@7460

23 years ago(Retracted by #7461)
Jarkko Hietaniemi [Fri, 27 Oct 2000 15:02:07 +0000 (15:02 +0000)]
(Retracted by #7461)

Add a shell script for creating/removing symbolic link farms,
useful for keeping the source code read-only and doing the
builds somewhere else.

p4raw-id: //depot/perl@7459

23 years agoDo away with the fix_pl.
Jarkko Hietaniemi [Fri, 27 Oct 2000 14:42:20 +0000 (14:42 +0000)]
Do away with the fix_pl.

p4raw-id: //depot/perl@7458

23 years ago[ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
Jens Hamisch [Fri, 27 Oct 2000 14:38:21 +0000 (16:38 +0200)]
[ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
Message-Id: <20001027143821.B3366@Strawberry.COM>

p4raw-id: //depot/perl@7457

23 years agotodo
Nicholas Clark [Thu, 26 Oct 2000 22:32:29 +0000 (23:32 +0100)]
todo
Message-ID: <20001026223229.A44540@plum.flirble.org>

p4raw-id: //depot/perl@7456

23 years agoRe: [PATCH bleadperl] ripples from constsub patch
John Tobey [Thu, 26 Oct 2000 22:29:53 +0000 (18:29 -0400)]
Re: [PATCH bleadperl] ripples from constsub patch
Message-Id: <m13ozHF-000FObC@feynman.localnet>

p4raw-id: //depot/perl@7455

23 years ago[ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
Yitzchak Scott-Thoennes [Thu, 26 Oct 2000 14:00:03 +0000 (07:00 -0700)]
[ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>

p4raw-id: //depot/perl@7454

23 years agoUpgrade to Storable 1.0.5, from Raphael Manfredi.
Jarkko Hietaniemi [Fri, 27 Oct 2000 00:15:08 +0000 (00:15 +0000)]
Upgrade to Storable 1.0.5, from Raphael Manfredi.

p4raw-id: //depot/perl@7453

23 years agoUndo #7451, this seems to be a deficiency in Perforce,
Jarkko Hietaniemi [Thu, 26 Oct 2000 13:05:52 +0000 (13:05 +0000)]
Undo #7451, this seems to be a deficiency in Perforce,
there is no per-file line-terminator type, only per-client.

p4raw-id: //depot/perl@7452

23 years agoExperimenting in DOS arcana.
Jarkko Hietaniemi [Thu, 26 Oct 2000 04:56:03 +0000 (04:56 +0000)]
Experimenting in DOS arcana.

p4raw-id: //depot/perl@7451

23 years ago[ID 20001025.011] [PATCH] t/io/open.t perl@7369[ 7350] breaks VMS perl
Peter J. Farley III [Wed, 25 Oct 2000 23:10:18 +0000 (19:10 -0400)]
[ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>

p4raw-id: //depot/perl@7450

23 years agoRe: [PATCH 5.6.0]Add non-blocking thread doneness checking
Hugo van der Sanden [Thu, 26 Oct 2000 01:55:17 +0000 (02:55 +0100)]
Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>

minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.

p4raw-id: //depot/perl@7449

23 years agorestore missing d_stdio_cnt_lval to VMS
Peter Prymmer [Wed, 25 Oct 2000 18:23:56 +0000 (11:23 -0700)]
restore missing d_stdio_cnt_lval to VMS
Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>

p4raw-id: //depot/perl@7448

23 years agoRemains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
Jarkko Hietaniemi [Wed, 25 Oct 2000 23:20:02 +0000 (23:20 +0000)]
Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
in platforms that strictly require all the symbols being present
at link time.

p4raw-id: //depot/perl@7447

23 years agoUpdate Changes.
Jarkko Hietaniemi [Wed, 25 Oct 2000 21:55:57 +0000 (21:55 +0000)]
Update Changes.

p4raw-id: //depot/perl@7446

23 years agoIntegrate with vmsperl #7430 by Charles Bailey:
Jarkko Hietaniemi [Wed, 25 Oct 2000 21:27:08 +0000 (21:27 +0000)]
Integrate with vmsperl #7430 by Charles Bailey:

       Cleanup from prior patch (Charles Lane?):
            - improve handling of MFDs in Basename and Path
            - default to no xsubpp line # munging when building debug images

p4raw-id: //depot/perl@7445

23 years agoZero-padded Numerics in Perl Format
John Peacock [Thu, 18 May 2000 11:55:27 +0000 (07:55 -0400)]
Zero-padded Numerics in Perl Format
Message-ID: <3924126F.A58BE57A@UnivPress.com>

p4raw-id: //depot/perl@7444

23 years agoTemporary stopgap for the self-tying issue: for now only
Jarkko Hietaniemi [Wed, 25 Oct 2000 20:43:10 +0000 (20:43 +0000)]
Temporary stopgap for the self-tying issue: for now only
array and hash self-ties are verboten.  The real fix, of
course, would be to comprehensively test (and implement?)
and debug (and document) self-ties.

p4raw-id: //depot/perl@7443

23 years agoAdd non-blocking thread doneness checking
Dan Sugalski [Wed, 25 Oct 2000 13:36:35 +0000 (09:36 -0400)]
Add non-blocking thread doneness checking
Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>

plus regen global.sym.

p4raw-id: //depot/perl@7442

23 years agobuildtoc target tweaks.
Jarkko Hietaniemi [Wed, 25 Oct 2000 20:12:20 +0000 (20:12 +0000)]
buildtoc target tweaks.

p4raw-id: //depot/perl@7441

23 years agoA new version of making the syslog test more robust.
Kurt D. Starsinic [Wed, 25 Oct 2000 12:13:54 +0000 (08:13 -0400)]
A new version of making the syslog test more robust.
(Replaces #7421.)

Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
Message-ID: <20001025121354.B2264@O2.chapin.edu>

p4raw-id: //depot/perl@7440

23 years agoContinue the internal UTF-8 API tweaking.
Jarkko Hietaniemi [Wed, 25 Oct 2000 20:00:48 +0000 (20:00 +0000)]
Continue the internal UTF-8 API tweaking.
Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
used much more than the simpler API, now called utf8_to_uv_simple().
Still not quite happy with API, too much partial duplication
of functionality.

p4raw-id: //depot/perl@7439

23 years agoAllow poking holes at the UTF-8 decoding strictness.
Jarkko Hietaniemi [Wed, 25 Oct 2000 18:52:30 +0000 (18:52 +0000)]
Allow poking holes at the UTF-8 decoding strictness.

p4raw-id: //depot/perl@7438

23 years agoRename UTF8LEN() to be UNISKIP(), too confusing to have
Jarkko Hietaniemi [Wed, 25 Oct 2000 13:53:05 +0000 (13:53 +0000)]
Rename UTF8LEN() to be UNISKIP(), too confusing to have
UTF8LEN() and UTF8SKIP().

p4raw-id: //depot/perl@7437

23 years agoRe: PerlIO - Configure tweak for Linux/glibc?
Nicholas Clark [Wed, 25 Oct 2000 14:44:05 +0000 (15:44 +0100)]
Re: PerlIO - Configure tweak for Linux/glibc?
Message-ID: <20001025144404.D27253@plum.flirble.org>

p4raw-id: //depot/perl@7436

23 years ago[ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
Mike Guy [Tue, 24 Oct 2000 14:59:40 +0000 (15:59 +0100)]
[ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>

p4raw-id: //depot/perl@7435

23 years agoAIX is picky about its symbol exports. Solution for now
Peter Prymmer [Tue, 24 Oct 2000 12:57:22 +0000 (05:57 -0700)]
AIX is picky about its symbol exports.  Solution for now
is to include the deb.o explicitly to the re extension build.

Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>

p4raw-id: //depot/perl@7434

23 years agopatch 7416 breaks sv.c on AIX and HP-UX (patch included)
H.Merijn Brand [Wed, 25 Oct 2000 12:02:20 +0000 (14:02 +0200)]
patch 7416 breaks sv.c on AIX and HP-UX (patch included)
Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>

p4raw-id: //depot/perl@7433

23 years agoMinor update to find2perl, for portability
Paul Moore [Wed, 25 Oct 2000 12:05:47 +0000 (13:05 +0100)]
Minor update to find2perl, for portability
Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>

p4raw-id: //depot/perl@7432

23 years agoAdd targets to Makefile.SH, most importantly
Jarkko Hietaniemi [Wed, 25 Oct 2000 13:40:39 +0000 (13:40 +0000)]
Add targets to Makefile.SH, most importantly
'regen_all' which also remembers to update vms/perly*.

p4raw-id: //depot/perl@7431

23 years agoCleanup from prior patch (Charles Lane?):
Charles Bailey [Wed, 25 Oct 2000 03:13:53 +0000 (03:13 +0000)]
Cleanup from prior patch (Charles Lane?):
         - improve handling of MFDs in Basename and Path
         - default to no xsubpp line # munging when building debug images

p4raw-id: //depot/vmsperl@7430

23 years agoPodify README.epoc and README.vos.
Jarkko Hietaniemi [Tue, 24 Oct 2000 20:03:40 +0000 (20:03 +0000)]
Podify README.epoc and README.vos.

p4raw-id: //depot/perl@7429

23 years agoStratus VOS updates from Paul Green.
Jarkko Hietaniemi [Tue, 24 Oct 2000 19:10:33 +0000 (19:10 +0000)]
Stratus VOS updates from Paul Green.

p4raw-id: //depot/perl@7428

23 years agoCheck if stdio supports tweaking lval and cnt simultaneously.
Nicholas Clark [Mon, 23 Oct 2000 15:39:32 +0000 (16:39 +0100)]
Check if stdio supports tweaking lval and cnt simultaneously.

Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
Message-ID: <20001023153932.A10786@plum.flirble.org>

p4raw-id: //depot/perl@7427

23 years agoMissed the header file changes from #7425.
Jarkko Hietaniemi [Tue, 24 Oct 2000 17:57:44 +0000 (17:57 +0000)]
Missed the header file changes from #7425.

p4raw-id: //depot/perl@7426

23 years agoFix the bug reported in
Andreas König [Tue, 24 Oct 2000 14:01:26 +0000 (16:01 +0200)]
Fix the bug reported in
Subject: Encode bug?
Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>

Also make is_utf8_char() stricter.

p4raw-id: //depot/perl@7425