22 years agoRe: Argument "1.23_45" isn't numeric in subroutine entry
Andreas König [Fri, 22 Mar 2002 16:27:51 +0000]
Re: Argument "1.23_45" isn't numeric in subroutine entry
Message-ID: <m3n0x0vczs.fsf@anima.de>

p4raw-id: //depot/perl@15420

22 years agoThe I_CSD, I_S, and V_S had wrong recepting datatype.
Jarkko Hietaniemi [Fri, 22 Mar 2002 15:14:09 +0000]
The I_CSD, I_S, and V_S had wrong recepting datatype.
Also, there's no i_stdio.

p4raw-id: //depot/perl@15418

22 years agoDocument a known AIX warning.
Jarkko Hietaniemi [Fri, 22 Mar 2002 15:07:33 +0000]
Document a known AIX warning.

p4raw-id: //depot/perl@15417

22 years agoUndo #15415, allow the faq people to catch up first.
Jarkko Hietaniemi [Fri, 22 Mar 2002 15:03:05 +0000]
Undo #15415, allow the faq people to catch up first.

p4raw-id: //depot/perl@15416

22 years agoFAQ sync.
Jarkko Hietaniemi [Fri, 22 Mar 2002 13:30:38 +0000]
FAQ sync.

p4raw-id: //depot/perl@15415

22 years agoRe: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem
Andreas König [Fri, 22 Mar 2002 15:16:19 +0000]
Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem
Message-ID: <m38z8kwuvg.fsf@anima.de>

(plus reformat)

p4raw-id: //depot/perl@15414

22 years agoIntegrate perlio:
Jarkko Hietaniemi [Fri, 22 Mar 2002 13:20:48 +0000]
Integrate perlio:

[ 15412]
Check for sanity of UTF-8 keys in hashes
(feel free to add more tests...)

[ 15410]
Fix [ID 20020318.003] cannot open STDOUT into in memory variable
- when (e.g.) STDOUT is char special file and gets IoOFP
created - do _NOT_ pass num_svs as that fopen-s stringified
glob, and not fdopen-s the fd.
p4raw-link: @15412 on //depot/perlio: cb0a5b5c946748a0ce5472032178d97c33e21b33
p4raw-link: @15410 on //depot/perlio: dd37d22f759197ae537bfc89e7f0cd73321b19b3

p4raw-id: //depot/perl@15413

22 years agoCheck for sanity of UTF-8 keys in hashes
Nick Ing-Simmons [Fri, 22 Mar 2002 10:50:53 +0000]
Check for sanity of UTF-8 keys in hashes
(feel free to add more tests...)

p4raw-id: //depot/perlio@15412

22 years ago Revert #15200 for backwards compatiblity reasons.
Abhijit Menon-Sen [Fri, 22 Mar 2002 08:36:33 +0000]
   Revert #15200 for backwards compatiblity reasons.

p4raw-id: //depot/perl@15411

22 years agoFix [ID 20020318.003] cannot open STDOUT into in memory variable
Nick Ing-Simmons [Fri, 22 Mar 2002 07:47:41 +0000]
Fix [ID 20020318.003] cannot open STDOUT into in memory variable
  - when (e.g.) STDOUT is char special file and gets IoOFP
    created - do _NOT_ pass num_svs as that fopen-s stringified
    glob, and not fdopen-s the fd.

p4raw-id: //depot/perlio@15410

22 years agoIntegrate mainline
Nick Ing-Simmons [Fri, 22 Mar 2002 07:19:33 +0000]
Integrate mainline

p4raw-id: //depot/perlio@15409

22 years agoWin32 tweak from mjd.
Jarkko Hietaniemi [Fri, 22 Mar 2002 04:09:19 +0000]
Win32 tweak from mjd.

p4raw-id: //depot/perl@15408

22 years agoIf Unicode keys are entered to a hash, a bit is turned on.
Jarkko Hietaniemi [Fri, 22 Mar 2002 04:07:13 +0000]
If Unicode keys are entered to a hash, a bit is turned on.
If the bit is on, when the keys are fetched from the hash
(%h, each %h, keys %h), the Unicodified versions of the keys
are returned if needed.  This solution errs on the size of
over-Unicodifying, the old solution erred on the side of
under-Unicodifying.  As long as the hash keys can be a mix
of byte and Unicode strings, a perfect fit is hard to come by.

