22 years agoRegen toc and modlib.
Jarkko Hietaniemi [Tue, 10 Jul 2001 15:02:27 +0000]
Regen toc and modlib.

p4raw-id: //depot/perl@11261

22 years agoAdd compexcl(), casefold(), and casespec() interfaces;
Jarkko Hietaniemi [Tue, 10 Jul 2001 15:00:37 +0000]
Add compexcl(), casefold(), and casespec() interfaces;
and make all interfaces to return hash references instead
of hashes.

p4raw-id: //depot/perl@11260

22 years ago[PATCH bleadperl] Math::Big* doc patches (and some code)
Philip Newton [Tue, 10 Jul 2001 09:55:59 +0000]
[PATCH bleadperl] Math::Big* doc patches (and some code)
Date: Tue, 10 Jul 2001 09:55:59 +0200
Message-ID: <20010710.095300@ID-11583.news.dfncis.de>

Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
From: "Philip Newton" <Philip.Newton@gmx.net>
Date: Tue, 10 Jul 2001 09:56:37 +0200
Message-ID: <20010710.095600@ID-11583.news.dfncis.de>

p4raw-id: //depot/perl@11259

22 years ago[patch] undef &xsub for 1,2
Doug MacEachern [Mon, 9 Jul 2001 20:16:49 +0000]
[patch] undef &xsub for 1,2
Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>

(This version of the patch with a comment from Gisle.)

p4raw-id: //depot/perl@11258

22 years agoMention package; deprecation and the Win32 problems.
Jarkko Hietaniemi [Tue, 10 Jul 2001 13:45:44 +0000]
Mention package; deprecation and the Win32 problems.

p4raw-id: //depot/perl@11257

22 years agodeprecate package with no arguments
Robin Houston [Tue, 10 Jul 2001 13:33:40 +0000]
deprecate package with no arguments
Message-ID: <20010710133340.A13452@robin.kitsite.com>

p4raw-id: //depot/perl@11256

23 years agoUpgrade to podlators 1.10.
Jarkko Hietaniemi [Tue, 10 Jul 2001 13:16:11 +0000]
Upgrade to podlators 1.10.

p4raw-id: //depot/perl@11255

23 years agoUpgrade to Term::ANSIColor 1.04.
Jarkko Hietaniemi [Tue, 10 Jul 2001 13:09:34 +0000]
Upgrade to Term::ANSIColor 1.04.

p4raw-id: //depot/perl@11254

23 years agoIntegrate perlio:
Jarkko Hietaniemi [Tue, 10 Jul 2001 12:59:27 +0000]
Integrate perlio:

[ 11252]
Fix open(...,"...:layer(xxx)",...)
- use memEQ not strEQ as there is '(' not '\0'

[ 11063]
Quick for for #ifdef mess

p4raw-link: @11252 on //depot/perlio: 4cddb5cd9c04fc106c6cfb974a57915742687c3a
p4raw-link: @11063 on //depot/perlio: 9ed1afdbc1bed7621d245b873ba48f50bcb0f262

p4raw-id: //depot/perl@11253

23 years agoFix open(...,"...:layer(xxx)",...)
Nick Ing-Simmons [Tue, 10 Jul 2001 06:58:14 +0000]
Fix open(...,"...:layer(xxx)",...)
  - use memEQ not strEQ as there is '(' not '\0'

p4raw-id: //depot/perlio@11252

23 years agoTelling the number of tests helps.
Jarkko Hietaniemi [Tue, 10 Jul 2001 04:04:18 +0000]
Telling the number of tests helps.

p4raw-id: //depot/perl@11251

23 years agoRequire I18N::Langinfo, not use.
Jarkko Hietaniemi [Tue, 10 Jul 2001 03:55:38 +0000]
Require I18N::Langinfo, not use.

p4raw-id: //depot/perl@11250

