24 years agoRe: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
Lupe Christoph [Thu, 28 Dec 2000 23:00:00 +0000]
Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>

Suggest rsync --delete --dry-run.

p4raw-id: //depot/perl@8246

24 years agoThe maxiters upper limit sanity check (guarding against
Jarkko Hietaniemi [Thu, 28 Dec 2000 23:57:05 +0000]
The maxiters upper limit sanity check (guarding against
non-progress) assumed bytes instead of characters in s///
and split().

p4raw-id: //depot/perl@8245

24 years agoMake some panic messages a bit more logical.
Jarkko Hietaniemi [Thu, 28 Dec 2000 23:34:08 +0000]
Make some panic messages a bit more logical.

p4raw-id: //depot/perl@8244

24 years agolvalue AUTOLOAD. No, really.
Simon Cozens [Wed, 27 Dec 2000 02:30:03 +0000]
lvalue AUTOLOAD. No, really.
Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>

p4raw-id: //depot/perl@8243

24 years agoFix B::Terse indentation
Daniel Chetlin [Wed, 27 Dec 2000 06:43:30 +0000]
Fix B::Terse indentation
Message-ID: <20001227064329.B9573@darkstar>

p4raw-id: //depot/perl@8242

24 years agoThe latter patch from the
Peter Prymmer [Fri, 22 Dec 2000 14:52:12 +0000]
The latter patch from the

Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>

(the former patch from the above should have been
 taken care of by Nick I-S)

p4raw-id: //depot/perl@8241

24 years agoRe: [PATCH] Idea: Declare multiple constants at once
Casey R. Tweten [Fri, 22 Dec 2000 10:35:53 +0000]
Re: [PATCH] Idea: Declare multiple constants at once
Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>

p4raw-id: //depot/perl@8240

24 years agoRe: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
Simon Cozens [Wed, 27 Dec 2000 14:12:44 +0000]
Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>

p4raw-id: //depot/perl@8239

24 years agoCall.pm
Paul Marquess [Mon, 25 Dec 2000 10:47:15 +0000]
Call.pm
Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>

p4raw-id: //depot/perl@8238

24 years agoFix problem with `&' prototype
Daniel Chetlin [Wed, 27 Dec 2000 15:55:32 +0000]
Fix problem with `&' prototype
Message-ID: <20001227155532.D9573@darkstar>

p4raw-id: //depot/perl@8237

24 years agoRe: [PATCH blead] Fix segfault in gv_handler/mg_find
Daniel Chetlin [Sun, 24 Dec 2000 04:09:49 +0000]
Re: [PATCH blead] Fix segfault in gv_handler/mg_find
Message-ID: <20001224040949.B3090@darkstar>

p4raw-id: //depot/perl@8236

24 years agoWin32::Spawn() didn't inherit cwd and env correctly
Jan Dubois [Tue, 26 Dec 2000 20:57:31 +0000]
Win32::Spawn() didn't inherit cwd and env correctly
Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>

p4raw-id: //depot/perl@8235

24 years agoRe: [PATCH] Warn on use of reference as array elem
Simon Cozens [Thu, 28 Dec 2000 20:33:13 +0000]
Re: [PATCH] Warn on use of reference as array elem
Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>

p4raw-id: //depot/perl@8234

24 years agoIntegrate perlio:
Jarkko Hietaniemi [Thu, 28 Dec 2000 19:40:49 +0000]
Integrate perlio:

[  8232]
Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)

[  8231]
"Compiled" encode build cleanup
- Makefile uses catfile $(MAKEFILE) etc. for platform issues.
- .c files do not export sub-tables

p4raw-link: @8232 on //depot/perlio: 8d7e77d666ed754d5cd34909a5f2a7dd48814e28
p4raw-link: @8231 on //depot/perlio: 14a8264b45de3d095eb6a74fa50f09ffad5aef3d

p4raw-id: //depot/perl@8233

24 years agoEncode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
Nick Ing-Simmons [Sat, 23 Dec 2000 16:06:00 +0000]
Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)

p4raw-id: //depot/perlio@8232

24 years ago"Compiled" encode build cleanup
Nick Ing-Simmons [Sat, 23 Dec 2000 14:30:34 +0000]
"Compiled" encode build cleanup
  - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
  - .c files do not export sub-tables

p4raw-id: //depot/perlio@8231

24 years agoIntegrate mainline
Nick Ing-Simmons [Sat, 23 Dec 2000 12:50:37 +0000]
Integrate mainline