p4raw-id: //depot/perl@15407

22 years agoRe: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem
Mike Guy [Fri, 22 Mar 2002 02:08:20 +0000]
Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem
Message-Id: <E16oETc-0000vE-00@virgo.cus.cam.ac.uk>

p4raw-id: //depot/perl@15406

22 years agoPM_SETRE() fallout.
Jarkko Hietaniemi [Thu, 21 Mar 2002 23:13:44 +0000]
PM_SETRE() fallout.

p4raw-id: //depot/perl@15405

22 years agodoc fix
Stas Bekman [Thu, 21 Mar 2002 18:47:35 +0000]
doc fix
Message-ID: <3C99BA47.9010403@stason.org>

p4raw-id: //depot/perl@15404

22 years agoMessage-ID: <87n0x2wa5g.fsf@vran.herceg.de>
Slaven Rezic [Thu, 21 Mar 2002 10:19:23 +0000]
Message-ID: <87n0x2wa5g.fsf@vran.herceg.de>

Disable gethostbyaddr_r for all 4.x FreeBSD versions.

p4raw-id: //depot/perl@15403

22 years agoStorable is inefficient retreiving large hashes [PATCH]
Tim Bunce [Thu, 21 Mar 2002 21:18:05 +0000]
Storable is inefficient retreiving large hashes [PATCH]
Message-ID: <20020321211805.E25276@dansat.data-plan.com>

p4raw-id: //depot/perl@15402

22 years agoReword the Apache^Wmod_perl bit so that Sarathy
Jarkko Hietaniemi [Thu, 21 Mar 2002 20:48:52 +0000]
Reword the Apache^Wmod_perl bit so that Sarathy
can sleep easier :-)

p4raw-id: //depot/perl@15401

22 years agoIt seems that the strange failure (core dump) of
Jarkko Hietaniemi [Thu, 21 Mar 2002 20:19:31 +0000]
It seems that the strange failure (core dump) of
t/uni/fold.t on ithreads Solaris builds is a gcc bug:
(1) using Sun's cc helps
(2) rewriting the ithreads PM_SETRE() to do the
    setting in two steps helps
(3) no other platforms have the crash
(4) Tru64's Third Degree sees nothing evil
So we implement (2).

p4raw-id: //depot/perl@15400

22 years agoSolaris: default to the SUNwspro cc if it is available.
Jarkko Hietaniemi [Thu, 21 Mar 2002 20:09:23 +0000]
Solaris: default to the SUNwspro cc if it is available.

p4raw-id: //depot/perl@15399

22 years agoAssuming the Apache 1.3 -D_GNU_SOURCE problem
Jarkko Hietaniemi [Thu, 21 Mar 2002 18:41:57 +0000]
Assuming the Apache 1.3 -D_GNU_SOURCE problem
does not get fixed in time.

p4raw-id: //depot/perl@15398

22 years ago-DCRIPPLED_CC RIP
Dave Mitchell [Thu, 21 Mar 2002 17:24:40 +0000]
-DCRIPPLED_CC RIP
Message-ID: <20020321172440.C13683@fdgroup.com>

p4raw-id: //depot/perl@15397

22 years agoOne more proto escapee.
Jarkko Hietaniemi [Thu, 21 Mar 2002 18:00:51 +0000]
One more proto escapee.

p4raw-id: //depot/perl@15396

22 years agomust do -Dcc=gcc with -Dusethreads
Robin Barker [Thu, 21 Mar 2002 17:35:00 +0000]
must do -Dcc=gcc with -Dusethreads
Message-Id: <200203211735.RAA15135@tempest.npl.co.uk>

p4raw-id: //depot/perl@15394

22 years agoRe: [tests for Pod::Html]
Stas Bekman [Fri, 22 Mar 2002 01:28:03 +0000]
Re: [tests for Pod::Html]
Message-ID: <Pine.LNX.4.44.0203220126250.29991-100000@hope.stason.org>

