23 years agoKeep It Simple and Stupid version of readonly hash support.
Nick Ing-Simmons [Tue, 6 Nov 2001 21:05:16 +0000]
Keep It Simple and Stupid version of readonly hash support.
 - Test for SvREAONLY(hv) at a few spots in hv.c
 - add the error message to perldiag.pod
 - (dubious) add access::readonly() to univeral.c
 - add test using above
 - fixup ext/B/t/stash.t to account for access:: existing

p4raw-id: //depot/perlio@12874

23 years agoIntegrate mainline
Nick Ing-Simmons [Tue, 6 Nov 2001 08:26:40 +0000]
Integrate mainline

p4raw-id: //depot/perlio@12869

23 years agoThe parentheses are protected enough.
Jarkko Hietaniemi [Tue, 6 Nov 2001 03:15:50 +0000]
The parentheses are protected enough.

p4raw-id: //depot/perl@12868

23 years agoccflags, not ldflags.
Jarkko Hietaniemi [Tue, 6 Nov 2001 03:13:50 +0000]
ccflags, not ldflags.

p4raw-id: //depot/perl@12867

23 years ago... and the proto to go with #12865.
Jarkko Hietaniemi [Tue, 6 Nov 2001 03:12:57 +0000]
... and the proto to go with #12865.

p4raw-id: //depot/perl@12866

23 years agoOops. Luckily nothing was using this symbol yet.
Jarkko Hietaniemi [Tue, 6 Nov 2001 03:11:12 +0000]
Oops.  Luckily nothing was using this symbol yet.

p4raw-id: //depot/perl@12865

23 years agoImplement the encoding pragma for regex literals.
Jarkko Hietaniemi [Tue, 6 Nov 2001 03:05:34 +0000]
Implement the encoding pragma for regex literals.

p4raw-id: //depot/perl@12864

23 years agoMore UTF8 EXACT fixing.
Jarkko Hietaniemi [Tue, 6 Nov 2001 01:01:49 +0000]
More UTF8 EXACT fixing.

p4raw-id: //depot/perl@12863

23 years agoMore re debugging.
Jarkko Hietaniemi [Tue, 6 Nov 2001 00:05:19 +0000]
More re debugging.

p4raw-id: //depot/perl@12862

23 years agoEXACT correction attempt. Continued in #12863.
Jarkko Hietaniemi [Mon, 5 Nov 2001 23:24:24 +0000]
EXACT correction attempt.  Continued in #12863.

p4raw-id: //depot/perl@12861

23 years agoUnterminated L<.
Jarkko Hietaniemi [Mon, 5 Nov 2001 22:57:04 +0000]
Unterminated L<.

p4raw-id: //depot/perl@12860

23 years agoIntegrate mainline
Nick Ing-Simmons [Mon, 5 Nov 2001 19:15:17 +0000]
Integrate mainline

p4raw-id: //depot/perlio@12859

23 years agoRegex debugging fixes from Hugo.
Jarkko Hietaniemi [Mon, 5 Nov 2001 17:05:38 +0000]
Regex debugging fixes from Hugo.

p4raw-id: //depot/perl@12858

23 years agoIRIX: at some point the cc -version has started
Jarkko Hietaniemi [Mon, 5 Nov 2001 16:09:51 +0000]
IRIX: at some point the cc -version has started
to output to stderr, not stdout any more.

p4raw-id: //depot/perl@12857

23 years agoUpdate Changes.
Jarkko Hietaniemi [Mon, 5 Nov 2001 15:27:45 +0000]
Update Changes.

p4raw-id: //depot/perl@12856

23 years agoThe ${"\cTAINT"} raises the ire of 'use strict'.
Jarkko Hietaniemi [Mon, 5 Nov 2001 15:21:13 +0000]
The ${"\cTAINT"} raises the ire of 'use strict'.

p4raw-id: //depot/perl@12855

23 years agoRe: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
Rafael Garcia-Suarez [Mon, 5 Nov 2001 17:10:29 +0000]
Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>

p4raw-id: //depot/perl@12854