p4raw-id: //depot/perlio@8230

24 years agoIntegrate perlio:
Jarkko Hietaniemi [Fri, 22 Dec 2000 15:32:12 +0000]
Integrate perlio:

[  8226]
Handy script for when one forgets to "dmake clean"

[  8225]
CRLF platform issue with io/utf8 fix.

p4raw-link: @8226 on //depot/perlio: 41510af71ad35c1639c7891738bee9ab5c19275f
p4raw-link: @8225 on //depot/perlio: 79086a00fceeae7aba98dc19e4dcdc07692dddbf

p4raw-id: //depot/perl@8229

24 years ago; was Re: Perlbug 20000322.006 status +update
Robin Barker [Fri, 22 Dec 2000 12:17:38 +0000]
; was Re: Perlbug 20000322.006 status +update
Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>

p4raw-id: //depot/perl@8228

24 years agoRe: A Configure option like 'otherlibdirs' but for *pre*pending?
John L. Allen [Thu, 21 Dec 2000 14:39:58 +0000]
Re: A Configure option like 'otherlibdirs' but for *pre*pending?
Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>

Document APPLLIB_EXP.

p4raw-id: //depot/perl@8227

24 years agoHandy script for when one forgets to "dmake clean"
Nick Ing-Simmons [Thu, 21 Dec 2000 22:11:50 +0000]
Handy script for when one forgets to "dmake clean"

p4raw-id: //depot/perlio@8226

24 years agoCRLF platform issue with io/utf8 fix.
Nick Ing-Simmons [Thu, 21 Dec 2000 21:54:04 +0000]
CRLF platform issue with io/utf8 fix.

p4raw-id: //depot/perlio@8225

24 years agoIntegrate mainline
Nick Ing-Simmons [Thu, 21 Dec 2000 21:02:20 +0000]
Integrate mainline

p4raw-id: //depot/perlio@8224

24 years agoUpdate Changes.
Jarkko Hietaniemi [Thu, 21 Dec 2000 17:09:16 +0000]
Update Changes.

p4raw-id: //depot/perl@8223

24 years agoRename testsyml to issymlink.
Jarkko Hietaniemi [Thu, 21 Dec 2000 16:23:48 +0000]
Rename testsyml to issymlink.

p4raw-id: //depot/perl@8221

24 years agoRobustness support for #8218 (symlink forest) since the GNU
Jarkko Hietaniemi [Thu, 21 Dec 2000 15:47:26 +0000]
Robustness support for #8218 (symlink forest) since the GNU
tools seem to be overly picky about symlinkage depths.

p4raw-id: //depot/perl@8220

24 years agoAdd Configure option -Dmksymlinks which will create a symlink
Jarkko Hietaniemi [Thu, 21 Dec 2000 15:37:57 +0000]
Add Configure option -Dmksymlinks which will create a symlink
forest if the current/build differs from the source directory.
TODO: mkdir -p is not portable.

p4raw-id: //depot/perl@8218

24 years agoRe: Latest tarball doesn't build with threads
Nick Ing-Simmons [Thu, 21 Dec 2000 09:38:18 +0000]
Re: Latest tarball doesn't build with threads
Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>

The ofs became an SV.

p4raw-id: //depot/perl@8217

24 years agoThe polymorphism seems to have fixed 20000517.001.
Jarkko Hietaniemi [Thu, 21 Dec 2000 05:40:21 +0000]
The polymorphism seems to have fixed 20000517.001.

p4raw-id: //depot/perl@8216

24 years agoread() documentation tweak for 20001121.004.
Jarkko Hietaniemi [Thu, 21 Dec 2000 04:44:52 +0000]
read() documentation tweak for 20001121.004.

p4raw-id: //depot/perl@8215

24 years agoFix for 20001210.003, "write(FH) on closed FH causes segv".
Jarkko Hietaniemi [Thu, 21 Dec 2000 03:54:11 +0000]
Fix for 20001210.003, "write(FH) on closed FH causes segv".

p4raw-id: //depot/perl@8214

