This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
22 years agoStrip CRs from the WinCE files. Now we need to
Jarkko Hietaniemi [Tue, 14 Aug 2001 12:27:58 +0000 (12:27 +0000)]
Strip CRs from the WinCE files.  Now we need to
figure out in which CRs are really needed: probably
Makefile.ce and the README files, at least, probably
also the registry.bat.

p4raw-id: //depot/perl@11665

22 years agoAdd some files to DOSish and writables.
Jarkko Hietaniemi [Tue, 14 Aug 2001 12:05:09 +0000 (12:05 +0000)]
Add some files to DOSish and writables.

p4raw-id: //depot/perl@11664

22 years agoCompile failure message tidying.
Jarkko Hietaniemi [Tue, 14 Aug 2001 03:08:07 +0000 (03:08 +0000)]
Compile failure message tidying.

p4raw-id: //depot/perl@11663

22 years agoThe new sharedsv* should be exported only if usethreads.
Jarkko Hietaniemi [Tue, 14 Aug 2001 01:41:22 +0000 (01:41 +0000)]
The new sharedsv* should be exported only if usethreads.

p4raw-id: //depot/perl@11662

22 years agoURL updates for README.os390
Peter Prymmer [Mon, 13 Aug 2001 15:21:06 +0000 (08:21 -0700)]
URL updates for README.os390
Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>

p4raw-id: //depot/perl@11661

22 years agoUpdate Changes.
Jarkko Hietaniemi [Mon, 13 Aug 2001 12:54:54 +0000 (12:54 +0000)]
Update Changes.

p4raw-id: //depot/perl@11660

22 years ago[PATHC] sharedsv.[c|h]
Jarkko Hietaniemi [Mon, 13 Aug 2001 12:45:21 +0000 (12:45 +0000)]
[PATHC] sharedsv.[c|h]
From: "Artur Bergman" <artur@contiller.se>
Date: Mon, 13 Aug 2001 14:38:41 +0200
Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>

Subject: [PATCH] embed.pl
From: Arthur Bergman <arthur@contiller.se>
Date: Mon, 13 Aug 2001 14:38:14 +0200
Message-ID: <B79D96D6.3088%arthur@contiller.se>

Subject: [PATCH] sharedsv cleanups
From: "Arthur Bergman" <arthur@contiller.se>
Date: Mon, 13 Aug 2001 15:14:25 +0200
Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>

Plus few tweaks: _init needs to be Adp, the prototypes
should not be revealed unless using ithreads, #endif FOO
must be #endif /* FOO */, adding (parentheses) around
do { } while doesn't work too well.

p4raw-id: //depot/perl@11659

22 years agoRe: END {} blocks run in perl_run
Arthur Bergman [Mon, 13 Aug 2001 11:11:30 +0000 (13:11 +0200)]
Re: END {} blocks run in perl_run
Message-ID: <B79D6661.3068%arthur@contiller.se>

p4raw-id: //depot/perl@11658

22 years agoIf you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
Jarkko Hietaniemi [Sun, 12 Aug 2001 23:24:18 +0000 (23:24 +0000)]
If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
and the Perl will be built to do that by default (adding that
will break scripts having non-UTF-8 binary data, such as Latin-1.)

p4raw-id: //depot/perl@11656

22 years agoUnnecessary downgrades.
Jarkko Hietaniemi [Sun, 12 Aug 2001 23:05:14 +0000 (23:05 +0000)]
Unnecessary downgrades.

p4raw-id: //depot/perl@11655

22 years agoFailure not true anymore (probably caused by my broken setup).
Jarkko Hietaniemi [Sun, 12 Aug 2001 22:56:47 +0000 (22:56 +0000)]
Failure not true anymore (probably caused by my broken setup).

p4raw-id: //depot/perl@11654

22 years agoNot quite so relicy as thought in #11651 (op/concat #4 and #5
Jarkko Hietaniemi [Sun, 12 Aug 2001 22:46:12 +0000 (22:46 +0000)]
Not quite so relicy as thought in #11651 (op/concat #4 and #5
stopped working).

p4raw-id: //depot/perl@11653

22 years agoThere is no IN_UTF8.
Jarkko Hietaniemi [Sun, 12 Aug 2001 22:30:04 +0000 (22:30 +0000)]
There is no IN_UTF8.