23 years agoUse config.arch in OS/390 where the combination of
Jarkko Hietaniemi [Mon, 5 Nov 2001 14:54:37 +0000]
Use config.arch in OS/390 where the combination of
IEEE floats and ldflags is tricky.

p4raw-id: //depot/perl@12853

23 years agoSupport a config.arch file, similar to config.over,
Jarkko Hietaniemi [Mon, 5 Nov 2001 14:53:14 +0000]
Support a config.arch file, similar to config.over,
but loaded just before it.

p4raw-id: //depot/perl@12851

23 years agobugfixes
Rafael Garcia-Suarez [Mon, 5 Nov 2001 14:26:24 +0000]
bugfixes
Message-ID: <20011105142624.C31977@rafael>

p4raw-id: //depot/perl@12850

23 years agounbalanced parenthesis in pods
Rafael Garcia-Suarez [Sun, 4 Nov 2001 22:28:57 +0000]
unbalanced parenthesis in pods
Message-ID: <20011104222857.C696@rafael>

p4raw-id: //depot/perl@12849

23 years agoThe missing pieces from the Math::BigInt 1.45 puzzle.
Jarkko Hietaniemi [Sun, 4 Nov 2001 22:11:24 +0000]
The missing pieces from the Math::BigInt 1.45 puzzle.

p4raw-id: //depot/perl@12848

23 years agoMath::Big* test tweaks to work better with core:
Jarkko Hietaniemi [Sun, 4 Nov 2001 17:44:41 +0000]
Math::Big* test tweaks to work better with core:
but the coast still not clear.

p4raw-id: //depot/perl@12847

23 years agoProtect against high load: measure how much wall
Jarkko Hietaniemi [Sun, 4 Nov 2001 17:43:10 +0000]
Protect against high load: measure how much wall
clock time went by while sleeping.  Avoids some
false negatives, while may introduce some false
positives.  Life is hard.

p4raw-id: //depot/perl@12846

23 years agoMore forgotten from #12843.
Jarkko Hietaniemi [Sun, 4 Nov 2001 17:29:40 +0000]
More forgotten from #12843.

p4raw-id: //depot/perl@12845

23 years agoForgot from #12843.
Jarkko Hietaniemi [Sun, 4 Nov 2001 17:19:13 +0000]
Forgot from #12843.

p4raw-id: //depot/perl@12844

23 years agoUpgrade to Math::BigInt 1.45; from Tels.
Jarkko Hietaniemi [Sun, 4 Nov 2001 16:52:45 +0000]
Upgrade to Math::BigInt 1.45; from Tels.
NOTE: some of the tests are failing but that's because
the core integration is not yet done.

p4raw-id: //depot/perl@12843

23 years agoVMS: adds capability to control more configuration stuff with
Jarkko Hietaniemi [Sun, 4 Nov 2001 16:45:02 +0000]
VMS: adds capability to control more configuration stuff with
-D and -U switches; parsing config.sh to extract previous config
info in VMS-form, and a rewrite of the "prompt/response" routine;
from Charles Lane.

p4raw-id: //depot/perl@12842

23 years agoTypo correction in perldebguts.pod
Mark-Jason Dominus [Sun, 4 Nov 2001 16:20:05 +0000]
Typo correction in perldebguts.pod
Message-ID: <20011104162005.16699.qmail@plover.com>

p4raw-id: //depot/perl@12841

23 years agoRe: Where are my 'O's? [+ 12836 smoke]
Rafael Garcia-Suarez [Sun, 4 Nov 2001 11:47:30 +0000]
Re: Where are my 'O's? [+ 12836 smoke]
Message-ID: <20011104114730.A715@rafael>

Remove -T from the test, wrong place for that.

p4raw-id: //depot/perl@12840

23 years ago[REPATCH] Re: PerlIOBuf_dup
Nicholas Clark [Sun, 4 Nov 2001 10:41:24 +0000]
[REPATCH] Re: PerlIOBuf_dup
Message-ID: <20011104104123.U20123@plum.flirble.org>