24 years ago[patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
Peter Prymmer [Wed, 20 Dec 2000 16:13:32 +0000]
[patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>

p4raw-id: //depot/perl@8213

24 years agoEdit edit edit.
Jarkko Hietaniemi [Thu, 21 Dec 2000 00:26:21 +0000]
Edit edit edit.

p4raw-id: //depot/perl@8212

24 years agoUpdate Changes.
Jarkko Hietaniemi [Wed, 20 Dec 2000 18:52:46 +0000]
Update Changes.

p4raw-id: //depot/perl@8211

24 years agoYet another editor edit.
Jarkko Hietaniemi [Wed, 20 Dec 2000 18:34:47 +0000]
Yet another editor edit.

p4raw-id: //depot/perl@8210

24 years agoMore Win32 Perling.
Jarkko Hietaniemi [Wed, 20 Dec 2000 15:33:28 +0000]
More Win32 Perling.

p4raw-id: //depot/perl@8209

24 years agoMore Win32 editor/IDE/shell hints.
Jarkko Hietaniemi [Wed, 20 Dec 2000 15:07:46 +0000]
More Win32 editor/IDE/shell hints.

p4raw-id: //depot/perl@8208

24 years agoobscure timing knowledge
Nicholas Clark [Tue, 19 Dec 2000 19:22:31 +0000]
obscure timing knowledge
Message-ID: <20001219192231.F2827@plum.flirble.org>

p4raw-id: //depot/perl@8207

24 years ago[ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4...
Spider Boardman [Tue, 19 Dec 2000 21:30:16 +0000]
[ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>

p4raw-id: //depot/perl@8206

24 years agoUpdate Changes.
Jarkko Hietaniemi [Tue, 19 Dec 2000 23:02:01 +0000]
Update Changes.

p4raw-id: //depot/perl@8205

24 years agoRecode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
Jarkko Hietaniemi [Tue, 19 Dec 2000 22:58:18 +0000]
Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
using the \xHH notation.  No more inlined UTF-8, sigh, but easier
on editors and diffing/patching.

p4raw-id: //depot/perl@8204

24 years agoIntegrate mainline (forgot my own change...)
Nick Ing-Simmons [Tue, 19 Dec 2000 21:36:16 +0000]
Integrate mainline (forgot my own change...)

p4raw-id: //depot/perlio@8203

24 years agoIntegrate mainline.
Nick Ing-Simmons [Tue, 19 Dec 2000 21:34:42 +0000]
Integrate mainline.

p4raw-id: //depot/perlio@8202

24 years agoAvoid looking for File::Glob when we don't need it.
Nick Ing-Simmons [Tue, 19 Dec 2000 21:34:06 +0000]
Avoid looking for File::Glob when we don't need it.

p4raw-id: //depot/perl@8201

24 years agoUpdate Changes.
Jarkko Hietaniemi [Tue, 19 Dec 2000 18:35:49 +0000]
Update Changes.

p4raw-id: //depot/perl@8200

24 years agoMicroperl tweaks.
Jarkko Hietaniemi [Tue, 19 Dec 2000 18:35:07 +0000]
Microperl tweaks.

p4raw-id: //depot/perl@8199

24 years agoRegen Configure, nitfix uconfig.sh (d_vendorarch is needed).
Jarkko Hietaniemi [Tue, 19 Dec 2000 18:29:59 +0000]
Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).

p4raw-id: //depot/perl@8198

24 years agoIn VMS embedded perls couldn't access the statically built Socket,
Jarkko Hietaniemi [Tue, 19 Dec 2000 17:55:29 +0000]
In VMS embedded perls couldn't access the statically built Socket,
from Charles Lane.

p4raw-id: //depot/perl@8197

24 years agoDB_File-1.75 (was RE: [8104] DB_File)
Paul Marquess [Sun, 17 Dec 2000 19:11:44 +0000]
DB_File-1.75 (was RE: [8104] DB_File)
Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com>

p4raw-id: //depot/perl@8196

24 years ago[patch perl@8150] h2xs SYNOPSIS
Jonathan Stowe [Mon, 18 Dec 2000 10:24:38 +0000]
[patch perl@8150] h2xs SYNOPSIS
Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>

p4raw-id: //depot/perl@8195

24 years agoRe: useless use of void context work-around
Andreas König [Sat, 16 Dec 2000 15:13:36 +0000]
Re: useless use of void context work-around
Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>

Document (comment) the q(di ds ig) trick in the code.

p4raw-id: //depot/perl@8194

24 years ago[ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
Mark J. Reed [Fri, 15 Dec 2000 21:22:29 +0000]
[ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
Message-Id: <200012160222.VAA13986@strange.turner.com>

p4raw-id: //depot/perl@8193

24 years agoRe: [PATCH] strtoq, strtou(q|ll|l) testing
Nicholas Clark [Sat, 16 Dec 2000 19:03:13 +0000]
Re: [PATCH] strtoq, strtou(q|ll|l) testing
Message-ID: <20001216190313.D68304@plum.flirble.org>

p4raw-id: //depot/perl@8192

24 years ago[ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
Dominic Dunlop [Mon, 18 Dec 2000 12:00:15 +0000]
[ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>

This patchlet is needed in order that perl can be statically linked.

p4raw-id: //depot/perl@8191

24 years agofinding PerlIO symbols for VMS
Craig A. Berry [Sun, 17 Dec 2000 00:18:35 +0000]
finding PerlIO symbols for VMS
Message-Id: <p04330102b661bc01daba@[172.16.52.1]>

p4raw-id: //depot/perl@8190

24 years ago[DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
Prymmer/Kahn [Tue, 19 Dec 2000 08:08:31 +0000]
[DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>

A better version of #8188.

p4raw-id: //depot/perl@8189

24 years ago(Replaced by #8189)
Jarkko Hietaniemi [Tue, 19 Dec 2000 15:57:06 +0000]
(Replaced by #8189)

Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
From: Prymmer/Kahn <pvhp@best.com>
Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
Date: Mon, 18 Dec 2000 11:10:45 -0500
Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>

p4raw-id: //depot/perl@8188

24 years agoEmail address fix for Anton Berezin.
Jarkko Hietaniemi [Tue, 19 Dec 2000 15:54:19 +0000]
Email address fix for Anton Berezin.

p4raw-id: //depot/perl@8187

24 years agocygwin port
Eric Fifer [Thu, 14 Dec 2000 13:41:29 +0000]
cygwin port
Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>

When compiling modules the data item that is being imported
from libperl.dll needs to be tagged as imported/shared data:
extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;

p4raw-id: //depot/perl@8186

24 years agoRegen uconfig.h and uconfig.sh.
Jarkko Hietaniemi [Tue, 19 Dec 2000 14:53:24 +0000]
Regen uconfig.h and uconfig.sh.

p4raw-id: //depot/perl@8185

24 years agoComments work so much better when they are closed.
Jarkko Hietaniemi [Mon, 18 Dec 2000 20:43:49 +0000]
Comments work so much better when they are closed.

p4raw-id: //depot/perl@8184

24 years agoSome compilers (e.g. HP-UX) can't switch on 64-bit integers.
Jarkko Hietaniemi [Mon, 18 Dec 2000 18:04:02 +0000]
Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
Fixes the bug 20001218.016.

p4raw-id: //depot/perl@8183

24 years agoRegen pods.
Jarkko Hietaniemi [Mon, 18 Dec 2000 02:49:27 +0000]
Regen pods.

p4raw-id: //depot/perl@8172

24 years agoRE: perl@8150
Gerrit P. Haase [Sun, 17 Dec 2000 21:46:39 +0000]
RE: perl@8150
Message-ID: <3A3D343F.13566.1ACA7D93@localhost>

Neither cygwin has a getpwuid() one can trust on.

p4raw-id: //depot/perl@8158

24 years agoMore MAN.PODS => {} fixes.
Jarkko Hietaniemi [Sun, 17 Dec 2000 23:01:54 +0000]
More MAN.PODS => {} fixes.

p4raw-id: //depot/perl@8157

24 years agofix-up for VMS extensions
Craig A. Berry [Sun, 17 Dec 2000 13:09:28 +0000]
fix-up for VMS extensions
Message-Id: <p04330103b6628cabe114@[172.16.52.1]>

MAN.PODS => ' ' is naughty.

p4raw-id: //depot/perl@8155

24 years agoMULTIPLICITY nit.
Nick Ing-Simmons [Sun, 17 Dec 2000 22:07:13 +0000]
MULTIPLICITY nit.

p4raw-id: //depot/perl@8154

24 years agoUncheckedin generated files.
Jarkko Hietaniemi [Sun, 17 Dec 2000 18:47:57 +0000]
Uncheckedin generated files.

p4raw-id: //depot/perl@8150

24 years agoUpdate Changes.
Jarkko Hietaniemi [Sun, 17 Dec 2000 18:41:22 +0000]
Update Changes.

p4raw-id: //depot/perl@8149

24 years agoFcntl constants speedup
Nicholas Clark [Sun, 17 Dec 2000 16:29:24 +0000]
Fcntl constants speedup
Message-ID: <20001217162924.E97668@plum.flirble.org>

Use IVs for the Fcntl constants instead of NVs.

p4raw-id: //depot/perl@8148

24 years agoAdd test for #8145 (binmode() warning), add warning for
Jarkko Hietaniemi [Sun, 17 Dec 2000 18:33:41 +0000]
Add test for #8145 (binmode() warning), add warning for
ioctl() and sockpair(), document them. (fileno() cannot
be tripwired with the same kind of warning because
'defined fileno($foo)' seems to be an idiom.)

p4raw-id: //depot/perl@8147

24 years agoRe: The long awaited feature ...
Simon Cozens [Sun, 17 Dec 2000 12:31:56 +0000]
Re: The long awaited feature ...
Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>

Add a warning to binmode() about using bad filehandles
(can happen e.g. if someone forgets the filehandle argument)

p4raw-id: //depot/perl@8145

24 years ago[patch perl@8133] Typo in my Net::Ping doc patch :(
Jonathan Stowe [Sun, 17 Dec 2000 17:08:10 +0000]
[patch perl@8133] Typo in my Net::Ping doc patch :(
Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>

p4raw-id: //depot/perl@8144

24 years agoPolymorphic regexps.
Jarkko Hietaniemi [Sun, 17 Dec 2000 05:31:37 +0000]
Polymorphic regexps.

Fixes at least the bugs 20001028.003 (both of them...) and
20001108.001.  The bugs 20001114.001 and 20001205.014 seem
also to be fixed by now, probably already before this patch.

p4raw-id: //depot/perl@8143

24 years ago[patch perl@8102] dos/djgpp update
Laszlo Molnar [Sat, 16 Dec 2000 01:40:52 +0000]
[patch perl@8102] dos/djgpp update
Message-ID: <20001216014052.A335@freemail.hu>

p4raw-id: //depot/perl@8142

24 years agoFew uncheckedin files.
Jarkko Hietaniemi [Sat, 16 Dec 2000 17:09:27 +0000]
Few uncheckedin files.

p4raw-id: //depot/perl@8141

24 years agoIntegrate mainline
Nick Ing-Simmons [Fri, 15 Dec 2000 22:14:31 +0000]
Integrate mainline

p4raw-id: //depot/perlio@8140

24 years agoOne more IVUV tweak from Nicholas Clark.
Jarkko Hietaniemi [Fri, 15 Dec 2000 19:49:49 +0000]
One more IVUV tweak from Nicholas Clark.

p4raw-id: //depot/perl@8139

24 years agoReturn of the IVUV-preservation, now seems to be happy even
Jarkko Hietaniemi [Fri, 15 Dec 2000 19:17:06 +0000]
Return of the IVUV-preservation, now seems to be happy even
in Digital UNIX (the broken strtoul brokenness detection
seems to have been the fly in the ointment).

p4raw-id: //depot/perl@8138

24 years agoI don't think it's sensible or portable to test the strtou*
Jarkko Hietaniemi [Fri, 15 Dec 2000 18:11:35 +0000]
I don't think it's sensible or portable to test the strtou*
on /^-/ strings.

p4raw-id: //depot/perl@8136

24 years agoIf longsize is 8 we don't need a LL suffix for integer constants.
Jarkko Hietaniemi [Fri, 15 Dec 2000 17:14:13 +0000]
If longsize is 8 we don't need a LL suffix for integer constants.

p4raw-id: //depot/perl@8134

24 years agoUpdate Changes.
Jarkko Hietaniemi [Fri, 15 Dec 2000 16:00:23 +0000]
Update Changes.

p4raw-id: //depot/perl@8133

24 years agoSome compilers get huffy if you do not cast a const pointer
Jarkko Hietaniemi [Fri, 15 Dec 2000 15:44:16 +0000]
Some compilers get huffy if you do not cast a const pointer
to a non-const when assigning.

p4raw-id: //depot/perl@8132

24 years agospeeding up object creation/destruction 4x times
Ilya Zakharevich [Fri, 15 Dec 2000 05:26:57 +0000]
speeding up object creation/destruction 4x times
Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>

p4raw-id: //depot/perl@8131

24 years agocosmetic change to overloading
Ilya Zakharevich [Thu, 14 Dec 2000 22:02:43 +0000]
cosmetic change to overloading
Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@8130

24 years agoPATCH: h2xs nit
Tim Jenness [Thu, 14 Dec 2000 18:25:46 +0000]
PATCH: h2xs nit
Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>

Add a template README.

p4raw-id: //depot/perl@8129

24 years agoStill buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
Jarkko Hietaniemi [Fri, 15 Dec 2000 15:32:22 +0000]
Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.

p4raw-id: //depot/perl@8128

24 years agostuff for caller and _ in Safe::
Charles Lane [Thu, 14 Dec 2000 20:04:42 +0000]
stuff for caller and _ in Safe::
Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>

p4raw-id: //depot/perl@8127

24 years agos/use vars qw\(/our(/ for OS/390 extension builds
Peter Prymmer [Thu, 14 Dec 2000 15:50:20 +0000]
s/use vars qw\(/our(/ for OS/390 extension builds
Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>

p4raw-id: //depot/perl@8126

24 years agoThis seems to be a stage sane and stable enough to checkin.
Jarkko Hietaniemi [Fri, 15 Dec 2000 15:11:05 +0000]
This seems to be a stage sane and stable enough to checkin.
(it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)

p4raw-id: //depot/perl@8125

24 years agoSomething is really wonky.
Jarkko Hietaniemi [Fri, 15 Dec 2000 04:20:26 +0000]
Something is really wonky.

p4raw-id: //depot/perl@8124

24 years agoFixes for the IV UV patches to compile in Digital UNIX.
Jarkko Hietaniemi [Fri, 15 Dec 2000 04:00:50 +0000]
Fixes for the IV UV patches to compile in Digital UNIX.

p4raw-id: //depot/perl@8123

24 years agoRe: [ID 20001214.011] Unreachable value in a search list logical name
Craig A. Berry [Thu, 14 Dec 2000 19:10:49 +0000]
Re: [ID 20001214.011] Unreachable value in a search list logical name
Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>

p4raw-id: //depot/perl@8122

24 years agostrtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit preserving arithmetic)
Nicholas Clark [Thu, 14 Dec 2000 18:38:57 +0000]
strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
Message-ID: <20001214183857.B97909@plum.flirble.org>

p4raw-id: //depot/perl@8120

24 years agofaster and 64 bit preserving arithmetic
Nicholas Clark [Wed, 13 Dec 2000 20:08:50 +0000]
faster and 64 bit preserving arithmetic
Message-ID: <20001213200849.B71166@plum.flirble.org>

p4raw-id: //depot/perl@8119

24 years agoIntegrate perlio:
Jarkko Hietaniemi [Thu, 14 Dec 2000 22:46:26 +0000]
Integrate perlio:

[  8117]
Win32 tweaks to get Encode to build
- temp hack to makedef.pl till PerlIO is properly "exported".
- MSVC dislikes
static encpage_t foo[];
so make 'em extern for now.

[  8116]
Document the new files

p4raw-link: @8117 on //depot/perlio: 18b7339f76ca9f2454845b454e0d2168c487e8ee
p4raw-link: @8116 on //depot/perlio: 9a5ca08e7f5b67208359eefb1f4b7db6c2880dcb

p4raw-id: //depot/perl@8118

24 years agoWin32 tweaks to get Encode to build
Nick Ing-Simmons [Thu, 14 Dec 2000 22:38:53 +0000]
Win32 tweaks to get Encode to build
 - temp hack to makedef.pl till PerlIO is properly "exported".
 - MSVC dislikes
   static encpage_t foo[];
   so make 'em extern for now.

p4raw-id: //depot/perlio@8117

24 years agoDocument the new files
Nick Ing-Simmons [Thu, 14 Dec 2000 22:00:53 +0000]
Document the new files

p4raw-id: //depot/perlio@8116

24 years agoMANIFEST new files of #8114.
Jarkko Hietaniemi [Thu, 14 Dec 2000 21:58:01 +0000]
MANIFEST new files of #8114.

p4raw-id: //depot/perl@8115

24 years agoIntegrate perlio:
Jarkko Hietaniemi [Thu, 14 Dec 2000 21:50:49 +0000]
Integrate perlio:

[  8106]
"Cold" build correction to Encode's Makefile.PL

[  8105]
"Compiled" encodings.
Correct replacement character in EBCDIC .enc files
Add 0x7F to ASCII repertoire.

[  8103]
Beginings of compiled encodings - checked in as a snapshot of thoughts
so far and so it does not get lost.

p4raw-link: @8106 on //depot/perlio: 311a0942a841b9a310fcf53d05fa79c643b68a12
p4raw-link: @8105 on //depot/perlio: 2f2b4ff2c154a8e461857f2e82cb815c238d0d94
p4raw-link: @8103 on //depot/perlio: 017e2addf6da99b3f648d9518de5a848be394ab8

p4raw-id: //depot/perl@8114