p4raw-id: //depot/perl@15393

22 years agoRe: [PATCH lib/Cwd.pm] fixing proto mismatch warning
Stas Bekman [Thu, 21 Mar 2002 18:50:56 +0000]
Re: [PATCH lib/Cwd.pm] fixing proto mismatch warning
Message-ID: <3C99BB10.50004@stason.org>

p4raw-id: //depot/perl@15392

22 years agoUpgrade to Encode 0.95, from Dan Kogai.
Jarkko Hietaniemi [Thu, 21 Mar 2002 16:16:57 +0000]
Upgrade to Encode 0.95, from Dan Kogai.

p4raw-id: //depot/perl@15391

22 years agoMention the new syslog try-harder feature.
Jarkko Hietaniemi [Thu, 21 Mar 2002 14:48:35 +0000]
Mention the new syslog try-harder feature.

p4raw-id: //depot/perl@15390

22 years agoMore HP-UX/IA64 work
Spider Boardman [Thu, 21 Mar 2002 09:23:45 +0000]
More HP-UX/IA64 work
Message-Id: <200203211423.JAA61178@leggy.zk3.dec.com>

p4raw-id: //depot/perl@15388

22 years agoNetWare diff from C Aditya.
Jarkko Hietaniemi [Thu, 21 Mar 2002 14:37:56 +0000]
NetWare diff from C Aditya.

p4raw-id: //depot/perl@15387

22 years agoThe htmlview test doesn't work yet.
Jarkko Hietaniemi [Thu, 21 Mar 2002 14:36:05 +0000]
The htmlview test doesn't work yet.

p4raw-id: //depot/perl@15386

22 years agoPlaceholder.
Jarkko Hietaniemi [Thu, 21 Mar 2002 14:15:01 +0000]
Placeholder.

p4raw-id: //depot/perl@15385

22 years agoIntegrate perlio:
Jarkko Hietaniemi [Thu, 21 Mar 2002 14:03:50 +0000]
Integrate perlio:

[ 15381]
Restore tabs so dmake will parse file!
p4raw-link: @15381 on //depot/perlio: 4cbf5a93b15a5783cbe69de6f4f935df308853d2

p4raw-id: //depot/perl@15384
p4raw-integrated: from //depot/perlio@15383 'copy in' win32/makefile.mk
(@15269..)

22 years ago[tests for Pod::Html]
Stas Bekman [Tue, 19 Mar 2002 14:39:03 +0000]
[tests for Pod::Html]
Message-ID: <Pine.LNX.4.44.0203191437360.25475-100000@hope.stason.org>

p4raw-id: //depot/perl@15383

22 years agoIntegrate mainline (Win2k/MinGW all ok except threads/t/end.t)
Nick Ing-Simmons [Thu, 21 Mar 2002 07:21:57 +0000]
Integrate mainline (Win2k/MinGW all ok except threads/t/end.t)

p4raw-id: //depot/perlio@15382

22 years agoRestore tabs so dmake will parse file!
Nick Ing-Simmons [Thu, 21 Mar 2002 06:59:57 +0000]
Restore tabs so dmake will parse file!

p4raw-id: //depot/perlio@15381

22 years agoUpgrade to Unicode::Normalize 0.16.
Jarkko Hietaniemi [Thu, 21 Mar 2002 04:26:03 +0000]
Upgrade to Unicode::Normalize 0.16.

p4raw-id: //depot/perl@15380

22 years agoSchwern's wallet is a bit more loose.
Jarkko Hietaniemi [Thu, 21 Mar 2002 02:59:46 +0000]
Schwern's wallet is a bit more loose.

p4raw-id: //depot/perl@15379

22 years agoFrom: "Paul Marquess" <paul_marquess@yahoo.co.uk>
Paul Marquess [Wed, 20 Mar 2002 22:56:17 +0000]
From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
Message-ID: <AIEAJICLCBDNAAOLLOKLEEEAEAAA.paul_marquess@yahoo.co.uk>

packWARN also for subdirs.

p4raw-id: //depot/perl@15378

