22 years agoUpdate Changes.
Jarkko Hietaniemi [Fri, 17 Aug 2001 14:26:57 +0000]
Update Changes.

p4raw-id: //depot/perl@11710

22 years agoUpgrade to libnet 1.0704.
Jarkko Hietaniemi [Fri, 17 Aug 2001 13:47:53 +0000]
Upgrade to libnet 1.0704.

p4raw-id: //depot/perl@11709

22 years agoLet perl_clone copy PL_exit_flags
Artur Bergman [Fri, 17 Aug 2001 13:34:04 +0000]
Let perl_clone copy PL_exit_flags

p4raw-id: //depot/perl@11708

22 years agoProtext sharedsv_space better. Extended EDIT and RELEASE macro
Artur Bergman [Fri, 17 Aug 2001 12:28:41 +0000]
Protext sharedsv_space better. Extended EDIT and RELEASE macro

p4raw-id: //depot/perl@11707

22 years agoAllow the threads extension to be found if present.
Jarkko Hietaniemi [Fri, 17 Aug 2001 11:58:48 +0000]
Allow the threads extension to be found if present.

p4raw-id: //depot/perl@11705

22 years agoMail -> change script (pre-alpha)
Nick Ing-Simmons [Fri, 17 Aug 2001 11:47:54 +0000]
Mail -> change script (pre-alpha)

p4raw-id: //depot/perl@11704

22 years agoFixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
Artur Bergman [Fri, 17 Aug 2001 07:11:24 +0000]
Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
Thanks to Tom Hospel for pointing out my error.

p4raw-id: //depot/perl@11703

22 years agoAdds PERL_EXIT_DESTRUCT_END to PL_exit_flags which if set moves END block running...
Artur Bergman [Fri, 17 Aug 2001 04:18:11 +0000]
Adds PERL_EXIT_DESTRUCT_END to PL_exit_flags which if set moves END block running to perl_destruct, changes prototype of perl_destruct to return exitstatus.

p4raw-id: //depot/perl@11702

22 years agoIntegrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
Jarkko Hietaniemi [Fri, 17 Aug 2001 03:22:38 +0000]
Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.

p4raw-id: //depot/perl@11701

22 years agoIEEE float tweak for VMS
Craig A. Berry [Thu, 16 Aug 2001 22:46:15 +0000]
IEEE float tweak for VMS
Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>

p4raw-id: //depot/perl@11700

22 years agoIt seems that Tru64 has "naturally" threadsafe APIs only for
Jarkko Hietaniemi [Fri, 17 Aug 2001 02:33:00 +0000]
It seems that Tru64 has "naturally" threadsafe APIs only for
of the usual suspects (like getpwent) but not for others
(like localtime and rand).  The _r versions are available
for all of them, so let's use them.

p4raw-id: //depot/perl@11699

22 years ago(Accidental apply; thankfully empty.)
Jarkko Hietaniemi [Fri, 17 Aug 2001 01:53:02 +0000]
(Accidental apply; thankfully empty.)

p4raw-id: //depot/perl@11698

22 years agoRe: [ID 20010803.016] Possible regex bug in 5.6.1
Hugo van der Sanden [Thu, 16 Aug 2001 16:27:49 +0000]
Re: [ID 20010803.016] Possible regex bug in 5.6.1
Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>

p4raw-id: //depot/perl@11697

22 years agoRe: [ID 20010814.004] pos() doesn't work when using =~m// in list context
Hugo van der Sanden [Thu, 16 Aug 2001 18:50:01 +0000]
Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context
Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>

p4raw-id: //depot/perl@11696

22 years ago*time_r again
Arthur Bergman [Thu, 16 Aug 2001 16:01:54 +0000]
*time_r again
Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>

p4raw-id: //depot/perl@11695

22 years agosystem() and backtick error handling cleanup from Craig A. Berry.
Jarkko Hietaniemi [Fri, 17 Aug 2001 01:47:53 +0000]
system() and backtick error handling cleanup from Craig A. Berry.

