This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
22 years agoOh, bother. In Tru64 cc -std1 was looking rather nice
Jarkko Hietaniemi [Wed, 17 Oct 2001 23:57:15 +0000 (23:57 +0000)]
Oh, bother. In Tru64 cc -std1 was looking rather nice
in speed (upto 20% speedup in certain operations) but meanwhile
regexps and arithmetics got slower (5-10%) (according to
perlbench average speedup is negligible, and within measuring
flutter, 1%).  Therefore retracting all the changes
aimed at getting -std1 to compile cleanly:  #12475, #12476,
#12479, #12480, #12481, #12482, #12483, #12484.

p4raw-id: //depot/perl@12485

22 years ago(retracted by #12485)
Jarkko Hietaniemi [Wed, 17 Oct 2001 21:58:40 +0000 (21:58 +0000)]
(retracted by #12485)
Strict ANSI doesn't like the third argument of main()
so enable ignoring it if using ultra picky compiler.

p4raw-id: //depot/perl@12484

22 years ago(retracted by #12485)
Jarkko Hietaniemi [Wed, 17 Oct 2001 21:48:24 +0000 (21:48 +0000)]
(retracted by #12485)
Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.

p4raw-id: //depot/perl@12483

22 years ago(retracted by #12485)
Jarkko Hietaniemi [Wed, 17 Oct 2001 21:42:57 +0000 (21:42 +0000)]
(retracted by #12485)
Add explanatory comment.

p4raw-id: //depot/perl@12482

22 years ago(retracted by #12485)
Jarkko Hietaniemi [Wed, 17 Oct 2001 20:50:37 +0000 (20:50 +0000)]
(retracted by #12485)
More dollar$hiding.

p4raw-id: //depot/perl@12481

22 years ago(retracted by #12485)
Jarkko Hietaniemi [Wed, 17 Oct 2001 20:27:34 +0000 (20:27 +0000)]
(retracted by #12485)
KISS.

p4raw-id: //depot/perl@12480

22 years ago(retracted by #12485)
Jarkko Hietaniemi [Wed, 17 Oct 2001 19:57:34 +0000 (19:57 +0000)]
(retracted by #12485)
Thou shalt not #ifdef inside macro invocations,
noticed by Rafael Garcia-Suarez.

p4raw-id: //depot/perl@12479

22 years agocoredump fix in pp_accept()
Anton Berezin [Wed, 17 Oct 2001 18:25:48 +0000 (20:25 +0200)]
coredump fix in pp_accept()
Message-Id: <20011017182548.A12082@heechee.tobez.org>

p4raw-id: //depot/perl@12478

22 years ago(retracted by #12485)
Jarkko Hietaniemi [Wed, 17 Oct 2001 16:46:50 +0000 (16:46 +0000)]
(retracted by #12485)
Unterminated #ifdef.

p4raw-id: //depot/perl@12476

22 years ago(retracted by #12485)
Jarkko Hietaniemi [Wed, 17 Oct 2001 16:42:49 +0000 (16:42 +0000)]
(retracted by #12485)
Avoid dollar signs in identifiers (in non-VMS) to
placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).

p4raw-id: //depot/perl@12475

22 years agoTwo AIX patches
H.Merijn Brand [Wed, 17 Oct 2001 18:04:35 +0000 (20:04 +0200)]
Two AIX patches
Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>

p4raw-id: //depot/perl@12474

22 years agoLimiting the Time::HiRes::sleep and usleep to
Jarkko Hietaniemi [Wed, 17 Oct 2001 14:48:38 +0000 (14:48 +0000)]
Limiting the Time::HiRes::sleep and usleep to
one second is not a good policy if drop-in
replacement is still a goal.

p4raw-id: //depot/perl@12473

22 years agoTest::Simple 0.32
Michael G. Schwern [Wed, 17 Oct 2001 03:42:41 +0000 (23:42 -0400)]
Test::Simple 0.32
Message-ID: <20011017034241.A25038@blackrider>

p4raw-id: //depot/perl@12472

22 years agoSet PERL_CORE environment var
Michael G. Schwern [Wed, 17 Oct 2001 04:04:13 +0000 (00:04 -0400)]
Set PERL_CORE environment var
Message-ID: <20011017040413.C25550@blackrider>

p4raw-id: //depot/perl@12471

22 years agoRegen doc with perlmodstyle added.
Jarkko Hietaniemi [Wed, 17 Oct 2001 02:25:01 +0000 (02:25 +0000)]
Regen doc with perlmodstyle added.

p4raw-id: //depot/perl@12470

22 years agoPod cleanup.
Jarkko Hietaniemi [Wed, 17 Oct 2001 02:24:02 +0000 (02:24 +0000)]
Pod cleanup.

p4raw-id: //depot/perl@12469

22 years agoperlmodstyle as a patch
Kirrily Robert [Tue, 16 Oct 2001 22:47:23 +0000 (18:47 -0400)]
perlmodstyle as a patch
Message-ID: <20011016224723.A20673@infotrope.net>

p4raw-id: //depot/perl@12468

22 years agofor perlhack.pod - no p5p archive on deja/google
Ian Phillipps [Thu, 6 Sep 2001 11:09:40 +0000 (12:09 +0100)]
for perlhack.pod - no p5p archive on deja/google
Message-ID: <20010906110939.A914@homer.diplex.co.uk>

Mention also the develooper p5p archive.

p4raw-id: //depot/perl@12467

22 years agoPREREQ_PM does not really require.
Kay Röpke [Tue, 16 Oct 2001 17:23:52 +0000 (19:23 +0200)]
PREREQ_PM does not really require.
Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>

p4raw-id: //depot/perl@12466

22 years agoAdd the special casing mappings (from SpecCase.txt)
Jarkko Hietaniemi [Wed, 17 Oct 2001 00:54:28 +0000 (00:54 +0000)]
Add the special casing mappings (from SpecCase.txt)
(except for the hyper special case mappings that have
the condition list); the special casing mappings are
unused for now.  Small tidying up on mktables.

p4raw-id: //depot/perl@12465

22 years ago[PATCH] Doc patch on here-docs (perlop and perldata)
David H. Adler [Tue, 16 Oct 2001 11:59:35 +0000 (07:59 -0400)]
[PATCH] Doc patch on here-docs (perlop and perldata)
Date: Tue, 16 Oct 2001 11:59:35 -0400
Message-ID: <20011016115935.A13078@panix.com>

Subject: [ PATCH ] perldata patch, revised
From: "David H. Adler" <dha@panix.com>
Date: Tue, 16 Oct 2001 18:26:49 -0400
Message-ID: <20011016182649.C23970@panix.com>

p4raw-id: //depot/perl@12464

22 years agoIntegrate perlio:
Jarkko Hietaniemi [Tue, 16 Oct 2001 19:39:25 +0000 (19:39 +0000)]
Integrate perlio:

[ 12462]
PerlIOXxxx_dups for all but Win32

[ 12461]
Implement PerlIOStdio_dup (explains core dumps - dup
was not setting up a FILE * to be fclosed()).

[ 12460]
When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
overflow.

[ 12456]
Builds under ithreads (but fails all threads tests)

[ 12451]
Skeleton of "PerlIO_dup" coded.
Still-passes all tests non-threaded (well it would wouldn't it!)

[ 12447]
Beginings of PerlIO_dup support (unstable)

[ 11615]
Avoid testing for (non-)existance of "encoding(xxxx)"
layer is called "encoding" the (xxxx) is an argument.

p4raw-link: @12462 on //depot/perlio: 9f16d962dace601f24c23063432e8a8eb01bfa4a
p4raw-link: @12461 on //depot/perlio: b77c74bc90789599ae69b0d39a1984d2768fa05e
p4raw-link: @12460 on //depot/perlio: 70ace5dac0395f9f5ca5478d23db8cd1e0dbd6e7
p4raw-link: @12456 on //depot/perlio: a8fc9800e47fd3c23e88282f4505c051278ccc9b
p4raw-link: @12451 on //depot/perlio: 8cf8f3d16d82d8b3561907820401eea7766f2f96
p4raw-link: @12447 on //depot/perlio: 71200d45e1b06d4f36df595fa80b743f999642c1
p4raw-link: @11615 on //depot/perlio: 97ed432b8a5d63d1b7bdda09343e34225e6da722

p4raw-id: //depot/perl@12463

22 years agoPerlIOXxxx_dups for all but Win32
Nick Ing-Simmons [Tue, 16 Oct 2001 19:11:30 +0000 (19:11 +0000)]
PerlIOXxxx_dups for all but Win32

p4raw-id: //depot/perlio@12462

22 years agoImplement PerlIOStdio_dup (explains core dumps - dup
Nick Ing-Simmons [Tue, 16 Oct 2001 18:28:48 +0000 (18:28 +0000)]
Implement PerlIOStdio_dup (explains core dumps - dup
was not setting up a FILE * to be fclosed()).

p4raw-id: //depot/perlio@12461

22 years agoWhen USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
Nick Ing-Simmons [Tue, 16 Oct 2001 17:31:47 +0000 (17:31 +0000)]
When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
overflow.

p4raw-id: //depot/perlio@12460

22 years agoVMS 64-bit configure
Craig A. Berry [Tue, 16 Oct 2001 13:08:38 +0000 (08:08 -0500)]
VMS 64-bit configure
Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>

p4raw-id: //depot/perl@12459

22 years agoCan't expect too much accuracy from a sleep of one second.
Jarkko Hietaniemi [Tue, 16 Oct 2001 17:07:20 +0000 (17:07 +0000)]
Can't expect too much accuracy from a sleep of one second.
(I think this will also fail with high load.)

p4raw-id: //depot/perl@12458

22 years agoWIN64 (Itanium) port of Perl 5.6.1
Randolf Werner [Tue, 16 Oct 2001 18:33:02 +0000 (20:33 +0200)]
WIN64 (Itanium) port of Perl 5.6.1
Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>

p4raw-id: //depot/perl@12457

22 years agoBuilds under ithreads (but fails all threads tests)
Nick Ing-Simmons [Tue, 16 Oct 2001 14:08:16 +0000 (14:08 +0000)]
Builds under ithreads (but fails all threads tests)

p4raw-id: //depot/perlio@12456

22 years agoI think the Perl_sortsv needs *not* be skipped?
Jarkko Hietaniemi [Tue, 16 Oct 2001 13:59:32 +0000 (13:59 +0000)]
I think the Perl_sortsv needs *not* be skipped?

p4raw-id: //depot/perl@12455

22 years ago[ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
Gerrit P. Haase [Tue, 16 Oct 2001 15:32:44 +0000 (17:32 +0200)]
[ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
Message-ID: <3BCC531C.11494.3E433F@localhost>

p4raw-id: //depot/perl@12454

22 years ago[ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
Gerrit P. Haase [Tue, 16 Oct 2001 15:01:04 +0000 (17:01 +0200)]
[ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
Message-ID: <3BCC4BB0.30935.2145B7@localhost>

p4raw-id: //depot/perl@12453

22 years agoA forgotten deletion.
Jarkko Hietaniemi [Tue, 16 Oct 2001 12:03:49 +0000 (12:03 +0000)]
A forgotten deletion.

p4raw-id: //depot/perl@12452

22 years agoSkeleton of "PerlIO_dup" coded.
Nick Ing-Simmons [Tue, 16 Oct 2001 11:32:48 +0000 (11:32 +0000)]
Skeleton of "PerlIO_dup" coded.
Still-passes all tests non-threaded (well it would wouldn't it!)

p4raw-id: //depot/perlio@12451

22 years agoDocument the problem with the swash_fetch() API that affects
Jarkko Hietaniemi [Tue, 16 Oct 2001 02:27:51 +0000 (02:27 +0000)]
Document the problem with the swash_fetch() API that affects
more complex case conversions.

p4raw-id: //depot/perl@12450

22 years agoMake Time::HiRes::sleep() and usleep() to return
Jarkko Hietaniemi [Tue, 16 Oct 2001 01:55:48 +0000 (01:55 +0000)]
Make Time::HiRes::sleep() and usleep() to return
the number of seconds (a floating point value) and
microseconds (an integer) actually slept (well,
modulo the time spent in measuring the time actually
slept...), to be a better drop-in replacement for
the builtin sleep().  Noticed by Chris Nandor.

Also make usleep() to croak if fed illegal number
of useconds (anything greater than 1_000_000).

p4raw-id: //depot/perl@12449

22 years agoA missing SvREFCNT_dec.
Jarkko Hietaniemi [Tue, 16 Oct 2001 00:57:05 +0000 (00:57 +0000)]
A missing SvREFCNT_dec.

p4raw-id: //depot/perl@12448

22 years agoBeginings of PerlIO_dup support (unstable)
Nick Ing-Simmons [Mon, 15 Oct 2001 20:27:53 +0000 (20:27 +0000)]
Beginings of PerlIO_dup support (unstable)

p4raw-id: //depot/perlio@12447

22 years ago(retracted by #12497)
Jarkko Hietaniemi [Mon, 15 Oct 2001 18:44:19 +0000 (18:44 +0000)]
(retracted by #12497)
In AIX vac 5 just can't seem to get regcomp right.

p4raw-id: //depot/perl@12446

22 years agoBump the version number to agree with the maintperl one.
Jarkko Hietaniemi [Mon, 15 Oct 2001 16:44:04 +0000 (16:44 +0000)]
Bump the version number to agree with the maintperl one.

p4raw-id: //depot/perl@12445

22 years agoIntegrate mainline
Nick Ing-Simmons [Mon, 15 Oct 2001 15:59:57 +0000 (15:59 +0000)]
Integrate mainline

p4raw-id: //depot/perlio@12444

22 years agoCasting tweak from Paul Marquess, helps Merijn on AIX.
Jarkko Hietaniemi [Mon, 15 Oct 2001 13:40:20 +0000 (13:40 +0000)]
Casting tweak from Paul Marquess, helps Merijn on AIX.

p4raw-id: //depot/perl@12443

22 years agoSync the skip() amounts with the number of tests.
Jarkko Hietaniemi [Mon, 15 Oct 2001 13:35:36 +0000 (13:35 +0000)]
Sync the skip() amounts with the number of tests.

p4raw-id: //depot/perl@12442

22 years agoUpdate Changes.
Jarkko Hietaniemi [Mon, 15 Oct 2001 13:11:03 +0000 (13:11 +0000)]
Update Changes.

p4raw-id: //depot/perl@12441

22 years agoMacOS Classic catdir() rewrite from Thomas Wegner
Jarkko Hietaniemi [Mon, 15 Oct 2001 12:58:24 +0000 (12:58 +0000)]
MacOS Classic catdir() rewrite from Thomas Wegner
(backward incompatibility, but a deliberate one,
the old version simply is broken in its logic),
also documentation updates, and as suggested replicated
the File::Spec::Unix documentation updates also on the
File::Spec documentation.

TODO: there seems to be duplication of documentation
between File::Spec and File::Spec::Unix.  I think
the ::Unix should be left only with specific UNIXisms,
and all the generic documentation should be in ::Spec.

p4raw-id: //depot/perl@12440

22 years agoRe: [PATCH t/op/magic.t] missing tests on Win32
Blair Zajac [Mon, 24 Sep 2001 11:48:58 +0000 (04:48 -0700)]
Re: [PATCH t/op/magic.t] missing tests on Win32
Message-ID: <3BAF801A.88A4F614@orcaware.com>

(the skip() messages)

p4raw-id: //depot/perl@12439

22 years agomake PerlIO default on VMS
Craig A. Berry [Sun, 14 Oct 2001 15:27:18 +0000 (10:27 -0500)]
make PerlIO default on VMS
Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>

p4raw-id: //depot/perl@12438

22 years agoRetract #12436 (Abhijit already did this at #12426)
Jarkko Hietaniemi [Sun, 14 Oct 2001 23:05:57 +0000 (23:05 +0000)]
Retract #12436 (Abhijit already did this at #12426)

p4raw-id: //depot/perl@12437

22 years ago(retracted by #12437)
Kay Röpke [Sat, 13 Oct 2001 20:33:55 +0000 (22:33 +0200)]
(retracted by #12437)
Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>

p4raw-id: //depot/perl@12436

22 years agoh2xs grammar nit
Yitzchak Scott-Thoennes [Fri, 12 Oct 2001 00:12:01 +0000 (17:12 -0700)]
h2xs grammar nit
Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>

p4raw-id: //depot/perl@12435

22 years agoFix scoping problem with FATAL warnings
Paul Marquess [Sun, 14 Oct 2001 11:25:08 +0000 (12:25 +0100)]
Fix scoping problem with FATAL warnings
Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>

p4raw-id: //depot/perl@12434

22 years agoUse File::Spec (needs Thomas Wegner's upcoming patch
Jarkko Hietaniemi [Sat, 13 Oct 2001 23:20:11 +0000 (23:20 +0000)]
Use File::Spec (needs Thomas Wegner's upcoming patch
for File::Spec::Mac::catfile)

p4raw-id: //depot/perl@12433

22 years agoRe: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL...
Nicholas Clark [Sat, 13 Oct 2001 00:07:31 +0000 (01:07 +0100)]
Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)
Message-ID: <20011013000731.D67535@plum.flirble.org>

p4raw-id: //depot/perl@12432

22 years agoDefine PASTHRU_DEFINE and PASTHRU_INC (which are used
Jarkko Hietaniemi [Sat, 13 Oct 2001 22:35:58 +0000 (22:35 +0000)]
Define PASTHRU_DEFINE and PASTHRU_INC (which are used
before DEFINE and INC), and repent by taking DEFINE and
INC away from PASTHRU.

p4raw-id: //depot/perl@12431

22 years agoMore MANIFEST anomalies.
Jarkko Hietaniemi [Sat, 13 Oct 2001 21:23:09 +0000 (21:23 +0000)]
More MANIFEST anomalies.

p4raw-id: //depot/perl@12430

22 years agoNot that many.
Jarkko Hietaniemi [Sat, 13 Oct 2001 21:01:32 +0000 (21:01 +0000)]
Not that many.

p4raw-id: //depot/perl@12429

22 years ago[DOC PATCH] pod syntax fixups for File::Spec::* modules
Rafael Garcia-Suarez [Sat, 13 Oct 2001 23:15:55 +0000 (01:15 +0200)]
[DOC PATCH] pod syntax fixups for File::Spec::* modules
Message-ID: <20011013231555.A18071@rafael>

p4raw-id: //depot/perl@12428

22 years agoRewrite mktables from scratch.
Jarkko Hietaniemi [Sat, 13 Oct 2001 20:54:17 +0000 (20:54 +0000)]
Rewrite mktables from scratch.
- Cleaner.
- Faster: 15-20 seconds as opposed to several minutes.
- More dynamic: the names of the various categories
  such as the linebreak ones are dynamic, not static.
- Is.pl: long names for the general category properties
  are now available.
- Ranges (<... ,First>, <..., Last>) from the general
  categories work now.
- No more mktables.PL because the mktables.PL is not
  and never has been run to create a mktables.
- syllables.txt and Is/Syl*.pl removed: non-standard
  (not part of the Unicode), and the whole concept is
  being reworked (http://syllabary.sourceforge.net/),
  the old way wouldn't even work with the new Syllables.txt
  (it would result in 1000+ new categories)

p4raw-id: //depot/perl@12427

22 years agoExtUtils::MM_Unix should ignore comments when searching for
Abhijit Menon-Sen [Sat, 13 Oct 2001 18:05:36 +0000 (18:05 +0000)]
ExtUtils::MM_Unix should ignore comments when searching for
$VERSION.

p4raw-id: //depot/perl@12426

22 years agoRe: New module XML::Clean
Andreas König [Sat, 13 Oct 2001 10:17:09 +0000 (12:17 +0200)]
Re: New module XML::Clean
Message-ID: <m37ku0t0my.fsf@anima.de>

p4raw-id: //depot/perl@12425

22 years agoSet thread stack size if needed.
Artur Bergman [Sat, 13 Oct 2001 09:39:59 +0000 (09:39 +0000)]
Set thread stack size if needed.

p4raw-id: //depot/perl@12424

22 years agoWe do want to set the attribute to joinable even on modern posix
Artur Bergman [Sat, 13 Oct 2001 09:36:49 +0000 (09:36 +0000)]
We do want to set the attribute to joinable even on modern posix
platforms.

p4raw-id: //depot/perl@12423

22 years agoMessage-ID: <20011012193235.B889@ttul.org>
Brian Ingerson [Fri, 12 Oct 2001 19:32:35 +0000 (12:32 -0700)]
Message-ID: <20011012193235.B889@ttul.org>

p4raw-id: //depot/perl@12422

22 years agoUpdate Changes.
Jarkko Hietaniemi [Fri, 12 Oct 2001 23:22:45 +0000 (23:22 +0000)]
Update Changes.

p4raw-id: //depot/perl@12421

22 years agoFAQ sync.
Jarkko Hietaniemi [Fri, 12 Oct 2001 22:51:17 +0000 (22:51 +0000)]
FAQ sync.

p4raw-id: //depot/perl@12420

22 years agoRE: [PATCH File::Copy] Silence warnings for tied filehandles
Wilson, Doug [Fri, 12 Oct 2001 11:51:05 +0000 (04:51 -0700)]
RE: [PATCH File::Copy] Silence warnings for tied filehandles
Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>

p4raw-id: //depot/perl@12419

22 years ago[PATCH lib/Term/Complete.t] Rethinking the Test
Jarkko Hietaniemi [Fri, 12 Oct 2001 22:44:24 +0000 (22:44 +0000)]
[PATCH lib/Term/Complete.t] Rethinking the Test
From: "chromatic" <chromatic@rmci.net>
Date: Thu, 11 Oct 2001 10:57:55 -0600
Message-ID: <20011011170354.74354.qmail@onion.perl.org>

Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
Date: Thu, 11 Oct 2001 22:34:21 +0200
Message-ID: <20011011223421.A693@rafael>

plus undef $Term::Complete::stty as suggested by Rafael.

p4raw-id: //depot/perl@12418

22 years agoUUnndduupplleexx..
Jarkko Hietaniemi [Fri, 12 Oct 2001 20:35:49 +0000 (20:35 +0000)]
UUnndduupplleexx..

p4raw-id: //depot/perl@12417

22 years agoRe: Sparc/Linux/ithreads unhappy @12391 [PATCH]
Andy Dougherty [Fri, 12 Oct 2001 16:53:03 +0000 (12:53 -0400)]
Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
(Potentially only band-aid)

p4raw-id: //depot/perl@12416

22 years agoVMS pre-7.0 (which doesn't have sigaction()) uniformly
Jarkko Hietaniemi [Fri, 12 Oct 2001 20:13:06 +0000 (20:13 +0000)]
VMS pre-7.0 (which doesn't have sigaction()) uniformly
mishandles kill(), and therefore the sigaction test
should be skipped, from Charles Lane.

p4raw-id: //depot/perl@12415

22 years agoPerhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
Artur Bergman [Fri, 12 Oct 2001 18:47:49 +0000 (18:47 +0000)]
Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20

p4raw-id: //depot/perl@12414

22 years agoUpgrade to Math::BigInt 1.44 from Tels and
Jarkko Hietaniemi [Fri, 12 Oct 2001 18:35:31 +0000 (18:35 +0000)]
Upgrade to Math::BigInt 1.44 from Tels and
further fixes from John Peacock.

p4raw-id: //depot/perl@12413

22 years agoperhaps pthread_attr_t really needs to be set for the old api
Artur Bergman [Fri, 12 Oct 2001 18:28:23 +0000 (18:28 +0000)]
perhaps pthread_attr_t really needs to be set for the old api

p4raw-id: //depot/perl@12412

22 years agopthread_keycreate not pthread_key_create under the here be dragons API
Artur Bergman [Fri, 12 Oct 2001 18:11:45 +0000 (18:11 +0000)]
pthread_keycreate not pthread_key_create under the here be dragons API

p4raw-id: //depot/perl@12411

22 years agoApperently OLD PTHREADS API is a bit retarded.
Artur Bergman [Fri, 12 Oct 2001 18:07:37 +0000 (18:07 +0000)]
Apperently OLD PTHREADS API is a bit retarded.
This should fix another set of compile failures in HP-UX 10.20.

p4raw-id: //depot/perl@12410

22 years agoBlind integrate of mainline
Nick Ing-Simmons [Fri, 12 Oct 2001 15:30:01 +0000 (15:30 +0000)]
Blind integrate of mainline

p4raw-id: //depot/perlio@12409

22 years agoLet us avoid being smart for now.
Artur Bergman [Fri, 12 Oct 2001 14:55:08 +0000 (14:55 +0000)]
Let us avoid being smart for now.

p4raw-id: //depot/perl@12408

22 years ago(void*) the argument to make sure we work with picky compilers
Artur Bergman [Fri, 12 Oct 2001 14:38:12 +0000 (14:38 +0000)]
(void*) the argument to make sure we work with picky compilers

p4raw-id: //depot/perl@12407

22 years ago(replaced with #12600)
Mikhail Zabaluev [Fri, 12 Oct 2001 12:47:47 +0000 (16:47 +0400)]
(replaced with #12600)

Subject: [PATCH 5.6.1 perldoc] use File::Temp
Message-Id: <20011012124747.E13918@localhost.localdomain>

p4raw-id: //depot/perl@12406

22 years ago(Was: lib/Memoize/t/speed.................FAILED at test 2)
Andreas König [Fri, 12 Oct 2001 11:12:07 +0000 (13:12 +0200)]
(Was: lib/Memoize/t/speed.................FAILED at test 2)
Message-Id: <m3wv21te6w.fsf_-_@anima.de>

p4raw-id: //depot/perl@12405

22 years agoA) Support OLD_PTHREADS_API
Artur Bergman [Fri, 12 Oct 2001 12:46:15 +0000 (12:46 +0000)]
A) Support OLD_PTHREADS_API
B) Change from using pthread_t to using a TLS to store the
index of the thread in an hash, this is to avoid problems when
in fact pthread_t was not a seralizable type.
Both these changes are because of HP-UX 10.20
This has not been tested on win32 but should work there.
Need to add support for NetWare.

p4raw-id: //depot/perl@12404

22 years agoRe: New module XML::Clean
Andreas König [Fri, 12 Oct 2001 10:20:35 +0000 (12:20 +0200)]
Re: New module XML::Clean
Message-Id: <m3elo9uv58.fsf@anima.de>

p4raw-id: //depot/perl@12403

22 years agoMore HP model tweaks from Merijn.
Jarkko Hietaniemi [Thu, 11 Oct 2001 19:51:04 +0000 (19:51 +0000)]
More HP model tweaks from Merijn.

p4raw-id: //depot/perl@12402

22 years agoUpdate Changes.
Jarkko Hietaniemi [Thu, 11 Oct 2001 13:03:10 +0000 (13:03 +0000)]
Update Changes.

p4raw-id: //depot/perl@12401

22 years agoHP-UX update from H.Merijn Brand.
Jarkko Hietaniemi [Thu, 11 Oct 2001 11:33:20 +0000 (11:33 +0000)]
HP-UX update from H.Merijn Brand.

p4raw-id: //depot/perl@12400

22 years agofix link rot in README.vms
Craig A. Berry [Wed, 10 Oct 2001 17:17:00 +0000 (12:17 -0500)]
fix link rot in README.vms
Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>

p4raw-id: //depot/perl@12399

22 years ago(was Re: lib/Term/Complete.t won't complete in background)
chromatic [Wed, 10 Oct 2001 15:50:30 +0000 (09:50 -0600)]
(was Re: lib/Term/Complete.t won't complete in background)
Message-ID: <20011010215627.13283.qmail@onion.perl.org>

p4raw-id: //depot/perl@12398

22 years agoAdd Tests for ExtUtils::Packlist
chromatic [Wed, 10 Oct 2001 15:45:42 +0000 (09:45 -0600)]
Add Tests for ExtUtils::Packlist
Message-ID: <20011010215140.8913.qmail@onion.perl.org>

p4raw-id: //depot/perl@12397

22 years agoVMS needs quotes around the -I option to keep it from
Jarkko Hietaniemi [Wed, 10 Oct 2001 20:20:22 +0000 (20:20 +0000)]
VMS needs quotes around the -I option to keep it from
being downcased, from Charles Lane.

p4raw-id: //depot/perl@12396

22 years agoMessage-Id: <3BC31E56.60805@stason.org>
Stas Bekman [Tue, 9 Oct 2001 23:57:10 +0000 (07:57 +0800)]
Message-Id: <3BC31E56.60805@stason.org>

p4raw-id: //depot/perl@12395

22 years agoRe: /usr/include/sys/e ?? (perl@12340)
Abhijit Menon-Sen [Wed, 10 Oct 2001 21:59:33 +0000 (03:29 +0530)]
Re: /usr/include/sys/e ?? (perl@12340)
Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>

p4raw-id: //depot/perl@12394

22 years agoVMS: reorder the elimination of 000000 in the canonpath logic,
Jarkko Hietaniemi [Wed, 10 Oct 2001 15:53:39 +0000 (15:53 +0000)]
VMS: reorder the elimination of 000000 in the canonpath logic,
from Charles Lane.

p4raw-id: //depot/perl@12393

22 years agotwo s/// bugfixes
Rafael Garcia-Suarez [Wed, 10 Oct 2001 17:23:44 +0000 (19:23 +0200)]
two s/// bugfixes
Message-Id: <20011010172344.C22440@rafael>

p4raw-id: //depot/perl@12392

22 years agoFix/improve handling of the [000000] special "root"
Jarkko Hietaniemi [Wed, 10 Oct 2001 12:22:02 +0000 (12:22 +0000)]
Fix/improve handling of the [000000] special "root"
directory, by putting cwd in canonical form when doing
abs2rel, and prepending a 000000 to directory "chunks"
if missing from base or path.  Also adjust test to
reflect the (improved) output from abs2rel.
From Charles Lane.

p4raw-id: //depot/perl@12391

22 years agoIn VMS the copy-to-untaint %ENV in the initialization also loses
Jarkko Hietaniemi [Wed, 10 Oct 2001 11:48:14 +0000 (11:48 +0000)]
In VMS the copy-to-untaint %ENV in the initialization also loses
all of the extra VMSish attributes (such as "treat this logical
as a device name") that are necessary to make programs run.
A tainted %ENV does not hinder VMS.  From Charles Lane.

p4raw-id: //depot/perl@12390

22 years agoVMS-specific fixes to the ExtUtils::Manifest tests.
Jarkko Hietaniemi [Wed, 10 Oct 2001 11:40:29 +0000 (11:40 +0000)]
VMS-specific fixes to the ExtUtils::Manifest tests.

o  VMS is case-insensitive, RTL downcases filenames read
   by perl... so need to re-upcase filenames like MANIFEST
   and MANIFEST.SKIP

o  Need to convert VMS-style to Unix-style filenames when comparing
   names in MANIFEST to names in filesystem.

o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
   since VMS won't let you (easily) delete non-empty directories.

From Charles Lane.

p4raw-id: //depot/perl@12389

22 years agoUnix and VMS agree on "*" as a "match any number of any chars"
Jarkko Hietaniemi [Wed, 10 Oct 2001 11:28:44 +0000 (11:28 +0000)]
Unix and VMS agree on "*" as a "match any number of any chars"
wildcards, but differ ("?"  vs.  "%") for their "match any single
char" wildcard.  This patch changes "?"  chars to "%" before doing a
VMS glob...at no loss of functionality, since "?"  isn't a valid
filename char on VMS.  From Charles Lane.

p4raw-id: //depot/perl@12388

22 years ago(accidentally empty submit; new life as #12390)
Jarkko Hietaniemi [Wed, 10 Oct 2001 11:20:13 +0000 (11:20 +0000)]
(accidentally empty submit; new life as #12390)

p4raw-id: //depot/perl@12387

22 years agoEven more VMS tweakage from Charles Lane:
Jarkko Hietaniemi [Wed, 10 Oct 2001 11:12:40 +0000 (11:12 +0000)]
Even more VMS tweakage from Charles Lane:

Tweak #1:  splitdir only works on directory part of filespec,
           split off volume first
Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
   (it's a horrible kludge in the run-time library,
           improved in later versions). Check the
           $Config{'d_setenv'} flag before attempting to set it.

p4raw-id: //depot/perl@12386

22 years agoVMS tweakage from Charles Lane.
Jarkko Hietaniemi [Tue, 9 Oct 2001 20:34:36 +0000 (20:34 +0000)]
VMS tweakage from Charles Lane.

. command.com doubles an output line when prompting for extensions
. Term::Cap has no business trying to run obscure Un*x utilities on VMS
. perl5db doesn't clean up after itself

p4raw-id: //depot/perl@12385