22 years agoA plan is better.
Jarkko Hietaniemi [Wed, 20 Mar 2002 21:50:11 +0000]
A plan is better.

p4raw-id: //depot/perl@15377

22 years agoUpgrade to Encode 0.94, from Dan Kogai.
Jarkko Hietaniemi [Wed, 20 Mar 2002 21:26:09 +0000]
Upgrade to Encode 0.94, from Dan Kogai.

p4raw-id: //depot/perl@15376

22 years agoRats' nest.
Jarkko Hietaniemi [Wed, 20 Mar 2002 21:09:27 +0000]
Rats' nest.

p4raw-id: //depot/perl@15375

22 years agoRrright.
Jarkko Hietaniemi [Wed, 20 Mar 2002 21:01:59 +0000]
Rrright.

p4raw-id: //depot/perl@15374

22 years agoUpdate Changes.
Jarkko Hietaniemi [Wed, 20 Mar 2002 17:36:43 +0000]
Update Changes.

p4raw-id: //depot/perl@15373

22 years agoReapply #15336.
Jarkko Hietaniemi [Wed, 20 Mar 2002 16:54:35 +0000]
Reapply #15336.

p4raw-id: //depot/perl@15372

22 years agoUpgrade to Encode 0.93, from Dan Kogai.
Jarkko Hietaniemi [Wed, 20 Mar 2002 15:28:44 +0000]
Upgrade to Encode 0.93, from Dan Kogai.

p4raw-id: //depot/perl@15371

22 years agopatch for syslog
Nick Williams [Wed, 20 Mar 2002 15:54:14 +0000]
patch for syslog
Message-ID: <Pine.GSO.4.33.0203201548300.14623-200000@cwit119>

p4raw-id: //depot/perl@15370

22 years agoSome failure updates.
Jarkko Hietaniemi [Wed, 20 Mar 2002 15:10:17 +0000]
Some failure updates.

p4raw-id: //depot/perl@15369

22 years agoGetopt::Long 2.29 from Johan Vromans.
Jarkko Hietaniemi [Wed, 20 Mar 2002 15:02:04 +0000]
Getopt::Long 2.29 from Johan Vromans.

p4raw-id: //depot/perl@15368

22 years agoRename ExtUtils.t to Constant.t, as suggested by
Jarkko Hietaniemi [Wed, 20 Mar 2002 14:58:56 +0000]
Rename ExtUtils.t to Constant.t, as suggested by
Nicholas Clark.

p4raw-id: //depot/perl@15367

22 years agoTODO - Make Schwern Poorer
Nicholas Clark [Tue, 19 Mar 2002 22:50:28 +0000]
TODO - Make Schwern Poorer
Message-ID: <20020319225027.GF311@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@15366

22 years agoRe: The story of O [PATCH]
Richard Foley [Sun, 17 Mar 2002 08:37:26 +0000]
Re: The story of O [PATCH]
Message-ID: <16mUNX-293TDkC@fwd08.sul.t-online.com>

p4raw-id: //depot/perl@15365

22 years agoMention the external modules Encode::HanExtra and
Jarkko Hietaniemi [Wed, 20 Mar 2002 14:43:11 +0000]
Mention the external modules Encode::HanExtra and
PadWalker.

p4raw-id: //depot/perl@15364

22 years agoList lexicals from debugger
Peter Scott [Tue, 19 Mar 2002 12:28:52 +0000]
List lexicals from debugger
Message-id: <4.3.2.7.2.20020319101746.00aa7aa0@shell2.webquarry.com>

p4raw-id: //depot/perl@15363

22 years agoTweaks from Autrijus Tang: should use euc-tw for Taiwan,
Jarkko Hietaniemi [Wed, 20 Mar 2002 14:37:05 +0000]
Tweaks from Autrijus Tang: should use euc-tw for Taiwan,
and :encoding(xxx) was errorneously parsed.

p4raw-id: //depot/perl@15362

22 years agoexec.t tweak
Nikola Knezevic [Wed, 20 Mar 2002 01:21:40 +0000]
exec.t tweak
Message-ID: <18918217607.20020320012140@tesla.rcub.bg.ac.yu>