p4raw-id: //depot/perl@11694

22 years agochange#10334 leaks memory, copies string when it doesn't
Gurusamy Sarathy [Fri, 17 Aug 2001 01:07:21 +0000]
change#10334 leaks memory, copies string when it doesn't
need to

p4raw-link: @10334 on //depot/perl: 659ca9ea8f57ee52a52802839584b7208ad161b7

p4raw-id: //depot/perl@11693

22 years agoOne more twist to the sprintf + utf8 testing.
Jarkko Hietaniemi [Thu, 16 Aug 2001 12:22:29 +0000]
One more twist to the sprintf + utf8 testing.

p4raw-id: //depot/perl@11692

22 years agoFix for 20010407.008 sprintf removes utf8-ness.
Jarkko Hietaniemi [Thu, 16 Aug 2001 11:46:02 +0000]
Fix for 20010407.008 sprintf removes utf8-ness.

p4raw-id: //depot/perl@11691

22 years ago*time_r fixes
Arthur Bergman [Thu, 16 Aug 2001 14:22:27 +0000]
*time_r fixes
Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>

p4raw-id: //depot/perl@11690

22 years agoUpgrade to CGI.pm 2.77.
Jarkko Hietaniemi [Thu, 16 Aug 2001 11:29:30 +0000]
Upgrade to CGI.pm 2.77.

p4raw-id: //depot/perl@11689

22 years agoDocument the bytes-to-Unicode upgrading.
Jarkko Hietaniemi [Thu, 16 Aug 2001 01:07:21 +0000]
Document the bytes-to-Unicode upgrading.

p4raw-id: //depot/perl@11688

22 years agoAdd a test for Unicode sprintf.
Jarkko Hietaniemi [Thu, 16 Aug 2001 00:29:29 +0000]
Add a test for Unicode sprintf.

p4raw-id: //depot/perl@11687

22 years agoAdd Unicode tests for index/rindex.
Jarkko Hietaniemi [Thu, 16 Aug 2001 00:20:40 +0000]
Add Unicode tests for index/rindex.

p4raw-id: //depot/perl@11686

22 years agoDocument a bit the art of minimizing the installation,
Jarkko Hietaniemi [Wed, 15 Aug 2001 22:51:53 +0000]
Document a bit the art of minimizing the installation,
based on the p5p discussion.

p4raw-id: //depot/perl@11685

22 years agoUpdate Changes.
Jarkko Hietaniemi [Wed, 15 Aug 2001 13:49:07 +0000]
Update Changes.

p4raw-id: //depot/perl@11683

22 years agoThe #11673 necessitated a test tweak.
Jarkko Hietaniemi [Wed, 15 Aug 2001 13:26:00 +0000]
The #11673 necessitated a test tweak.

p4raw-id: //depot/perl@11682

22 years agoAlso UNICOS is in the general case unable to silently
Jarkko Hietaniemi [Wed, 15 Aug 2001 13:12:50 +0000]
Also UNICOS is in the general case unable to silently
handle fp overflows.

p4raw-id: //depot/perl@11681

22 years agoTry to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
Jarkko Hietaniemi [Wed, 15 Aug 2001 13:05:15 +0000]
Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
NV_EPSILON #defined.

p4raw-id: //depot/perl@11680

22 years agoRe-establish the fp overflow detection for VAX VMS; there
Jarkko Hietaniemi [Wed, 15 Aug 2001 12:48:32 +0000]
Re-establish the fp overflow detection for VAX VMS; there
is no easy way to have the IEEE fp silent overflow semantics.
(in Alpha VMS we still will use IEEE fp by default-- but it
is still possible to configure Perl to use G_FLOAT)

p4raw-id: //depot/perl@11679

22 years agopp_lock
Arthur Bergman [Wed, 15 Aug 2001 11:52:16 +0000]
pp_lock
Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>

p4raw-id: //depot/perl@11678

22 years agoRe: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of...
Hugo van der Sanden [Wed, 15 Aug 2001 11:32:11 +0000]
Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern
Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>