23 years agoAdd a test for for PerlIO ":encoding(...)" layer.
Jarkko Hietaniemi [Tue, 10 Jul 2001 03:50:18 +0000]
Add a test for for PerlIO ":encoding(...)" layer.

p4raw-id: //depot/perl@11249

23 years agoPerlIO ":encoding(foobar)" temporary fix.
Jarkko Hietaniemi [Tue, 10 Jul 2001 02:06:57 +0000]
PerlIO ":encoding(foobar)" temporary fix.
Not really correct, I think, since the change means
that prefixes match.

p4raw-id: //depot/perl@11248

23 years agoUpdate to Math::BigInt 1.36. The biggest news is
Jarkko Hietaniemi [Tue, 10 Jul 2001 01:38:11 +0000]
Update to Math::BigInt 1.36.  The biggest news is
the separation of the backend; now the pure Perl
implementation is in Math::BigInt::Calc, but one
can plugin, say, Math::BigInt::BitVect, and get
considerable speedup.

p4raw-id: //depot/perl@11247

23 years agoRe: compatibility question
Peter Prymmer [Mon, 9 Jul 2001 18:04:33 +0000]
Re: compatibility question
Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>

p4raw-id: //depot/perl@11246

23 years agoMessage-Id: <200107092116.RAA12010@bottesini.harvard.edu>
Norton T. Allen [Mon, 9 Jul 2001 17:16:15 +0000]
Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>

p4raw-id: //depot/perl@11245

23 years agoEncode::Tcl. add "HZ" encoding and bugfix
SADAHIRO Tomoyuki [Tue, 10 Jul 2001 00:29:55 +0000]
Encode::Tcl. add "HZ" encoding and bugfix
Message-Id: <20010710002756.B497.BQW10602@nifty.com>

p4raw-id: //depot/perl@11244

23 years agoAdd the new modules to the list of having those own tests.
Jarkko Hietaniemi [Mon, 9 Jul 2001 20:26:04 +0000]
Add the new modules to the list of having those own tests.

p4raw-id: //depot/perl@11242

23 years agoAdd INOUT to control both ways at the same time.
Jarkko Hietaniemi [Mon, 9 Jul 2001 19:09:58 +0000]
Add INOUT to control both ways at the same time.

p4raw-id: //depot/perl@11241

23 years agoIntegrate mainline
Nick Ing-Simmons [Mon, 9 Jul 2001 16:33:50 +0000]
Integrate mainline

p4raw-id: //depot/perlio@11240

23 years agoMore encoding mapping magic.
Jarkko Hietaniemi [Mon, 9 Jul 2001 16:14:35 +0000]
More encoding mapping magic.

p4raw-id: //depot/perl@11239

23 years agoUpdate Changes.
Jarkko Hietaniemi [Mon, 9 Jul 2001 14:40:43 +0000]
Update Changes.

p4raw-id: //depot/perl@11238