4NT returns 2 as error-code for nonexistant file.

p4raw-id: //depot/perl@15361

22 years agominor Tie::File test patch to make win32 happier, from mjd.
Jarkko Hietaniemi [Wed, 20 Mar 2002 14:33:09 +0000]
minor Tie::File test patch to make win32 happier, from mjd.

p4raw-id: //depot/perl@15360

22 years agomagic.t tweak
Nikola Knezevic [Wed, 20 Mar 2002 00:39:16 +0000]
magic.t tweak
Message-ID: <14415673404.20020320003916@tesla.rcub.bg.ac.yu>

p4raw-id: //depot/perl@15359

22 years agoTypo fix from Andreas Koenig, plus a tweak.
Jarkko Hietaniemi [Wed, 20 Mar 2002 14:23:46 +0000]
Typo fix from Andreas Koenig, plus a tweak.

p4raw-id: //depot/perl@15358

22 years agoSigh. The _GNU_SOURCE is needed for the struct crypt_data
Jarkko Hietaniemi [Wed, 20 Mar 2002 14:21:33 +0000]
Sigh.  The _GNU_SOURCE is needed for the struct crypt_data
in Mandrake 8.2.  Now we need to figure out a way not to
unbreak Apache.

p4raw-id: //depot/perl@15357

22 years agoFix for "UTF-8 bug with s///" from Hugo.
Jarkko Hietaniemi [Wed, 20 Mar 2002 13:59:58 +0000]
Fix for "UTF-8 bug with s///" from Hugo.

p4raw-id: //depot/perl@15356

22 years agoInstallation updates on threads and perlio.
Jarkko Hietaniemi [Wed, 20 Mar 2002 02:23:01 +0000]
Installation updates on threads and perlio.

p4raw-id: //depot/perl@15354

22 years agoTpo.
Jarkko Hietaniemi [Wed, 20 Mar 2002 01:17:27 +0000]
Tpo.

p4raw-id: //depot/perl@15353

22 years agoRegen modlib and toc.
Jarkko Hietaniemi [Wed, 20 Mar 2002 01:15:54 +0000]
Regen modlib and toc.

p4raw-id: //depot/perl@15352

22 years agoWhitespace tweaks.
Jarkko Hietaniemi [Wed, 20 Mar 2002 01:12:28 +0000]
Whitespace tweaks.

p4raw-id: //depot/perl@15351

22 years agoIf it looks like UTF-8 (either nl_langinfo or locale variables),
Jarkko Hietaniemi [Wed, 20 Mar 2002 00:55:54 +0000]
If it looks like UTF-8 (either nl_langinfo or locale variables),
think UTF-8, embrace your inner UTF-8, as suggested by Larry.
(And as suggested by Markus Kuhn.)