p4raw-id: //depot/perl@11652

22 years agoMore (less) regex/utf8 relics. (Toned down later in #11653.)
Jarkko Hietaniemi [Sun, 12 Aug 2001 21:08:06 +0000 (21:08 +0000)]
More (less) regex/utf8 relics.  (Toned down later in #11653.)

p4raw-id: //depot/perl@11651

22 years agoRelic in op.c (no regex feature should depend on the utf8 pragma),
Jarkko Hietaniemi [Sun, 12 Aug 2001 20:17:32 +0000 (20:17 +0000)]
Relic in op.c (no regex feature should depend on the utf8 pragma),
and a test tweak.

p4raw-id: //depot/perl@11650

22 years agoTodo updates and fixes.
Jarkko Hietaniemi [Sun, 12 Aug 2001 18:45:52 +0000 (18:45 +0000)]
Todo updates and fixes.

p4raw-id: //depot/perl@11649

22 years agoMark tests (and one module) having explicit Latin-1
Jarkko Hietaniemi [Sun, 12 Aug 2001 18:43:50 +0000 (18:43 +0000)]
Mark tests (and one module) having explicit Latin-1
(and one file having explicit UTF-8) with an explicit
'no utf8' (and one explicit 'use utf8').

NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.

p4raw-id: //depot/perl@11648

22 years agoSV: END {} blocks run in perl_run
Arthur Bergman [Sun, 12 Aug 2001 00:34:28 +0000 (02:34 +0200)]
SV: END {} blocks run in perl_run
Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>

p4raw-id: //depot/perl@11647

22 years agoTypos in #11645.
Jarkko Hietaniemi [Sun, 12 Aug 2001 16:59:00 +0000 (16:59 +0000)]
Typos in #11645.

p4raw-id: //depot/perl@11646

22 years agoOn ithreads default to use_reentrant except on naturally
Jarkko Hietaniemi [Sun, 12 Aug 2001 16:55:31 +0000 (16:55 +0000)]
On ithreads default to use_reentrant except on naturally
threadsafe platforms.

p4raw-id: //depot/perl@11645

22 years ago(Hopefully) a fix for 20010723.004: make install needs
Jarkko Hietaniemi [Sun, 12 Aug 2001 15:45:43 +0000 (15:45 +0000)]
(Hopefully) a fix for 20010723.004: make install needs
write permission in build directory.  The problem was
probably caused by overeager sprinkling of the lib/re.pm
dependencies (which was done to guarantee lib/re.pm being
uptodate for parallel makes: now solved by funneling that
through an explicit recursive make in the preplibrary target).

p4raw-id: //depot/perl@11644

22 years agoDispell the "use utf8" superstition.
Jarkko Hietaniemi [Sun, 12 Aug 2001 14:16:44 +0000 (14:16 +0000)]
Dispell the "use utf8" superstition.

p4raw-id: //depot/perl@11643

22 years agoRe: [ID 20010730.010] FETCH called twice with -T
Abigail [Sat, 11 Aug 2001 23:49:49 +0000 (01:49 +0200)]
Re: [ID 20010730.010] FETCH called twice with -T
Message-ID: <20010811214950.23255.qmail@foad.org>

p4raw-id: //depot/perl@11642

22 years agoRe: [ID 20010730.010] FETCH called twice with -T
Abhijit Menon-Sen [Sat, 11 Aug 2001 06:18:19 +0000 (11:48 +0530)]
Re: [ID 20010730.010] FETCH called twice with -T
Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>

p4raw-id: //depot/perl@11641

22 years agoTest for change #11639.
Jarkko Hietaniemi [Sun, 12 Aug 2001 13:45:58 +0000 (13:45 +0000)]
Test for change #11639.

p4raw-link: @11639 on //depot/perl: 5b468f54a26b6cc5b994509b89b4ae0df54ab101

p4raw-id: //depot/perl@11640

22 years agoRe: Can't localize *FH, then tie it
Abhijit Menon-Sen [Sun, 12 Aug 2001 16:08:06 +0000 (21:38 +0530)]
Re: Can't localize *FH, then tie it
Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>

p4raw-id: //depot/perl@11639

22 years agoDrop all the unnecessary "use utf8" clauses and some of
Jarkko Hietaniemi [Sun, 12 Aug 2001 03:30:07 +0000 (03:30 +0000)]
Drop all the unnecessary "use utf8" clauses and some of
the unnecessary "use bytes" ones.

TODO: scour the documentation for unnecessary "use utf8"
and prominently display it in perldelta when the time comes.
("use utf8" should be necessary ONLY if one wants the script
to be in UTF-8.)  Also should be checked in some non-ASCII
non-Latin-1 platform, like EBCDIC.

p4raw-id: //depot/perl@11638

22 years agoAdd t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
Jarkko Hietaniemi [Sat, 11 Aug 2001 17:55:36 +0000 (17:55 +0000)]
Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
in Unicode handling.

p4raw-id: //depot/perl@11637

22 years agoThinko: we want the flags for native cc, not gcc.
Jarkko Hietaniemi [Sat, 11 Aug 2001 17:14:06 +0000 (17:14 +0000)]
Thinko: we want the flags for native cc, not gcc.

p4raw-id: //depot/perl@11636

22 years ago(retracted by 13077)
Robin Houston [Fri, 10 Aug 2001 14:42:02 +0000 (15:42 +0100)]
(retracted by 13077)
Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>

p4raw-id: //depot/perl@11635

22 years agoturn $a.=<F> into an RCATLINE
Abhijit Menon-Sen [Sat, 11 Aug 2001 16:31:04 +0000 (22:01 +0530)]
turn $a.=<F> into an RCATLINE
Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>

p4raw-id: //depot/perl@11634

22 years agoGet rid of indread, from Abhijit Menon-Sen.
Jarkko Hietaniemi [Sat, 11 Aug 2001 14:58:07 +0000 (14:58 +0000)]
Get rid of indread, from Abhijit Menon-Sen.

p4raw-id: //depot/perl@11633

22 years agoCRLFgngngn.
Jarkko Hietaniemi [Fri, 10 Aug 2001 23:39:04 +0000 (23:39 +0000)]
CRLFgngngn.

p4raw-id: //depot/perl@11632

22 years agoDecommission Time::Piece; unnecessary Yet Another Time-Date Module.
Jarkko Hietaniemi [Fri, 10 Aug 2001 23:37:43 +0000 (23:37 +0000)]
Decommission Time::Piece; unnecessary Yet Another Time-Date Module.

p4raw-id: //depot/perl@11631

22 years agoAvoid #elif (less portable than #else #if).
Jarkko Hietaniemi [Fri, 10 Aug 2001 13:53:15 +0000 (13:53 +0000)]
Avoid #elif (less portable than #else #if).

p4raw-id: //depot/perl@11630

22 years agopatch for perlvar.pod
Mark A. Hershberger [Wed, 8 Aug 2001 17:03:16 +0000 (12:03 -0500)]
patch for perlvar.pod
Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>

p4raw-id: //depot/perl@11629

22 years agocpp commands must start (the # must be) at the column #0.
Jarkko Hietaniemi [Fri, 10 Aug 2001 13:45:48 +0000 (13:45 +0000)]
cpp commands must start (the # must be) at the column #0.

p4raw-id: //depot/perl@11628

22 years agoIf using gcc -B/foo/bar makedepend would give
Jarkko Hietaniemi [Fri, 10 Aug 2001 13:41:07 +0000 (13:41 +0000)]
If using gcc -B/foo/bar makedepend would give
unnecessary warnings about unused -B/foo/bar.

p4raw-id: //depot/perl@11627

22 years agoUpdate Changes.
Jarkko Hietaniemi [Thu, 9 Aug 2001 14:56:29 +0000 (14:56 +0000)]
Update Changes.

p4raw-id: //depot/perl@11626

22 years agos/z/tz/
Jarkko Hietaniemi [Thu, 9 Aug 2001 14:54:05 +0000 (14:54 +0000)]
s/z/tz/

p4raw-id: //depot/perl@11625

22 years agoArticle nit.
Jarkko Hietaniemi [Thu, 9 Aug 2001 14:52:52 +0000 (14:52 +0000)]
Article nit.

p4raw-id: //depot/perl@11624

22 years agoRename lib/unicode files to lib/unicore to avoid
Jarkko Hietaniemi [Thu, 9 Aug 2001 14:49:00 +0000 (14:49 +0000)]
Rename lib/unicode files to lib/unicore to avoid
conflicts between core lib/unicode and Unicode::
files in case-ignoring filesystems.

p4raw-id: //depot/perl@11623

22 years agoUpgrade to Math::BigInt 1.41.
Jarkko Hietaniemi [Thu, 9 Aug 2001 13:33:47 +0000 (13:33 +0000)]
Upgrade to Math::BigInt 1.41.

p4raw-id: //depot/perl@11622

22 years agoremove PL_na from typemap
James [Mon, 6 Aug 2001 20:23:15 +0000 (13:23 -0700)]
remove PL_na from typemap
Message-ID: <3B6F5F23.A31A81B1@rf.net>

(had to be manually applied)

p4raw-id: //depot/perl@11621

22 years agoForgot this from #11618.
Jarkko Hietaniemi [Thu, 9 Aug 2001 13:25:21 +0000 (13:25 +0000)]
Forgot this from #11618.

NOTE: wince/config_H.ce needs updating.

p4raw-id: //depot/perl@11619

22 years agoIntroduce more floating point classifying APIs;
Jarkko Hietaniemi [Thu, 9 Aug 2001 13:21:51 +0000 (13:21 +0000)]
Introduce more floating point classifying APIs;
try to define (most importantly) Perl_is{inf,nan}(x).

For this first cut, assume none such APIs exist in non-UNIXoid
platforms-- this is of course too unkind: Win32 rumoredly has
_fpclass() and _isnan(), and VMS/VOS very probably have some
of the APIs available.  The only thing Perl uses at the moment
is Perl_isnan() (has been in use for a while now).

NOTE: the Win32 and NetWare config_h.?c need regenerating.

p4raw-id: //depot/perl@11618

22 years agoIntegrate change #11519 from perlio:
Jarkko Hietaniemi [Thu, 9 Aug 2001 11:08:51 +0000 (11:08 +0000)]
Integrate change #11519 from perlio:

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

p4raw-link: @11519 on //depot/perl: cb7ddd31f93d0675b449b95767297ddc411dbc09

p4raw-id: //depot/perl@11617

22 years agoIntegrate mainline
Nick Ing-Simmons [Thu, 9 Aug 2001 07:50:24 +0000 (07:50 +0000)]
Integrate mainline

p4raw-id: //depot/perlio@11616

22 years agoAvoid testing for (non-)existance of "encoding(xxxx)"
Nick Ing-Simmons [Thu, 9 Aug 2001 06:23:44 +0000 (06:23 +0000)]
Avoid testing for (non-)existance of "encoding(xxxx)"
layer is called "encoding" the (xxxx) is an argument.

p4raw-id: //depot/perlio@11615

22 years agoTeach B::Concise about PADOP
Paul Johnson [Wed, 8 Aug 2001 23:54:17 +0000 (01:54 +0200)]
Teach B::Concise about PADOP
Message-ID: <20010808235417.O1006@pjcj.net>

p4raw-id: //depot/perl@11614

22 years agoMake VMS use IEEE math by default; reorder Tru64 hints
Jarkko Hietaniemi [Wed, 8 Aug 2001 13:22:13 +0000 (13:22 +0000)]
Make VMS use IEEE math by default; reorder Tru64 hints
so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
exception semantics) is always set if using (the new) cc.

p4raw-id: //depot/perl@11613

22 years agoRe: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
Abhijit Menon-Sen [Tue, 7 Aug 2001 17:16:05 +0000 (22:46 +0530)]
Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>

p4raw-id: //depot/perl@11612

22 years agofix t/run/exit.t for VMS
Craig A. Berry [Tue, 7 Aug 2001 22:27:47 +0000 (17:27 -0500)]
fix t/run/exit.t for VMS
Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>

p4raw-id: //depot/perl@11611

22 years agobetter VMS docs for $?, exit(), and system()
Craig A. Berry [Tue, 7 Aug 2001 20:01:53 +0000 (15:01 -0500)]
better VMS docs for $?, exit(), and system()
Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>

p4raw-id: //depot/perl@11610

22 years agoUpdate the magazine information.
Jarkko Hietaniemi [Tue, 7 Aug 2001 23:49:09 +0000 (23:49 +0000)]
Update the magazine information.

p4raw-id: //depot/perl@11609

22 years agoIgnore SIGFPE everywhere.
Jarkko Hietaniemi [Tue, 7 Aug 2001 23:35:27 +0000 (23:35 +0000)]
Ignore SIGFPE everywhere.

p4raw-id: //depot/perl@11608

22 years agoWith permission, change the licensing of the docs by
Jarkko Hietaniemi [Tue, 7 Aug 2001 23:07:04 +0000 (23:07 +0000)]
With permission, change the licensing of the docs by
TomC (and Gnat) to comply with the rest of Perl.

p4raw-id: //depot/perl@11607

22 years agohints/openbsd.sh tweaks.
Andy Dougherty [Tue, 7 Aug 2001 15:49:33 +0000 (11:49 -0400)]
hints/openbsd.sh tweaks.
Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>

p4raw-id: //depot/perl@11606

22 years agoMakefile.SH test_prep dependency
Andy Dougherty [Tue, 7 Aug 2001 15:44:01 +0000 (11:44 -0400)]
Makefile.SH test_prep dependency
Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>

p4raw-id: //depot/perl@11605

22 years agoDon't autogenerate the headers et alia,
Jarkko Hietaniemi [Tue, 7 Aug 2001 22:44:35 +0000 (22:44 +0000)]
Don't autogenerate the headers et alia,
make regen_headers explicitly.

p4raw-id: //depot/perl@11604

22 years agoRe: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
Gurusamy Sarathy [Tue, 7 Aug 2001 08:33:26 +0000 (01:33 -0700)]
Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>

Unnecessary dependency.

p4raw-id: //depot/perl@11603

22 years agoRe: [ID 20010806.006] Can't read coderef from tied variable
Abhijit Menon-Sen [Tue, 7 Aug 2001 09:10:54 +0000 (14:40 +0530)]
Re: [ID 20010806.006] Can't read coderef from tied variable
Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>

p4raw-id: //depot/perl@11602

22 years agoB && BEGIN handling
James A. Duncan [Mon, 6 Aug 2001 17:29:11 +0000 (18:29 +0100)]
B && BEGIN handling
Message-ID: <20010806172911.A2071@fotango.com>

(the intrpvar.h addition moved to the end for bincompat)

p4raw-id: //depot/perl@11601

22 years agoIntegrate change #11598 from maintperl (fcrypt.c URL updates)
Jarkko Hietaniemi [Tue, 7 Aug 2001 11:53:48 +0000 (11:53 +0000)]
Integrate change #11598 from maintperl (fcrypt.c URL updates)

p4raw-link: @11598 on //depot/perl: 606f94800c615ae6d5c5c0fc6dbac1e8323ea558

p4raw-id: //depot/perl@11600
p4raw-integrated: from //depot/maint-5.6/perl@11598 'merge in'
README.win32 (@9511..)

22 years agoYet another way to say Infinity: HP-UX calls its "++".
Jarkko Hietaniemi [Mon, 6 Aug 2001 15:02:48 +0000 (15:02 +0000)]
Yet another way to say Infinity: HP-UX calls its "++".

p4raw-id: //depot/perl@11598

22 years agoUpdate Changes.
Jarkko Hietaniemi [Mon, 6 Aug 2001 13:40:01 +0000 (13:40 +0000)]
Update Changes.

p4raw-id: //depot/perl@11597

22 years agoAdvertise File::Temp, don't advertise POSIX::tmpnam().
Jarkko Hietaniemi [Mon, 6 Aug 2001 13:24:28 +0000 (13:24 +0000)]
Advertise File::Temp, don't advertise POSIX::tmpnam().

p4raw-id: //depot/perl@11596

22 years agoThe #11593 wasn't right.
Jarkko Hietaniemi [Mon, 6 Aug 2001 12:51:38 +0000 (12:51 +0000)]
The #11593 wasn't right.

p4raw-id: //depot/perl@11595

22 years ago[PATCH: perl@11564] introducing perlivp
Prymmer/Kahn [Sun, 5 Aug 2001 22:00:14 +0000 (15:00 -0700)]
[PATCH: perl@11564] introducing perlivp
Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>

Subject: Re: [PATCH: perl@11564] introducing perlivp
From: Prymmer/Kahn <pvhp@best.com>
Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>

p4raw-id: //depot/perl@11594

22 years agolibcs are confused what to call Infinity.
Jarkko Hietaniemi [Sun, 5 Aug 2001 23:10:52 +0000 (23:10 +0000)]
libcs are confused what to call Infinity.

p4raw-id: //depot/perl@11593

22 years agoAvoid SIGFPE in Tru64.
Jarkko Hietaniemi [Sun, 5 Aug 2001 23:07:50 +0000 (23:07 +0000)]
Avoid SIGFPE in Tru64.

p4raw-id: //depot/perl@11592

22 years agoUpgrade to Math::BigInt 1.40.
Jarkko Hietaniemi [Sun, 5 Aug 2001 22:46:10 +0000 (22:46 +0000)]
Upgrade to Math::BigInt 1.40.

NOTE: this patch necessitates doing something about
infinity handling since the new bigintpm.t tests use
infinity, which causes SIGFPEs at least in Tru64.

p4raw-id: //depot/perl@11591

22 years agoremove hardcoded cmd shell in testsuite
Gurusamy Sarathy [Sun, 5 Aug 2001 21:57:43 +0000 (21:57 +0000)]
remove hardcoded cmd shell in testsuite

p4raw-id: //depot/perl@11590

22 years ago4-arg select() was busted on windows because change#8178 didn't
Gurusamy Sarathy [Sun, 5 Aug 2001 21:35:50 +0000 (21:35 +0000)]
4-arg select() was busted on windows because change#8178 didn't
make it into mainline

p4raw-link: @8178 on //depot/maint-5.6/perl: 961154a63c3a7b345be8bfbe688f4d089c92e684

p4raw-id: //depot/perl@11589

22 years agoRename the Getopt::Long tests to be as they are
Jarkko Hietaniemi [Sun, 5 Aug 2001 19:40:31 +0000 (19:40 +0000)]
Rename the Getopt::Long tests to be as they are
in the Getopt::Long official distribution.

p4raw-id: //depot/perl@11588

22 years agoUpgrade to Getopt::Long 2.26.
Jarkko Hietaniemi [Sun, 5 Aug 2001 19:38:07 +0000 (19:38 +0000)]
Upgrade to Getopt::Long 2.26.

p4raw-id: //depot/perl@11587

22 years agoRetract #10874 (the hack should be unnecessary by now)
Jarkko Hietaniemi [Sun, 5 Aug 2001 19:26:50 +0000 (19:26 +0000)]
Retract #10874 (the hack should be unnecessary by now)

p4raw-id: //depot/perl@11586

22 years agoavoid temp file littering in tests
Gurusamy Sarathy [Sun, 5 Aug 2001 16:45:54 +0000 (16:45 +0000)]
avoid temp file littering in tests

p4raw-id: //depot/perl@11585

22 years agowarning in sv.c: double format, NV arg
Philip Newton [Sun, 5 Aug 2001 19:41:07 +0000 (21:41 +0200)]
warning in sv.c: double format, NV arg
Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>

p4raw-id: //depot/perl@11584

22 years agofix POSIX.t#13 for windos
Gurusamy Sarathy [Sun, 5 Aug 2001 16:28:22 +0000 (16:28 +0000)]
fix POSIX.t#13 for windos

p4raw-id: //depot/perl@11583

22 years agoAdd a test for PerlIO::Via.
Jarkko Hietaniemi [Sun, 5 Aug 2001 16:10:59 +0000 (16:10 +0000)]
Add a test for PerlIO::Via.

p4raw-id: //depot/perl@11582

22 years agoflock() and link() are not available on Windows 9x
Gurusamy Sarathy [Sun, 5 Aug 2001 15:00:26 +0000 (15:00 +0000)]
flock() and link() are not available on Windows 9x

p4raw-id: //depot/perl@11581

22 years agoSome Tru64 C compilers have C++ components that confuse
Jarkko Hietaniemi [Sun, 5 Aug 2001 13:56:46 +0000 (13:56 +0000)]
Some Tru64 C compilers have C++ components that confuse
the ccversion parsing.

p4raw-id: //depot/perl@11580

22 years ago(Reintroduce #11125)
Alan Burlison [Tue, 3 Jul 2001 15:20:13 +0000 (16:20 +0100)]
(Reintroduce #11125)

Subject: MakeMaker should pass through DEFINE and INC to subdirs
Message-ID: <3B41D49D.A923D4F9@sun.com>

p4raw-id: //depot/perl@11579

22 years agoLittle pointer juggling for HP-UX cc to avoid
Jarkko Hietaniemi [Sun, 5 Aug 2001 03:17:20 +0000 (03:17 +0000)]
Little pointer juggling for HP-UX cc to avoid
"warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
followed by
"error 1549: Modifiable lvalue required for assignment operator."

p4raw-id: //depot/perl@11578

22 years agoContinuation of #11575: SANY_SEEN completely deprecated,
Jarkko Hietaniemi [Sat, 4 Aug 2001 18:09:38 +0000 (18:09 +0000)]
Continuation of #11575: SANY_SEEN completely deprecated,
plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
plus a fix for the bug.

p4raw-id: //depot/perl@11577

22 years agoRe: [patch] rid "Scalars leaked" from perl_clone
Doug MacEachern [Sat, 4 Aug 2001 11:09:37 +0000 (04:09 -0700)]
Re: [patch] rid "Scalars leaked" from perl_clone
Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>

p4raw-id: //depot/perl@11576

22 years agoDecouple SANY into SANY and CANY: the new SANY is /./s,
Daniel P. Berrange [Fri, 3 Aug 2001 11:39:33 +0000 (12:39 +0100)]
Decouple SANY into SANY and CANY: the new SANY is /./s,
the new CANY is the \C.  The problem reported and the
test case supplied in

Subject: UTF-8 bugs in string length & single line regex matches
Message-ID: <20010803113932.A19318@berrange.com>

p4raw-id: //depot/perl@11575

22 years agoRe: [patch] ignore PL_curpm in PL_regex_padav cleanup
Doug MacEachern [Sat, 4 Aug 2001 09:43:02 +0000 (02:43 -0700)]
Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>

p4raw-id: //depot/perl@11574

22 years agoThe #11572 didn't up the test count.
Jarkko Hietaniemi [Sat, 4 Aug 2001 14:20:26 +0000 (14:20 +0000)]
The #11572 didn't up the test count.

p4raw-id: //depot/perl@11573

22 years agoUTF-8 bugs in string length & single line regex matches
Daniel P. Berrange [Fri, 3 Aug 2001 11:39:33 +0000 (12:39 +0100)]
UTF-8 bugs in string length & single line regex matches
Message-ID: <20010803113932.A19318@berrange.com>

(the mg_length() fix)

p4raw-id: //depot/perl@11572

22 years agoRe: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
Abhijit Menon-Sen [Sat, 4 Aug 2001 16:56:35 +0000 (22:26 +0530)]
Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>

p4raw-id: //depot/perl@11571

22 years agoRe: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
Abhijit Menon-Sen [Sat, 4 Aug 2001 16:16:03 +0000 (21:46 +0530)]
Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>

p4raw-id: //depot/perl@11570

22 years agoRe: [patch] refcount re ops
Abhijit Menon-Sen [Sat, 4 Aug 2001 08:54:55 +0000 (14:24 +0530)]
Re: [patch] refcount re ops
Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>

p4raw-id: //depot/perl@11569

22 years ago[patch] refcount re ops
Doug MacEachern [Fri, 3 Aug 2001 18:17:41 +0000 (11:17 -0700)]
[patch] refcount re ops
Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>

p4raw-id: //depot/perl@11568

22 years ago[patch] ignore PL_curpm in PL_regex_padav cleanup
Doug MacEachern [Fri, 3 Aug 2001 17:37:53 +0000 (10:37 -0700)]
[patch] ignore PL_curpm in PL_regex_padav cleanup
Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>

p4raw-id: //depot/perl@11567

22 years agofix t/op/misc.t for VMS
Craig A. Berry [Fri, 3 Aug 2001 16:16:16 +0000 (11:16 -0500)]
fix t/op/misc.t for VMS
Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01>

p4raw-id: //depot/perl@11566

22 years agoRe: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
John Kristian [Fri, 3 Aug 2001 00:59:08 +0000 (17:59 -0700)]
Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>

p4raw-id: //depot/perl@11565

22 years agoUpdate Changes.
Jarkko Hietaniemi [Fri, 3 Aug 2001 13:25:39 +0000 (13:25 +0000)]
Update Changes.

p4raw-id: //depot/perl@11564

22 years agofix Stash.t for VMS
Craig A. Berry [Thu, 2 Aug 2001 23:15:24 +0000 (18:15 -0500)]
fix Stash.t for VMS
Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>

p4raw-id: //depot/perl@11563