23 years ago(Retracted by #11285).
Abhijit Menon-Sen [Mon, 9 Jul 2001 07:38:45 +0000]
(Retracted by #11285).

Subject: [PATCH] OPpCONST_OCTAL fixes
Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>

p4raw-id: //depot/perl@11237

23 years agoAdd a pseudolayer ":locale" to the open pragma which
Jarkko Hietaniemi [Mon, 9 Jul 2001 14:10:07 +0000]
Add a pseudolayer ":locale" to the open pragma which
will get the encoding from the locale.  Yet undocumented
because I can't get the PerlIO :encoding(foobar) to work.

p4raw-id: //depot/perl@11236

23 years agoAdd more encoding mappings.
Jarkko Hietaniemi [Mon, 9 Jul 2001 13:38:43 +0000]
Add more encoding mappings.

p4raw-id: //depot/perl@11235

23 years agoDocument that using :encoding layer requires using Encode.
Jarkko Hietaniemi [Mon, 9 Jul 2001 13:24:54 +0000]
Document that using :encoding layer requires using Encode.

p4raw-id: //depot/perl@11234

23 years agoNetware tweak from Ananth Kesari.
Jarkko Hietaniemi [Mon, 9 Jul 2001 13:19:34 +0000]
Netware tweak from Ananth Kesari.

p4raw-id: //depot/perl@11233

23 years agot/harness doesn't know about run/*.t
Gurusamy Sarathy [Mon, 9 Jul 2001 04:40:07 +0000]
t/harness doesn't know about run/*.t

p4raw-id: //depot/perl@11232

23 years agorun/exit.t busted on windows
Gurusamy Sarathy [Mon, 9 Jul 2001 04:36:30 +0000]
run/exit.t busted on windows

p4raw-id: //depot/perl@11231

23 years agofix a couple of UCD.t tests that fail due to bad case
Gurusamy Sarathy [Mon, 9 Jul 2001 04:14:54 +0000]
fix a couple of UCD.t tests that fail due to bad case

p4raw-id: //depot/perl@11230

23 years agotest skip logic was broken
Gurusamy Sarathy [Mon, 9 Jul 2001 03:57:06 +0000]
test skip logic was broken

p4raw-id: //depot/perl@11229

23 years agoremove *.pdb files on windows upon $(MAKE) clean (fixes
Gurusamy Sarathy [Mon, 9 Jul 2001 03:42:20 +0000]
remove *.pdb files on windows upon $(MAKE) clean (fixes
failure of ExtUtils.t#27 when built in debug mode)

p4raw-id: //depot/perl@11228

23 years agoI18N::Langinfo is not available on windows
Gurusamy Sarathy [Mon, 9 Jul 2001 02:11:04 +0000]
I18N::Langinfo is not available on windows

p4raw-id: //depot/perl@11227

23 years agosave a dTHX
Gurusamy Sarathy [Mon, 9 Jul 2001 01:55:23 +0000]
save a dTHX

p4raw-id: //depot/perl@11226

23 years agoUpdate Changes.
Jarkko Hietaniemi [Sun, 8 Jul 2001 23:42:37 +0000]
Update Changes.

p4raw-id: //depot/perl@11225

23 years agoGuard the nl_langinfo() with HAS_NL_LANGINFO
Jarkko Hietaniemi [Sun, 8 Jul 2001 23:05:41 +0000]
Guard the nl_langinfo() with HAS_NL_LANGINFO
as pointed out by Sarathy.

p4raw-id: //depot/perl@11224

23 years agoRetract #11212.
Jarkko Hietaniemi [Sun, 8 Jul 2001 22:59:01 +0000]
Retract #11212.

p4raw-id: //depot/perl@11223

23 years agoBump up the VERSION of Cwd.xs.
Jarkko Hietaniemi [Sun, 8 Jul 2001 17:41:22 +0000]
Bump up the VERSION of Cwd.xs.

p4raw-id: //depot/perl@11222

23 years agoRetract #11220, the problem wasn't the missing leading zero.
Jarkko Hietaniemi [Sun, 8 Jul 2001 17:13:38 +0000]
Retract #11220, the problem wasn't the missing leading zero.
Here's the problem:
$ ./perl -we 'chmod(oct("755"), ".")'
Non-octal literal mode (493) specified at -e line 1.
        (Did you mean 0493 instead?)

p4raw-id: //depot/perl@11221

23 years ago(Retracted by #11221)
Jarkko Hietaniemi [Sun, 8 Jul 2001 17:05:55 +0000]
(Retracted by #11221)
Change the PERM_RW and PERM_RWX to 0644 and 0755
(add the leading zero).

p4raw-id: //depot/perl@11220

23 years agoIntegrate changes #11193, 11205, 11209 from macperl.
Jarkko Hietaniemi [Sun, 8 Jul 2001 16:17:32 +0000]
Integrate changes #11193, 11205, 11209 from macperl.

Fix up AutoLoader to fudge for Mac paths in import().

Allow symbols in try_symbol() to begin with "_".

Small portability fix for Mac OS.

p4raw-link: @11209 on //depot/maint-5.6/macperl: 6ad6b2be750c4cb30e974afa9b2e179a2f381679
p4raw-link: @11205 on //depot/maint-5.6/macperl: 85661f92e975162c5b6280ce9e0b3cd6ee7563fd
p4raw-link: @11193 on //depot/maint-5.6/macperl: 87cd12a80943bf11d0d777d1855d8572168f9887

p4raw-id: //depot/perl@11219
p4raw-integrated: from //depot/maint-5.6/macperl@11217 'merge in'
lib/AutoLoader.pm lib/Cwd.pm makedef.pl (@11007..)

23 years agoDetypo, problem noticed by Gerrit P. Haase.
Jarkko Hietaniemi [Sun, 8 Jul 2001 16:10:07 +0000]
Detypo, problem noticed by Gerrit P. Haase.

p4raw-id: //depot/perl@11217

23 years agoCwd cleanups.
Jarkko Hietaniemi [Sun, 8 Jul 2001 15:58:35 +0000]
Cwd cleanups.

p4raw-id: //depot/perl@11216

23 years agoSlight tweaks on #11213.
Jarkko Hietaniemi [Sun, 8 Jul 2001 15:52:57 +0000]
Slight tweaks on #11213.

p4raw-id: //depot/perl@11215

23 years agoA missing dTHX noticed by Gerrit P. Haase.
Jarkko Hietaniemi [Sun, 8 Jul 2001 14:32:28 +0000]
A missing dTHX noticed by Gerrit P. Haase.

p4raw-id: //depot/perl@11214

23 years agoSimplify yytoke()
Simon Cozens [Sun, 8 Jul 2001 13:24:34 +0000]
Simplify yytoke()
Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>

Split out pending_ident().

p4raw-id: //depot/perl@11213

23 years ago(Retracted by #11223.)
Graham Barr [Wed, 5 Nov 1997 17:22:34 +0000]
(Retracted by #11223.)
Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
Message-Id: <3460FFBA.6DA51F46@ti.com>

p4raw-id: //depot/perl@11212

23 years agoFix I18N::Langinfo nits noticed but Philip Newton.
Jarkko Hietaniemi [Sun, 8 Jul 2001 13:53:38 +0000]
Fix I18N::Langinfo nits noticed but Philip Newton.

p4raw-id: //depot/perl@11211

23 years agoReally do the test under the C locale.
Jarkko Hietaniemi [Sun, 8 Jul 2001 01:34:09 +0000]
Really do the test under the C locale.

p4raw-id: //depot/perl@11210

23 years agoAdd I18N::Langinfo, which is basically a wrapper around
Jarkko Hietaniemi [Sun, 8 Jul 2001 01:14:02 +0000]
Add I18N::Langinfo, which is basically a wrapper around
nl_langinfo(), which is an additional way to query locale
specific information.

p4raw-id: //depot/perl@11207

23 years agoThe #11200 removed wrong (non-existent) target. Duh.
Jarkko Hietaniemi [Sat, 7 Jul 2001 22:52:38 +0000]
The #11200 removed wrong (non-existent) target.  Duh.

p4raw-id: //depot/perl@11201

23 years agoZap the lib/re.pm before creating it.
Jarkko Hietaniemi [Sat, 7 Jul 2001 22:44:14 +0000]
Zap the lib/re.pm before creating it.

p4raw-id: //depot/perl@11200

23 years agolib/h2xs.t (was Re: [PATCH] h2xs)
Nicholas Clark [Sat, 7 Jul 2001 21:00:17 +0000]
lib/h2xs.t (was Re: [PATCH] h2xs)
Message-ID: <20010707210017.H59620@plum.flirble.org>

p4raw-id: //depot/perl@11197

23 years agoThe UNICOS/mk SysV IPC problem has been fixed.
Jarkko Hietaniemi [Sat, 7 Jul 2001 20:26:36 +0000]
The UNICOS/mk SysV IPC problem has been fixed.

p4raw-id: //depot/perl@11196

23 years agoSlight update tweaks on perlunicode.pod.
Jarkko Hietaniemi [Sat, 7 Jul 2001 19:59:51 +0000]
Slight update tweaks on perlunicode.pod.

p4raw-id: //depot/perl@11195

23 years agoDoc patch DB_File.pm: use umask-friendly modes
Mark-Jason Dominus [Sat, 7 Jul 2001 13:04:04 +0000]
Doc patch DB_File.pm: use umask-friendly modes
Message-ID: <20010707170404.32694.qmail@plover.com>

p4raw-id: //depot/perl@11194

23 years agoTry to force the lib/re.pm to be there before entering
Jarkko Hietaniemi [Sat, 7 Jul 2001 17:03:06 +0000]
Try to force the lib/re.pm to be there before entering
the extensions builds, should help for parallel makes.

p4raw-id: //depot/perl@11192

23 years agoRe: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
Norton T. Allen [Fri, 6 Jul 2001 12:01:14 +0000]
Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>

p4raw-id: //depot/perl@11191

23 years agoRe: op/arith.t
Nicholas Clark [Sat, 7 Jul 2001 13:04:54 +0000]
Re: op/arith.t
Message-ID: <20010707130454.D59620@plum.flirble.org>

p4raw-id: //depot/perl@11190

23 years agoh2xs
Nicholas Clark [Fri, 6 Jul 2001 23:25:14 +0000]
h2xs
Message-ID: <20010706232514.X59620@plum.flirble.org>

p4raw-id: //depot/perl@11189

23 years agoRe: bleedperl perl_alloc..free leakage
Radu Greab [Fri, 6 Jul 2001 19:48:54 +0000]
Re: bleedperl perl_alloc..free leakage
Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>

Leak-be-gone.

p4raw-id: //depot/perl@11188

23 years agoQNX patch extended for NTO
Norton T. Allen [Fri, 6 Jul 2001 09:39:57 +0000]
QNX patch extended for NTO
Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>

p4raw-id: //depot/perl@11184

23 years agoIntegrate mainline
Nick Ing-Simmons [Fri, 6 Jul 2001 16:27:40 +0000]
Integrate mainline

p4raw-id: //depot/perlio@11183

23 years agoThe #11166 needed also these updated.
Jarkko Hietaniemi [Fri, 6 Jul 2001 15:57:16 +0000]
The #11166 needed also these updated.

p4raw-id: //depot/perl@11182

23 years agoUpdate Changes.
Jarkko Hietaniemi [Fri, 6 Jul 2001 13:24:42 +0000]
Update Changes.

p4raw-id: //depot/perl@11181

23 years agoRegen toc.
Jarkko Hietaniemi [Fri, 6 Jul 2001 13:20:08 +0000]
Regen toc.

p4raw-id: //depot/perl@11180

23 years agoNit from Abhijit.
Jarkko Hietaniemi [Fri, 6 Jul 2001 12:57:13 +0000]
Nit from Abhijit.

p4raw-id: //depot/perl@11179

23 years agoRetract #11172.
Jarkko Hietaniemi [Fri, 6 Jul 2001 12:53:04 +0000]
Retract #11172.

p4raw-id: //depot/perl@11178

23 years agoQNX patch extended for NTO
Norton T. Allen [Fri, 6 Jul 2001 09:39:57 +0000]
QNX patch extended for NTO
Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>

p4raw-id: //depot/perl@11177

23 years ago(Accidentally empty check-in.)
Jarkko Hietaniemi [Fri, 6 Jul 2001 12:42:45 +0000]
(Accidentally empty check-in.)

p4raw-id: //depot/perl@11176

23 years agoRetract #11165 since Sarathy pointed out it'll not
Jarkko Hietaniemi [Fri, 6 Jul 2001 12:29:56 +0000]
Retract #11165 since Sarathy pointed out it'll not
work properly under threads, the problem should be
solved using "the savestack, either via SSNEW() or
using a newSVpv()+SAVEFREESV() combo."

p4raw-id: //depot/perl@11175

23 years agoRetract #11125 since NI-S pointed out it'll not work in
Jarkko Hietaniemi [Fri, 6 Jul 2001 12:27:31 +0000]
Retract #11125 since NI-S pointed out it'll not work in
cases where the extension has their own handcrafted INC
et alia.

p4raw-id: //depot/perl@11174

23 years agoRE: [PATCH] -I and MakeMaker again
Vadim Konovalov [Fri, 6 Jul 2001 09:18:29 +0000]
RE: [PATCH] -I and MakeMaker again
From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>

p4raw-id: //depot/perl@11173

23 years ago(Retracted by #11178)
Piers Cawley [Fri, 6 Jul 2001 10:49:01 +0000]
(Retracted by #11178)
Subject: [PATCH t/op/method.t] SUPER:: strangeness
Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>

p4raw-id: //depot/perl@11172

23 years agoVOS README update from Paul Green.
Jarkko Hietaniemi [Fri, 6 Jul 2001 01:38:55 +0000]
VOS README update from Paul Green.

p4raw-id: //depot/perl@11171

23 years agoMessage-Id: <200107051755.NAA21422@bottesini.harvard.edu>
Norton T. Allen [Thu, 5 Jul 2001 13:55:11 +0000]
Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>

p4raw-id: //depot/perl@11170

23 years agoDoc patch for Tie::Hash
Artur Bergman [Thu, 5 Jul 2001 22:51:18 +0000]
Doc patch for Tie::Hash
Message-ID: <B76A9FE6.1F04%artur@contiller.se>

p4raw-id: //depot/perl@11169

23 years agoperlfaq4.pod
Dave Liney [Thu, 5 Jul 2001 18:44:10 +0000]
perlfaq4.pod
Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>

p4raw-id: //depot/perl@11168

23 years agoMake warnings handling more robust
Robin Houston [Thu, 5 Jul 2001 18:33:21 +0000]
Make warnings handling more robust
Message-ID: <20010705183321.A27345@robin.kitsite.com>

p4raw-id: //depot/perl@11167

23 years ago(Retracted by #11285.)
Abhijit Menon-Sen [Fri, 6 Jul 2001 01:26:32 +0000]
(Retracted by #11285.)

Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>

p4raw-id: //depot/perl@11166

23 years ago(Retracted by #11175)
Norton T. Allen [Thu, 5 Jul 2001 13:34:51 +0000]
(Retracted by #11175)
Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>

p4raw-id: //depot/perl@11165

23 years agoUnterminated C< (noticed by Richard Hatch), and few other
Jarkko Hietaniemi [Fri, 6 Jul 2001 00:14:57 +0000]
Unterminated C< (noticed by Richard Hatch), and few other
small Unicode doc tweaks.

p4raw-id: //depot/perl@11164

23 years agoMore flexible argument understanding; add charblocks() and
Jarkko Hietaniemi [Thu, 5 Jul 2001 19:33:34 +0000]
More flexible argument understanding; add charblocks() and
charscripts(); make charblock() and charscript() two-way;
add charinrange(); separate the $Unicode::UCD::VERSION and
the version of the Unicode by adding UnicodeVersion().

p4raw-id: //depot/perl@11163

23 years agoUpdate Unicode::UCD on \p{In...}.
Jarkko Hietaniemi [Thu, 5 Jul 2001 13:38:36 +0000]
Update Unicode::UCD on \p{In...}.

p4raw-id: //depot/perl@11162

23 years agoRe: [PATCH lib/ExtUtils.t] Extra Files for QNX
Norton T. Allen [Thu, 5 Jul 2001 09:57:14 +0000]
Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>

p4raw-id: //depot/perl@11161

23 years agoPOSIX-BC tweaks from Thomas Dorner.
Jarkko Hietaniemi [Thu, 5 Jul 2001 13:06:53 +0000]
POSIX-BC tweaks from Thomas Dorner.

p4raw-id: //depot/perl@11160

23 years agoModule updates for the delta.
Jarkko Hietaniemi [Thu, 5 Jul 2001 04:17:18 +0000]
Module updates for the delta.

p4raw-id: //depot/perl@11159

23 years agofor QNX
Norton T. Allen [Wed, 4 Jul 2001 22:59:00 +0000]
for QNX
Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>

p4raw-id: //depot/perl@11158

23 years agoQuick fixes
Simon Cozens [Wed, 4 Jul 2001 20:22:12 +0000]
Quick fixes
Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>

p4raw-id: //depot/perl@11157

23 years ago(retracted by #13533)
Radu Greab [Wed, 4 Jul 2001 22:13:31 +0000]
(retracted by #13533)

Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>

p4raw-id: //depot/perl@11156

23 years ago-I and MakeMaker again
Michael G. Schwern [Wed, 4 Jul 2001 15:03:07 +0000]
-I and MakeMaker again
Message-ID: <20010704150307.I20340@blackrider>

(and retract #11145)

p4raw-id: //depot/perl@11155

23 years agoRe: PERFORCE change 11142 for review
Philip Newton [Wed, 4 Jul 2001 20:46:26 +0000]
Re: PERFORCE change 11142 for review
Message-Id: <200107041841.VAA25380@taas.iki.fi>

p4raw-id: //depot/perl@11154

23 years agoRe: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict...
Jonathan Stowe [Mon, 2 Jul 2001 20:45:53 +0000]
Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>

p4raw-id: //depot/perl@11153

23 years agofix the binary compatibility issue when building with/without
Gurusamy Sarathy [Thu, 5 Jul 2001 00:52:57 +0000]
fix the binary compatibility issue when building with/without
usemymalloc by exporting Perl_malloc() et al as simple wrappers
around the system functions (this allows most extensions built
using one mode to coexist with perls built in the other mode)

XXX the Perl_mfree() wrapper might need to do return(free()) on
platforms where Free_t isn't "void"

p4raw-id: //depot/perl@11152

23 years agoperl built with USE_ITHREADS can deadlock during fork() or backticks
Gurusamy Sarathy [Thu, 5 Jul 2001 00:42:49 +0000]
perl built with USE_ITHREADS can deadlock during fork() or backticks
since it doesn't ensure threads other than the one calling fork()
aren't holding any locks; the fix is to use pthread_atfork() to
hold global locks

building perl with -Dusemymalloc exacerbates the problem since
Perl_malloc() holds a mutex, and perl's exec() calls New()

XXX the code in win32thread.h may be needed on platforms that have
no pthread_atfork()

p4raw-id: //depot/perl@11151

23 years agoUpdate Changes.
Jarkko Hietaniemi [Wed, 4 Jul 2001 17:14:51 +0000]
Update Changes.

p4raw-id: //depot/perl@11148

23 years agoSomehow the #ifdefs of the added code (in #11093) made
Jarkko Hietaniemi [Wed, 4 Jul 2001 16:36:31 +0000]
Somehow the #ifdefs of the added code (in #11093) made
HP-UX to fail the fcntl locking test, without the ifdefs
the test seems to be working again.  Reason unknown:
HP-UX cc doesn't complain either way.

p4raw-id: //depot/perl@11146

23 years ago(Retracted by #11155) PERLRUNINST needed in some spots.
Jarkko Hietaniemi [Wed, 4 Jul 2001 16:08:00 +0000]
(Retracted by #11155) PERLRUNINST needed in some spots.

p4raw-id: //depot/perl@11145

23 years agogcc -Wall nit.
Jarkko Hietaniemi [Wed, 4 Jul 2001 16:07:35 +0000]
gcc -Wall nit.

p4raw-id: //depot/perl@11144