p4raw-id: //depot/perl@11677

22 years agoRe: [ID 20010811.006] re_eval: logical leaks
Hugo van der Sanden [Wed, 15 Aug 2001 10:33:49 +0000]
Re: [ID 20010811.006] re_eval: logical leaks
Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>

p4raw-id: //depot/perl@11676

22 years agoRe: bug in File::Spec 0.82 (canonpath)
Barrie Slaymaker [Tue, 14 Aug 2001 14:32:25 +0000]
Re: bug in File::Spec 0.82 (canonpath)
Message-ID: <20010814143225.A19822@jester.slaysys.com>

p4raw-id: //depot/perl@11675

22 years agomodify VMS default prefix for installation
Peter Prymmer [Tue, 14 Aug 2001 13:33:32 +0000]
modify VMS default prefix for installation
Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>

p4raw-id: //depot/perl@11674

22 years agoWarning incorrectly reported without -w
Rafael Garcia-Suarez [Tue, 14 Aug 2001 21:23:27 +0000]
Warning incorrectly reported without -w
Message-ID: <20010814212327.A1919@rafael>

p4raw-id: //depot/perl@11673

22 years agofixing SDBM_File problems under win32
Nikola Knezevic [Tue, 14 Aug 2001 22:30:11 +0000]
fixing SDBM_File problems under win32
Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>

Combination of nmake, quoting, and Perl expanded $( in here-doc.

p4raw-id: //depot/perl@11672

22 years agoTodo updates.
Jarkko Hietaniemi [Tue, 14 Aug 2001 13:44:40 +0000]
Todo updates.

p4raw-id: //depot/perl@11671

22 years agoremoving sv.c warnings on VC++5.0
Nikola Knezevic [Mon, 13 Aug 2001 23:15:01 +0000]
removing sv.c warnings on VC++5.0
Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>

p4raw-id: //depot/perl@11670

22 years ago[b-]showlex.t
Nikola Knezevic [Sun, 12 Aug 2001 22:24:51 +0000]
[b-]showlex.t
Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>

The 4nt command shell will expand the % in command line
no matter what quoting is attempted, changed the % to @.

p4raw-id: //depot/perl@11669

22 years agomagic.t
Nikola Knezevic [Sun, 12 Aug 2001 20:49:27 +0000]
magic.t
Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>

p4raw-id: //depot/perl@11668

22 years agoAdd sharedsv* to the DOSish platforms; plus add
Jarkko Hietaniemi [Tue, 14 Aug 2001 12:35:17 +0000]
Add sharedsv* to the DOSish platforms; plus add
some WinCE files to the list of DOSish files.

p4raw-id: //depot/perl@11667

22 years agoMore DOSish files.
Jarkko Hietaniemi [Tue, 14 Aug 2001 12:29:57 +0000]
More DOSish files.

p4raw-id: //depot/perl@11666

22 years agoStrip CRs from the WinCE files. Now we need to
Jarkko Hietaniemi [Tue, 14 Aug 2001 12:27:58 +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]
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]
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]
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]
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]
Update Changes.

p4raw-id: //depot/perl@11660

22 years ago[PATHC] sharedsv.[c|h]
Jarkko Hietaniemi [Mon, 13 Aug 2001 12:45:21 +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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
(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]
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]
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]
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]
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]
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]
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]
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]
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]
(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]
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]
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]
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]
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]
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]
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]
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]
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]
Update Changes.

p4raw-id: //depot/perl@11626

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

p4raw-id: //depot/perl@11625

22 years agoArticle nit.
Jarkko Hietaniemi [Thu, 9 Aug 2001 14:52: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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
Update the magazine information.

p4raw-id: //depot/perl@11609

22 years agoIgnore SIGFPE everywhere.
Jarkko Hietaniemi [Tue, 7 Aug 2001 23:35:27 +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]
With permission, change the licensing of the docs by
TomC (and Gnat) to comply with the rest of Perl.

p4raw-id: //depot/perl@11607