p4raw-id: //depot/perl@12839

23 years agoRe: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95...
Michael G. Schwern [Sat, 3 Nov 2001 15:41:47 +0000]
Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
Message-ID: <20011103154147.C600@blackrider>

p4raw-id: //depot/perl@12838

23 years agostop unrestricted negativity in HiRes.t
Craig A. Berry [Sat, 3 Nov 2001 16:02:28 +0000]
stop unrestricted negativity in HiRes.t
Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>

p4raw-id: //depot/perl@12837

23 years agoSkip testing where Term::Cap won't run (was Re: Win95 under stress)
chromatic [Sat, 3 Nov 2001 12:28:17 +0000]
Skip testing where Term::Cap won't run (was Re: Win95 under stress)
Message-ID: <20011103193507.94848.qmail@onion.perl.org>

p4raw-id: //depot/perl@12836

23 years agoDon't bother doing POSIX charclass parsing if it
Jarkko Hietaniemi [Sat, 3 Nov 2001 18:34:08 +0000]
Don't bother doing POSIX charclass parsing if it
possibly cannot be so.  Prepares way for charclass
syntax like [[abc]||[def]] (or just [[abc][def]])
for union, [[\w]&&[$a]] for intersection,
and [[a-z]&&[^def]] for subtraction.

Currently /[[a]/ (or /[a[]/) parses as a character
class containing two characters, "[" and "a",
this may have to be broken for the syntax described
above, otherwise we would have to scan the whole pattern
to find out whether the square brackets match pairwise.
Luckily, the special case of "[" doesn't seem to be
documented (as opposed to "]" and "-"), so we may have
better story for breaking it...  One can always use \[
if one wants a literal "[", so there.

p4raw-id: //depot/perl@12835

23 years agoComment correction.
Jarkko Hietaniemi [Sat, 3 Nov 2001 17:51:44 +0000]
Comment correction.

p4raw-id: //depot/perl@12834

23 years agoAdd MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
Jarkko Hietaniemi [Sat, 3 Nov 2001 17:33:21 +0000]
Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
The latter is a RedHatism.

p4raw-id: //depot/perl@12833

23 years agoIntegrate perlio:
Jarkko Hietaniemi [Sat, 3 Nov 2001 15:43:03 +0000]
Integrate perlio:

[ 12830]
Fix clone_leak problem.
PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
as vestige of calling PerlLIO_dup().

[ 12829]
Tweaks attempting to locate Doug's clone_leak leak.
- add some PerlIO_debug()
- handle PerlIO_clone() with empty lists (clone before Perl_parse())
- Even if it closing stdout etc. do a fflush()

p4raw-link: @12830 on //depot/perlio: 6124d23f33100dc3c406774873984a1b51f6ab02
p4raw-link: @12829 on //depot/perlio: f4b9981fadd371fad0a1f2bdf41857e39e760c27

p4raw-id: //depot/perl@12832
p4raw-integrated: from //depot/perlio@12827 'copy in' perlio.c
(@12830..)

23 years agoIntegrate mainline
Nick Ing-Simmons [Sat, 3 Nov 2001 11:42:15 +0000]
Integrate mainline

p4raw-id: //depot/perlio@12831

23 years agoFix clone_leak problem.
Nick Ing-Simmons [Sat, 3 Nov 2001 10:27:34 +0000]
Fix clone_leak problem.
PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
as vestige of calling PerlLIO_dup().

p4raw-id: //depot/perlio@12830

23 years agoTweaks attempting to locate Doug's clone_leak leak.
Nick Ing-Simmons [Sat, 3 Nov 2001 09:40:46 +0000]
Tweaks attempting to locate Doug's clone_leak leak.
 - add some PerlIO_debug()
 - handle PerlIO_clone() with empty lists (clone before Perl_parse())
 - Even if it closing stdout etc. do a fflush()

p4raw-id: //depot/perlio@12829

23 years agoIntegrate mainline
Nick Ing-Simmons [Sat, 3 Nov 2001 08:34:31 +0000]
Integrate mainline

p4raw-id: //depot/perlio@12828

23 years agoUgly bandaid to stop C<package;> from segfaulting (remember to
Abhijit Menon-Sen [Sat, 3 Nov 2001 03:45:19 +0000]
Ugly bandaid to stop C<package;> from segfaulting (remember to
remove this later). Based on a patch from Robert Spier in
<15330.61459.14452.795263@rls.cx>.

p4raw-id: //depot/perl@12827

23 years agomicroperl sync.
Jarkko Hietaniemi [Fri, 2 Nov 2001 23:56:00 +0000]
microperl sync.

p4raw-id: //depot/perl@12826

23 years agoDefinitions for the Unicode Newline Guidelines.
Jarkko Hietaniemi [Fri, 2 Nov 2001 23:20:03 +0000]
Definitions for the Unicode Newline Guidelines.

p4raw-id: //depot/perl@12825

23 years ago(retracted by #12871)
Jarkko Hietaniemi [Fri, 2 Nov 2001 23:08:05 +0000]
(retracted by #12871)

There is no csh of any kind in default BeOS.
For the purposes of miniperl globbing, bash
will do.

p4raw-id: //depot/perl@12824

23 years agoIntegrate change #12820 from macperl to maint and blead;
Jarkko Hietaniemi [Fri, 2 Nov 2001 21:56:36 +0000]
Integrate change #12820 from macperl to maint and blead;

Fix up (dynaloading) to work properly with multiplicity

p4raw-link: @12820 on //depot/maint-5.6/macperl: 1254e164e862d84b4c35d69c6880819df23c4acd

p4raw-id: //depot/perl@12823
p4raw-integrated: from //depot/maint-5.6/macperl@12818 'merge in'
ext/DynaLoader/dl_mac.xs (@12699..)

23 years agoLocate _PATH_LOG if it's a socket even if not #defined
Jarkko Hietaniemi [Fri, 2 Nov 2001 21:03:58 +0000]
Locate _PATH_LOG if it's a socket even if not #defined
(helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
via Nicholas Clark.

p4raw-id: //depot/perl@12818

23 years ago_expect and other little tweaks
Michael G. Schwern [Fri, 2 Nov 2001 15:36:41 +0000]
_expect and other little tweaks
Message-ID: <20011102153641.E23234@blackrider>

p4raw-id: //depot/perl@12817

23 years agopatches for MacOS X 10.1 for perl 5.7.2
Randal L. Schwartz [Fri, 2 Nov 2001 09:33:34 +0000]
patches for MacOS X 10.1 for perl 5.7.2
Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>

(two of the changes)

Better coexistence with extensions.

p4raw-id: //depot/perl@12816

23 years agoRe: [PATCH] the the double double word word fix fix
Wolfgang Laun [Fri, 2 Nov 2001 19:43:07 +0000]
Re: [PATCH] the the double double word word fix fix
Message-Id: <3BE2E93B.627C198E@alcatel.at>

p4raw-id: //depot/perl@12815

23 years agoUpdate Changes.
Jarkko Hietaniemi [Fri, 2 Nov 2001 15:24:10 +0000]
Update Changes.

p4raw-id: //depot/perl@12814

23 years agoMore encoding testing.
Jarkko Hietaniemi [Fri, 2 Nov 2001 15:19:35 +0000]
More encoding testing.

p4raw-id: //depot/perl@12813

23 years agoSlight modification of #12811.
Abhijit Menon-Sen [Fri, 2 Nov 2001 15:07:11 +0000]
Slight modification of #12811.

p4raw-id: //depot/perl@12812

23 years agoRe: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
Radu Greab [Fri, 2 Nov 2001 15:28:58 +0000]
Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>

p4raw-id: //depot/perl@12811

23 years agoRe: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
Rafael Garcia-Suarez [Thu, 1 Nov 2001 22:35:50 +0000]
Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
Message-ID: <20011101223550.A10849@rafael>

p4raw-id: //depot/perl@12810

23 years ago[REPATCH] Re: [PATCH File::Find] use warnings::register
Rafael Garcia-Suarez [Fri, 2 Nov 2001 14:48:51 +0000]
[REPATCH] Re: [PATCH File::Find] use warnings::register
Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net>

p4raw-id: //depot/perl@12809

23 years agoAdd documentation.
Jarkko Hietaniemi [Fri, 2 Nov 2001 05:40:21 +0000]
Add documentation.

p4raw-id: //depot/perl@12808

23 years agoUnicode: add ToFold mapping. Not used yet; but basically
Jarkko Hietaniemi [Fri, 2 Nov 2001 05:18:45 +0000]
Unicode: add ToFold mapping.  Not used yet; but basically
a more useful mapping for caseless aka case-ignoring than
doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
algorithm for creating the foldings uses equivalence classes,
see http://www.unicode.org/unicode/reports/tr21/
Hopefully this feature will be used in //i.
(The folding tables were introduced by #12689.)

p4raw-id: //depot/perl@12807

23 years agoAutoSplit.t clean-up for VMS
Craig A. Berry [Fri, 2 Nov 2001 00:03:52 +0000]
AutoSplit.t clean-up for VMS
Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>

p4raw-id: //depot/perl@12806

23 years agoTrivial doc patch
Andreas König [Fri, 2 Nov 2001 06:11:35 +0000]
Trivial doc patch
Message-ID: <m37kt94v08.fsf@anima.de>

p4raw-id: //depot/perl@12805

23 years agoMake encoding and charnames pragmas coexist.
Jarkko Hietaniemi [Fri, 2 Nov 2001 02:14:46 +0000]
Make encoding and charnames pragmas coexist.

p4raw-id: //depot/perl@12804

23 years agoThe basic character classes seem to go untested with Unicode.
Jarkko Hietaniemi [Fri, 2 Nov 2001 01:26:53 +0000]
The basic character classes seem to go untested with Unicode.

p4raw-id: //depot/perl@12803

23 years ago[PATCH] the the double double word word fix fix
Abhijit Menon-Sen [Fri, 2 Nov 2001 00:39:36 +0000]
[PATCH] the the double double word word fix fix
From: Richard Soderberg <rs@oregonnet.com>
Date: Thu, 1 Nov 2001 13:12:03 -0800
Message-Id: <200111012112.NAA23288@oregonnet.com>

Subject: Re: [PATCH] the the double double word word fix fix
From: Mark-Jason Dominus <mjd@plover.com>
Date: Thu, 01 Nov 2001 16:43:40 -0500
Message-Id: <20011101214340.2044.qmail@plover.com>

Subject: Re: [PATCH] the the double double word word fix fix
From: Mark-Jason Dominus <mjd@plover.com>
Date: Thu, 01 Nov 2001 16:51:39 -0500
Message-Id: <20011101215139.2196.qmail@plover.com>

p4raw-id: //depot/perl@12802

23 years agoComment tweaks.
Jarkko Hietaniemi [Thu, 1 Nov 2001 14:27:51 +0000]
Comment tweaks.

p4raw-id: //depot/perl@12801

23 years agoFAQ sync.
Jarkko Hietaniemi [Thu, 1 Nov 2001 14:06:04 +0000]
FAQ sync.

p4raw-id: //depot/perl@12800

23 years agoIf an encoding is set by -M/-m, it must be in
Jarkko Hietaniemi [Thu, 1 Nov 2001 13:59:42 +0000]
If an encoding is set by -M/-m, it must be in
effect only for the actual script, not any other
required/-M/-m'ed module, otherwise we enter a nasty
recursion in regexec.c while trying to init the simple
UTF-8 charclasses like PL_utf8_alnum.

p4raw-id: //depot/perl@12799

23 years agoA bit more descriptive name.
Jarkko Hietaniemi [Wed, 31 Oct 2001 21:10:09 +0000]
A bit more descriptive name.

p4raw-id: //depot/perl@12798

23 years agoTime::Hires test fix
Charles Lane [Wed, 31 Oct 2001 13:47:04 +0000]
Time::Hires test fix
Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>

p4raw-id: //depot/perl@12797

23 years agomake setting signal() persistent
Charles Lane [Wed, 31 Oct 2001 13:43:29 +0000]
make setting signal() persistent
Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>

p4raw-id: //depot/perl@12796

23 years agoVarious test cleanups
Rafael Garcia-Suarez [Tue, 30 Oct 2001 21:56:26 +0000]
Various test cleanups
Message-ID: <20011030215626.A28503@rafael>

p4raw-id: //depot/perl@12795

23 years agoUpdate Changes.
Jarkko Hietaniemi [Wed, 31 Oct 2001 15:26:59 +0000]
Update Changes.

p4raw-id: //depot/perl@12794

23 years agoData::Dumper opt. use B::Deparse for coderefs
Rafael Garcia-Suarez [Wed, 31 Oct 2001 17:16:39 +0000]
Data::Dumper opt. use B::Deparse for coderefs
Message-ID: <20011031171639.A32511@rafael>

p4raw-id: //depot/perl@12793

23 years agoSkip message nit.
Jarkko Hietaniemi [Wed, 31 Oct 2001 15:20:01 +0000]
Skip message nit.

p4raw-id: //depot/perl@12792

23 years agoRe: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1)...
Rafael Garcia-Suarez [Wed, 31 Oct 2001 14:49:37 +0000]
Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net>

p4raw-id: //depot/perl@12791

23 years agoExtend the effect of the encoding pragma to chr() and ord().
Jarkko Hietaniemi [Wed, 31 Oct 2001 14:44:33 +0000]
Extend the effect of the encoding pragma to chr() and ord().

TODO: regex literals, reentrancy problems with the utf8
and charnames pragmas.

p4raw-id: //depot/perl@12790

23 years agoDoc tweaks.
Jarkko Hietaniemi [Wed, 31 Oct 2001 13:25:02 +0000]
Doc tweaks.

p4raw-id: //depot/perl@12789

23 years agoIntegrate mainline
Nick Ing-Simmons [Wed, 31 Oct 2001 08:59:56 +0000]
Integrate mainline

p4raw-id: //depot/perlio@12788

23 years agoForgot new proto.
Jarkko Hietaniemi [Wed, 31 Oct 2001 03:22:34 +0000]
Forgot new proto.

p4raw-id: //depot/perl@12787

23 years agoClarification: use encoding cannot be used to
Jarkko Hietaniemi [Wed, 31 Oct 2001 02:32:35 +0000]
Clarification: use encoding cannot be used to
change the default encoding of "your whole script";
only the default encoding of the *data*.  Also, it
seems that "use encoding" does not mix with "use utf8"
(a coredumping recursion ensues).  Should not be a huge
problem since "use utf8" is pretty marginal nowadays.

p4raw-id: //depot/perl@12786

23 years agoMore documentation for the encode pragma.
Jarkko Hietaniemi [Wed, 31 Oct 2001 02:19:49 +0000]
More documentation for the encode pragma.

p4raw-id: //depot/perl@12785

23 years agoThinko in #12783.
Jarkko Hietaniemi [Wed, 31 Oct 2001 02:08:27 +0000]
Thinko in #12783.

p4raw-id: //depot/perl@12784

23 years agoMake sv_recode_to_utf8() a real API: the encoding
Jarkko Hietaniemi [Wed, 31 Oct 2001 02:04:22 +0000]
Make sv_recode_to_utf8() a real API: the encoding
is a parameter, instead of a global.  Document the
PERL_ENCODING.

p4raw-id: //depot/perl@12783

23 years agoEnable -Mencoding=foobar also for string literals.
Jarkko Hietaniemi [Wed, 31 Oct 2001 00:57:42 +0000]
Enable -Mencoding=foobar also for string literals.

p4raw-id: //depot/perl@12782

23 years agoRe: [PATCH] Re: DynaLoader problem on NCR SVR4 box
Andy Dougherty [Tue, 30 Oct 2001 12:44:27 +0000]
Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>

p4raw-id: //depot/perl@12781

23 years agoRE: [PATCH h2xs] Use of static data in XS modules
Paul Marquess [Mon, 29 Oct 2001 23:11:58 +0000]
RE: [PATCH h2xs] Use of static data in XS modules
Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>

Add compat.h.

p4raw-id: //depot/perl@12780

23 years agoPerlIOBuf_dup
Nicholas Clark [Mon, 29 Oct 2001 21:52:35 +0000]
PerlIOBuf_dup
Message-ID: <20011029215235.K41204@plum.flirble.org>

Add prototype.

p4raw-id: //depot/perl@12779

23 years agoMake malloc.c errors more useful
Richard Soderberg [Mon, 29 Oct 2001 22:28:02 +0000]
Make malloc.c errors more useful
Message-Id: <200110300628.WAA11025@oregonnet.com>

p4raw-id: //depot/perl@12778

23 years agoRetract #12776 - the bug 19990906.001 is still valid.
Jarkko Hietaniemi [Tue, 30 Oct 2001 04:02:10 +0000]
Retract #12776 - the bug 19990906.001 is still valid.

p4raw-id: //depot/perl@12777

23 years ago(Retracted by #12777)
Michael G. Schwern [Mon, 29 Oct 2001 23:01:08 +0000]
(Retracted by #12777)
Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
Message-ID: <20011029230108.G18053@blackrider>

p4raw-id: //depot/perl@12776

23 years agoComment nits.
Jarkko Hietaniemi [Tue, 30 Oct 2001 02:56:41 +0000]
Comment nits.

p4raw-id: //depot/perl@12775

23 years agoMommy, what's a pointer cast?
Richard Soderberg [Mon, 29 Oct 2001 17:01:10 +0000]
Mommy, what's a pointer cast?
Message-Id: <200110300101.RAA31561@oregonnet.com>

(threads* parts)

p4raw-id: //depot/perl@12773

23 years agoMommy, what's a pointer cast?
Richard Soderberg [Mon, 29 Oct 2001 17:01:10 +0000]
Mommy, what's a pointer cast?
Message-Id: <200110300101.RAA31561@oregonnet.com>

(the perl.h part)

p4raw-id: //depot/perl@12772

23 years agoOpenBSD likes signal.h
Richard Soderberg [Mon, 29 Oct 2001 17:00:31 +0000]
OpenBSD likes signal.h
Message-Id: <200110300100.RAA31533@oregonnet.com>

p4raw-id: //depot/perl@12771

23 years agoRE: DB_File-1.79 on Cygwin 1.3.3
Paul Marquess [Mon, 29 Oct 2001 23:04:23 +0000]
RE: DB_File-1.79 on Cygwin 1.3.3
Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>

p4raw-id: //depot/perl@12770

23 years agoHiRes.t tweaks
Craig A. Berry [Mon, 29 Oct 2001 12:34:07 +0000]
HiRes.t tweaks
Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>

p4raw-id: //depot/perl@12769

23 years agoUpdate Changes.
Jarkko Hietaniemi [Mon, 29 Oct 2001 15:10:04 +0000]
Update Changes.

p4raw-id: //depot/perl@12768

23 years agoAIX needs an explicit symbol export list.
Jarkko Hietaniemi [Mon, 29 Oct 2001 14:49:28 +0000]
AIX needs an explicit symbol export list.

p4raw-id: //depot/perl@12767

23 years agoThe test (and the module) would require some
Jarkko Hietaniemi [Mon, 29 Oct 2001 14:08:21 +0000]
The test (and the module) would require some
quality hacking time to work on EBCDIC.  Based on
the test results nothing seems to be majorly broken,
the module just seems to have strange assumptions:
got: ''\226\225\205'
expected: ''one'
The \226\225\205 being, of course, 'one', in EBCDIC.

p4raw-id: //depot/perl@12766

23 years agoMark the test known to be failing in EBCDIC.
Jarkko Hietaniemi [Mon, 29 Oct 2001 13:58:48 +0000]
Mark the test known to be failing in EBCDIC.

p4raw-id: //depot/perl@12765