While we are at it, document also the case of
mixed hash keys as a known potential troublemaker.
(Since it's locale-related, sometimes.)

p4raw-id: //depot/perl@15350

22 years agoSurely a typo.
Jarkko Hietaniemi [Wed, 20 Mar 2002 00:47:17 +0000]
Surely a typo.

p4raw-id: //depot/perl@15349

22 years agoTake two.
Jarkko Hietaniemi [Tue, 19 Mar 2002 22:05:29 +0000]
Take two.

p4raw-id: //depot/perl@15348

22 years agoLet's try this from scratch.
Jarkko Hietaniemi [Tue, 19 Mar 2002 22:04:45 +0000]
Let's try this from scratch.

p4raw-id: //depot/perl@15347

22 years agoI could do this all day...
Jarkko Hietaniemi [Tue, 19 Mar 2002 21:59:14 +0000]
I could do this all day...

p4raw-id: //depot/perl@15346

22 years agoGrrr.
Jarkko Hietaniemi [Tue, 19 Mar 2002 21:54:20 +0000]
Grrr.

p4raw-id: //depot/perl@15345

22 years agoRe: Nearly OK for cygwin@15318
John Peacock [Tue, 19 Mar 2002 15:58:08 +0000]
Re: Nearly OK for cygwin@15318
Message-ID: <3C97A660.3060302@rowman.com>

p4raw-id: //depot/perl@15344

22 years agoRe: Nearly OK for cygwin@15318
Slaven Rezic [Tue, 19 Mar 2002 21:47:49 +0000]
Re: Nearly OK for cygwin@15318
Date: Tue, 19 Mar 2002 21:47:49 +0100
Message-Id: <20020319204958.PTWF27460.mailoutvl21@[192.168.139.30]>

Subject: Re: Nearly OK for cygwin@15318
From: <slaven.rezic@berlin.de>
Date: Tue, 19 Mar 2002 21:37:18 +0100
Message-Id: <20020319203927.PTPI27460.mailoutvl21@[192.168.139.30]>

p4raw-id: //depot/perl@15343

22 years agoD'oh.
Jarkko Hietaniemi [Tue, 19 Mar 2002 21:41:12 +0000]
D'oh.

p4raw-id: //depot/perl@15342

22 years ago[PATCH] proper fallback for I18N::Langinfo
Jarkko Hietaniemi [Tue, 19 Mar 2002 21:40:49 +0000]
[PATCH] proper fallback for I18N::Langinfo
From: Nicholas Clark <nick@unfortu.net>
Date: Tue, 19 Mar 2002 22:37:08 +0000
Message-ID: <20020319223707.GE311@Bagpuss.unfortu.net>

Subject: Re: [PATCH] proper fallback for I18N::Langinfo
From: Nicholas Clark <nick@ccl4.org>
Date: Tue, 19 Mar 2002 22:39:55 +0000
Message-ID: <20020319223954.G94831@plum.flirble.org>

p4raw-id: //depot/perl@15341

22 years agoText, not binary.
Jarkko Hietaniemi [Tue, 19 Mar 2002 21:31:16 +0000]
Text, not binary.

p4raw-id: //depot/perl@15340

22 years agoRe: perl@15244
H.Merijn Brand [Mon, 18 Mar 2002 17:37:31 +0000]
Re: perl@15244
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Message-Id: <20020318173508.8D96.H.M.BRAND@hccnet.nl>

(Goedendag: Dutch whitespace police)

p4raw-id: //depot/perl@15339

22 years agoRe: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7
Nicholas Clark [Tue, 19 Mar 2002 21:52:47 +0000]
Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7
Message-ID: <20020319215246.GC311@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@15338

22 years agoMore pathname portability checks.
Jarkko Hietaniemi [Tue, 19 Mar 2002 20:09:22 +0000]
More pathname portability checks.

p4raw-id: //depot/perl@15337

22 years agoBegone, Encode::Tcl::Extended.
Jarkko Hietaniemi [Tue, 19 Mar 2002 18:41:50 +0000]
Begone, Encode::Tcl::Extended.

p4raw-id: //depot/perl@15336

22 years agoThis is like trying to put the shaving cream
Jarkko Hietaniemi [Tue, 19 Mar 2002 18:40:10 +0000]
This is like trying to put the shaving cream
back to the can...

p4raw-id: //depot/perl@15335

22 years agoWith the -D_SVID_SOURCE Debian 2.2 dies on conflicting
Jarkko Hietaniemi [Tue, 19 Mar 2002 18:31:59 +0000]
With the -D_SVID_SOURCE Debian 2.2 dies on conflicting
types of usleep().  Fun, fun. fun.

p4raw-id: //depot/perl@15334

22 years agoSarathy's new suggestion for Linux threading flags.
Jarkko Hietaniemi [Tue, 19 Mar 2002 18:25:21 +0000]
Sarathy's new suggestion for Linux threading flags.

p4raw-id: //depot/perl@15333

22 years agoRename euc-jp-012 as euc-jp, as suggested by Dan Kogai.
Jarkko Hietaniemi [Tue, 19 Mar 2002 18:23:30 +0000]
Rename euc-jp-012 as euc-jp, as suggested by Dan Kogai.

p4raw-id: //depot/perl@15332

22 years agoAdd targer _test to win32 makefiles
Nikola Knezevic [Tue, 19 Mar 2002 00:42:22 +0000]
Add targer _test to win32 makefiles
Message-ID: <1199171923.20020319004222@tesla.rcub.bg.ac.yu>

p4raw-id: //depot/perl@15331

22 years ago"+" is not a valid filename character in VMS.
Jarkko Hietaniemi [Tue, 19 Mar 2002 18:00:48 +0000]
"+" is not a valid filename character in VMS.

p4raw-id: //depot/perl@15330

22 years agoUpdate Changes.
Jarkko Hietaniemi [Tue, 19 Mar 2002 15:49:12 +0000]
Update Changes.

p4raw-id: //depot/perl@15329

22 years agoTake away _GNU_SOURCE since that does not seem
Jarkko Hietaniemi [Tue, 19 Mar 2002 15:25:58 +0000]
Take away _GNU_SOURCE since that does not seem
to play well with other software (like Apache),
just hint away the WHOAs.

p4raw-id: //depot/perl@15328

22 years agoSupport crypt_r(const char*,const char*, CRYPTD*).
Jarkko Hietaniemi [Tue, 19 Mar 2002 15:16:43 +0000]
Support crypt_r(const char*,const char*, CRYPTD*).

p4raw-id: //depot/perl@15326

22 years agoVMS acrobatics from Peter Prymmer.
Jarkko Hietaniemi [Tue, 19 Mar 2002 14:54:21 +0000]
VMS acrobatics from Peter Prymmer.

p4raw-id: //depot/perl@15325

22 years agoremove warning
Stas Bekman [Tue, 19 Mar 2002 13:14:53 +0000]
remove warning
Message-ID: <Pine.LNX.4.44.0203191311530.14113-100000@hope.stason.org>

p4raw-id: //depot/perl@15324

22 years agoRe: ext/B/t/xref.t @15300 on VMS
Rafael Garcia-Suarez [Tue, 19 Mar 2002 10:49:27 +0000]
Re: ext/B/t/xref.t @15300 on VMS
Message-ID: <20020319104927.C705@rafael>

p4raw-id: //depot/perl@15323

22 years agoIntegrate perlio:
Jarkko Hietaniemi [Tue, 19 Mar 2002 14:50:02 +0000]
Integrate perlio:

[ 15314]
Move docs for Encode::valid_utf8 (which does not exist)
to be docs for utf8::valid() (which does).
p4raw-link: @15314 on //depot/perlio: 5463e635e29aad1605d20ed3ea9f8b3e487e0102

p4raw-id: //depot/perl@15322
p4raw-integrated: from //depot/perlio@15321 'copy in' lib/utf8.pm
(@15196..) 'merge in' ext/Encode/Encode.pm (@15274..)

22 years agoRemove Encode::Tcl::Extended, suggested by
Jarkko Hietaniemi [Tue, 19 Mar 2002 14:48:57 +0000]
Remove Encode::Tcl::Extended, suggested by
SADAHIRO Tomoyuki.

p4raw-id: //depot/perl@15321

22 years agoEncode 0.90 (the one with jisx0212-1990) from Dan Kogai.
Jarkko Hietaniemi [Tue, 19 Mar 2002 14:44:18 +0000]
Encode 0.90 (the one with jisx0212-1990) from Dan Kogai.

p4raw-id: //depot/perl@15320

22 years agoconstness+signedness nit.
Jarkko Hietaniemi [Tue, 19 Mar 2002 14:36:41 +0000]
constness+signedness nit.

p4raw-id: //depot/perl@15319

22 years agoUpdate to Unicode::Normalize 0.15 (+ the EBCDIC guards)
Jarkko Hietaniemi [Tue, 19 Mar 2002 14:04:55 +0000]
Update to Unicode::Normalize 0.15 (+ the EBCDIC guards)

p4raw-id: //depot/perl@15318

22 years agoSplit the ebcdic details to perlebcdic.
Jarkko Hietaniemi [Tue, 19 Mar 2002 13:56:27 +0000]
Split the ebcdic details to perlebcdic.

p4raw-id: //depot/perl@15317

22 years agoBe explicit.
Jarkko Hietaniemi [Tue, 19 Mar 2002 13:31:55 +0000]
Be explicit.

p4raw-id: //depot/perl@15316