19 years agoRefactoring to Sv*_set() macros - patch #2
Steve Peters [Thu, 7 Apr 2005 13:51:49 +0000]
Refactoring to Sv*_set() macros - patch #2
Message-ID: <20050407185149.GA4418@mccoy.peters.homeunix.org>

p4raw-id: //depot/perl@24204

19 years agoAdd a macro PERL_DEBUG_COW, for aggressive compile time tests of
Nicholas Clark [Fri, 8 Apr 2005 10:39:15 +0000]
Add a macro PERL_DEBUG_COW, for aggressive compile time tests of
Copy-On-Write related source changes.
Fix the problem this revealed.

p4raw-id: //depot/perl@24201

19 years agoMM_AIX needs neatvalue
Nicholas Clark [Fri, 8 Apr 2005 10:08:35 +0000]
MM_AIX needs neatvalue

p4raw-id: //depot/perl@24200

19 years agoRefactoring to Sv*_set() macros - patch #1
Steve Peters [Wed, 6 Apr 2005 18:21:10 +0000]
Refactoring to Sv*_set() macros - patch #1
Message-ID: <20050406232110.GA12249@mccoy.peters.homeunix.org>
Date: Wed, 6 Apr 2005 18:21:10 -0500

p4raw-id: //depot/perl@24199

19 years agoAdd perl593delta.pod
Rafael Garcia-Suarez [Fri, 8 Apr 2005 09:48:08 +0000]
Add perl593delta.pod

p4raw-id: //depot/perl@24198

19 years agoMention that select() returns -1 on error,
Rafael Garcia-Suarez [Thu, 7 Apr 2005 12:42:07 +0000]
Mention that select() returns -1 on error,
as suggested by Hernan Perez Masci

p4raw-id: //depot/perl@24194

19 years agoRe: [PATCH] Re: [perl #34650] perldoc -f my should perhaps mention BEGIN and END
Abigail [Wed, 6 Apr 2005 01:41:55 +0000]
Re: [PATCH] Re: [perl #34650] perldoc -f my should perhaps mention BEGIN and END
Message-ID: <20050405234154.GG8680@abigail.nl>

p4raw-id: //depot/perl@24192

19 years agoRe: Bugs? In Unicode::EastAsianWidth.
Audrey Tang [Wed, 6 Apr 2005 18:17:32 +0000]
Re: Bugs? In Unicode::EastAsianWidth.
Message-ID: <20050406101732.GA17931@aut.dyndns.org>

p4raw-id: //depot/perl@24191

19 years agoperldbtty$$ location
Gisle Aas [Wed, 6 Apr 2005 01:49:54 +0000]
perldbtty$$ location
Message-ID: <lr3bu48f2l.fsf@caliper.activestate.com>
(and remove trailing whitespace)

p4raw-id: //depot/perl@24190

19 years agoTabs not spaces in MANIFEST
Nicholas Clark [Thu, 7 Apr 2005 08:43:40 +0000]
Tabs not spaces in MANIFEST

p4raw-id: //depot/perl@24189

19 years ago[perl #34699] documentation bug in "man perlpodspec"
raf@tradingpost.com.au [Thu, 7 Apr 2005 00:20:31 +0000]
[perl #34699] documentation bug in "man perlpodspec"
From: "raf@tradingpost.com.au (via RT)" <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-34699-110174.9.79475562169704@perl.org>

p4raw-id: //depot/perl@24187

19 years agoUpgrade to ExtUtils::MakeMaker 6.27,
Rafael Garcia-Suarez [Thu, 7 Apr 2005 08:07:14 +0000]
Upgrade to ExtUtils::MakeMaker 6.27,
plus a patch to restore functioning of 'distclean'
for the perl core

p4raw-id: //depot/perl@24185

19 years agoDon't try to export symbols that don't exist
Steve Hay [Wed, 6 Apr 2005 15:57:36 +0000]
Don't try to export symbols that don't exist

Change #24148 added Perl_rvpv_dup() to the public API, but it is only
defined when USE_ITHREADS is defined.  Adjust makedef.pl accordingly
to keep Win32 happy.

p4raw-id: //depot/perl@24178

19 years agocast to/from (void *) in the re-entrant code. Now watch the smoke rise.
Nicholas Clark [Wed, 6 Apr 2005 15:11:53 +0000]
cast to/from (void *) in the re-entrant code. Now watch the smoke rise.

p4raw-id: //depot/perl@24176

19 years agoCasting to/from (void *) sufficient to make a C++ compiler happy.
Nicholas Clark [Wed, 6 Apr 2005 15:05:32 +0000]
Casting to/from (void *) sufficient to make a C++ compiler happy.

p4raw-id: //depot/perl@24175

19 years agoIf we're going to prototype modfl(), it needs extern "C" linkage.
Nicholas Clark [Wed, 6 Apr 2005 14:36:40 +0000]
If we're going to prototype modfl(), it needs extern "C" linkage.

p4raw-id: //depot/perl@24174

19 years ago1. t/TEST now deals with SKIP as if it was TODO. This complies to TAP
H.Merijn Brand [Wed, 6 Apr 2005 06:14:51 +0000]
1. t/TEST now deals with SKIP as if it was TODO. This complies to TAP
2. Removed the depricated 'my $foo if expr' there

p4raw-id: //depot/perl@24173

19 years agoD'oh! We were never correctly spotting a modfl prototype
Nicholas Clark [Tue, 5 Apr 2005 22:34:32 +0000]
D'oh! We were never correctly spotting a modfl prototype

p4raw-id: //depot/perl@24171

19 years agoAdd casting to allow g++ (3.3.5) to compile the core code.
Nicholas Clark [Tue, 5 Apr 2005 21:30:21 +0000]
Add casting to allow g++ (3.3.5) to compile the core code.
A C++ compiler produces lots of warnings that are probably valid
concerns to investigate.

p4raw-id: //depot/perl@24170

19 years agoTests need to skip if there is no Encode configured.
Nicholas Clark [Tue, 5 Apr 2005 21:16:01 +0000]
Tests need to skip if there is no Encode configured.

p4raw-id: //depot/perl@24169

19 years agoUsing savesvpv() here is terser and produces smaller object code.
Nicholas Clark [Tue, 5 Apr 2005 16:09:59 +0000]
Using savesvpv() here is terser and produces smaller object code.

p4raw-id: //depot/perl@24167

19 years agoUpgrade to Unicode::Normalize 0.32
Rafael Garcia-Suarez [Tue, 5 Apr 2005 15:23:47 +0000]
Upgrade to Unicode::Normalize 0.32

p4raw-id: //depot/perl@24166

19 years agoDown with C++ reserved names
Nicholas Clark [Tue, 5 Apr 2005 14:52:05 +0000]
Down with C++ reserved names
(and also function pointer declarations that rely on the C semantics
 of ())

p4raw-id: //depot/perl@24165

19 years agoDown with potentially incorrect duplicate prototypes
Nicholas Clark [Tue, 5 Apr 2005 14:51:05 +0000]
Down with potentially incorrect duplicate prototypes

p4raw-id: //depot/perl@24164

19 years agoDown with more K&R prototypes
Nicholas Clark [Tue, 5 Apr 2005 14:50:30 +0000]
Down with more K&R prototypes

p4raw-id: //depot/perl@24163

19 years agoDown with unneeded duplicate prototypes
Nicholas Clark [Tue, 5 Apr 2005 14:49:11 +0000]
Down with unneeded duplicate prototypes

p4raw-id: //depot/perl@24162

19 years agoDown with K&R function arguments
Nicholas Clark [Tue, 5 Apr 2005 14:48:33 +0000]
Down with K&R function arguments

p4raw-id: //depot/perl@24161

19 years agoAdd Math::BigInt::FastCalc in maintainer list
Rafael Garcia-Suarez [Tue, 5 Apr 2005 14:06:01 +0000]
Add Math::BigInt::FastCalc in maintainer list

p4raw-id: //depot/perl@24160

19 years agoAdaptations to the Makefile.PL of Math::BigInt/FastCalc, for core-ification
Rafael Garcia-Suarez [Tue, 5 Apr 2005 13:12:22 +0000]
Adaptations to the Makefile.PL of Math::BigInt/FastCalc, for core-ification

p4raw-id: //depot/perl@24159

19 years agoNew core module, Math::BigInt::FastCalc
Tels [Sun, 3 Apr 2005 11:12:45 +0000]
New core module, Math::BigInt::FastCalc

Subject: [PATCH] integrate Math::BigInt::FastCalc
Message-Id: <200504031112.55179@bloodgate.com>

p4raw-id: //depot/perl@24158

19 years ago[Patch] Math::BigInt v1.76, Math::BigRat v0.15, bignum v0.17
Tels [Sun, 3 Apr 2005 10:43:10 +0000]
[Patch] Math::BigInt v1.76, Math::BigRat v0.15, bignum v0.17
Message-Id: <200504031043.12273@bloodgate.com>

p4raw-id: //depot/perl@24155

19 years agoThat's C, not perl.
Rafael Garcia-Suarez [Mon, 4 Apr 2005 20:55:03 +0000]
That's C, not perl.

p4raw-id: //depot/perl@24152

19 years agoMake -DFORMAT_CHECK compile with threads.
Nicholas Clark [Mon, 4 Apr 2005 20:53:42 +0000]
Make -DFORMAT_CHECK compile with threads.

p4raw-id: //depot/perl@24151

19 years agoBump version to 5.9.3
Rafael Garcia-Suarez [Mon, 4 Apr 2005 17:14:37 +0000]
Bump version to 5.9.3
Restore "DEVEL" tag in patchlevel.h
Regenerate Porting/config*

p4raw-id: //depot/perl@24149

19 years agoconst-eight.diff
Andy Lester [Wed, 30 Mar 2005 11:40:24 +0000]
const-eight.diff
Message-ID: <20050330174024.GA12167@petdance.com>

p4raw-id: //depot/perl@24148

19 years agoRe: [PATCH] Re: [perl #34632] perlintro: "Comments start with ahash symbol"
Steven Schubiger [Sun, 3 Apr 2005 11:47:22 +0000]
Re: [PATCH] Re: [perl #34632] perlintro: "Comments start with ahash symbol"
Message-Id: <200504030947.j339lMgp010306@accognoscere.homeunix.org>

p4raw-id: //depot/perl@24147

19 years agoRe: [PATCH] Re: [perl #34632] perlintro: "Comments start with a hash symbol"
Steven Schubiger [Sat, 2 Apr 2005 19:37:11 +0000]
Re: [PATCH] Re: [perl #34632] perlintro: "Comments start with a hash symbol"
Message-Id: <200504021737.j32HbBNS000652@accognoscere.homeunix.org>

p4raw-id: //depot/perl@24139

19 years agoFix wrong version for byteorder modifiers feature.
Marcus Holland-Moritz [Sun, 3 Apr 2005 08:16:25 +0000]
Fix wrong version for byteorder modifiers feature.

p4raw-id: //depot/perl@24138

19 years agoSilence compiler warnings about possibly uninitialised variables.
Nicholas Clark [Sat, 2 Apr 2005 22:58:59 +0000]
Silence compiler warnings about possibly uninitialised variables.
(None are, but it saves anyone else having to work this out)

p4raw-id: //depot/perl@24137

19 years agoFix "[perl #34643] Config_heavy.pl not in archlib"
Nicholas Clark [Sat, 2 Apr 2005 19:04:27 +0000]
Fix "[perl #34643] Config_heavy.pl not in archlib"

p4raw-id: //depot/perl@24136

19 years agoOops. Forgot to add this.
Nicholas Clark [Sat, 2 Apr 2005 18:52:11 +0000]
Oops. Forgot to add this.

p4raw-id: //depot/perl@24135

19 years agoUnicode 4.1.0
Jarkko Hietaniemi [Sat, 2 Apr 2005 11:31:09 +0000]
Unicode 4.1.0
Message-ID: <424E584D.5000508@iki.fi>
Date: Sat, 02 Apr 2005 11:31:09 +0300

p4raw-id: //depot/perl@24134

19 years agoAdd encoding::warnings to Maintainers.pl and rebuild META.yml for release
Rafael Garcia-Suarez [Fri, 1 Apr 2005 09:16:19 +0000]
Add encoding::warnings to Maintainers.pl and rebuild META.yml for release

p4raw-id: //depot/perl@24133

19 years agoUpdate Changes
Rafael Garcia-Suarez [Fri, 1 Apr 2005 08:29:26 +0000]
Update Changes

p4raw-id: //depot/perl@24132

19 years agoRemove dependency on tr(1) for MinGW builds on Win32
Steve Hay [Fri, 1 Apr 2005 08:18:27 +0000]
Remove dependency on tr(1) for MinGW builds on Win32

This leaves things slightly (more) broken for MinGW builds on Cygwin,
but that doesn't currently quite work in other respects and isn't
documented anyway.  See:

http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00751.html

p4raw-id: //depot/perl@24131

19 years agoRegenerate perltoc and perlmodlib
Rafael Garcia-Suarez [Fri, 1 Apr 2005 07:47:26 +0000]
Regenerate perltoc and perlmodlib

p4raw-id: //depot/perl@24130

19 years agoPOD fixes.
Rafael Garcia-Suarez [Fri, 1 Apr 2005 07:36:04 +0000]
POD fixes.

p4raw-id: //depot/perl@24129

19 years agoFAQ sync.
Rafael Garcia-Suarez [Fri, 1 Apr 2005 07:19:27 +0000]
FAQ sync.

p4raw-id: //depot/perl@24128

19 years agoAdd a note about installhtml
Rafael Garcia-Suarez [Fri, 1 Apr 2005 07:14:22 +0000]
Add a note about installhtml

p4raw-id: //depot/perl@24127

19 years agopp_pack.c warnings on VMS
Craig A. Berry [Thu, 31 Mar 2005 14:51:05 +0000]
pp_pack.c warnings on VMS
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <424C62B9.2030601@mac.com>

p4raw-id: //depot/perl@24126

19 years agoMention the current MinGW compilation problems
Rafael Garcia-Suarez [Thu, 31 Mar 2005 17:14:01 +0000]
Mention the current MinGW compilation problems

p4raw-id: //depot/perl@24125

19 years agoUpdate Changes
Rafael Garcia-Suarez [Thu, 31 Mar 2005 17:11:15 +0000]
Update Changes

p4raw-id: //depot/perl@24124

19 years agoThis is 5.9.2. Mostly.
Rafael Garcia-Suarez [Thu, 31 Mar 2005 15:52:46 +0000]
This is 5.9.2. Mostly.

p4raw-id: //depot/perl@24123

19 years agoFix USE_SITECUSTOMIZE on Win32
Steve Hay [Thu, 31 Mar 2005 15:39:57 +0000]
Fix USE_SITECUSTOMIZE on Win32

This fixes the problem described in:

http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html

p4raw-id: //depot/perl@24122

19 years agoUpdate copyrights.
Rafael Garcia-Suarez [Thu, 31 Mar 2005 15:24:24 +0000]
Update copyrights.
Well, those are generated files anyway.

p4raw-id: //depot/perl@24121

19 years agoAdd support for USE_SITECUSTOMIZE in the Win32 makefiles
Steve Hay [Thu, 31 Mar 2005 14:36:44 +0000]
Add support for USE_SITECUSTOMIZE in the Win32 makefiles

Note that this feature doesn't actually work correctly on Win32
until the problem described here is solved:

http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html

p4raw-id: //depot/perl@24120

19 years agoUpgrade to Module::CoreList 1.99
Rafael Garcia-Suarez [Thu, 31 Mar 2005 13:52:58 +0000]
Upgrade to Module::CoreList 1.99

p4raw-id: //depot/perl@24119

19 years agoMore known problems.
Rafael Garcia-Suarez [Thu, 31 Mar 2005 13:45:17 +0000]
More known problems.

p4raw-id: //depot/perl@24118

19 years agoKnown problems, reported by Merijn
Rafael Garcia-Suarez [Thu, 31 Mar 2005 13:10:26 +0000]
Known problems, reported by Merijn

p4raw-id: //depot/perl@24117

19 years agoOS typo.
Rafael Garcia-Suarez [Thu, 31 Mar 2005 12:45:03 +0000]
OS typo.

p4raw-id: //depot/perl@24116

19 years agoAdd a tool to generate data for Module::CoreList
Rafael Garcia-Suarez [Thu, 31 Mar 2005 12:42:38 +0000]
Add a tool to generate data for Module::CoreList

p4raw-id: //depot/perl@24115

19 years agoMore work on perldelta
Rafael Garcia-Suarez [Thu, 31 Mar 2005 11:42:15 +0000]
More work on perldelta

p4raw-id: //depot/perl@24114

19 years agoAdd support for PERL_HASH_SEED_EXPLICIT and NO_HASH_SEED in the
Steve Hay [Thu, 31 Mar 2005 10:01:18 +0000]
Add support for PERL_HASH_SEED_EXPLICIT and NO_HASH_SEED in the
Win32 makefiles

p4raw-id: //depot/perl@24113

19 years agoAUTHORS update
Rafael Garcia-Suarez [Thu, 31 Mar 2005 09:58:40 +0000]
AUTHORS update

p4raw-id: //depot/perl@24112

19 years agoA few Win32 makefile tidy-ups (No real changes)
Steve Hay [Thu, 31 Mar 2005 09:18:23 +0000]
A few Win32 makefile tidy-ups (No real changes)

p4raw-id: //depot/perl@24111

19 years agoFix typo in INSTALL (s/USE_HAS_SEED_EXPLICIT/USE_HASH_SEED_EXPLICIT/)
Steve Hay [Thu, 31 Mar 2005 08:20:00 +0000]
Fix typo in INSTALL (s/USE_HAS_SEED_EXPLICIT/USE_HASH_SEED_EXPLICIT/)

p4raw-id: //depot/perl@24110

19 years agoOne more Win32 compilation clean-up (for when using -DDEBUGGING)
Steve Hay [Thu, 31 Mar 2005 07:55:12 +0000]
One more Win32 compilation clean-up (for when using -DDEBUGGING)

p4raw-id: //depot/perl@24109

19 years agoAnother Win32 compilation clean-up (for when using Perl's malloc)
Steve Hay [Thu, 31 Mar 2005 07:36:52 +0000]
Another Win32 compilation clean-up (for when using Perl's malloc)

p4raw-id: //depot/perl@24108

19 years agoNow that we have the full path, we can skip the which call,
H.Merijn Brand [Wed, 30 Mar 2005 17:03:19 +0000]
Now that we have the full path, we can skip the which call,
that might cause trouble on testdrive systems.

p4raw-id: //depot/perl@24107

19 years agoUpdate copyrights.
Rafael Garcia-Suarez [Wed, 30 Mar 2005 14:41:51 +0000]
Update copyrights.

p4raw-id: //depot/perl@24106

19 years agoSimplify #24043 note now Configure can do -Dusesitecustomize
H.Merijn Brand [Wed, 30 Mar 2005 14:25:05 +0000]
Simplify #24043 note now Configure can do -Dusesitecustomize

p4raw-id: //depot/perl@24105

19 years agoSupport for -Dusesitecustomize
H.Merijn Brand [Wed, 30 Mar 2005 14:17:40 +0000]
Support for -Dusesitecustomize

p4raw-id: //depot/perl@24104

19 years agoUSE_STRLCAT and USE_STRLCPY now actually used
H.Merijn Brand [Wed, 30 Mar 2005 13:43:12 +0000]
USE_STRLCAT and USE_STRLCPY now actually used
LIBM_VERSION_TYPE and USE_SITECUSTOMIZE are preparations
for future use

p4raw-id: //depot/perl@24102

19 years agoext/Errno/Errno_pm.PL: fix for GNU hurd
Brendan O'Dea [Wed, 30 Mar 2005 10:30:25 +0000]
ext/Errno/Errno_pm.PL: fix for GNU hurd
Message-ID: <20050330003025.GA29797@londo.c47.org>

p4raw-id: //depot/perl@24101

19 years agoRe: PATCH: byte count feature request for unpack
Ton Hospel [Sun, 27 Mar 2005 18:32:11 +0000]
Re: PATCH: byte count feature request for unpack
Message-Id: <d26u7b$i3v$1@post.home.lunix>

(rework of a patch from Arne Ahrend <aahrend@web.de>)

p4raw-id: //depot/perl@24100

19 years agoA couple more Win32 compilation clean-ups
Steve Hay [Wed, 30 Mar 2005 08:36:50 +0000]
A couple more Win32 compilation clean-ups

p4raw-id: //depot/perl@24099

19 years agoMinor POD nits.
Rafael Garcia-Suarez [Wed, 30 Mar 2005 08:03:13 +0000]
Minor POD nits.

p4raw-id: //depot/perl@24098

19 years agoRe: [PATCH] 5.6 File::Glob documentation insufficient for use
Steven Schubiger [Wed, 30 Mar 2005 03:41:03 +0000]
Re: [PATCH] 5.6 File::Glob documentation insufficient for use
Message-Id: <200503300141.j2U1f3EP024524@accognoscere.homeunix.org>

p4raw-id: //depot/perl@24097

19 years agoClean-up some warnings when compiling on Win32 with VC++
Steve Hay [Tue, 29 Mar 2005 15:18:30 +0000]
Clean-up some warnings when compiling on Win32 with VC++

p4raw-id: //depot/perl@24096

19 years agoDownconst external APIs
Rafael Garcia-Suarez [Tue, 29 Mar 2005 12:39:39 +0000]
Downconst external APIs

p4raw-id: //depot/perl@24095

19 years agoThe core part of :
Andy Lester [Sun, 27 Mar 2005 15:57:22 +0000]
The core part of :
Subject: [PATCH] Consting seven
Message-ID: <20050327215722.GC20451@petdance.com>

p4raw-id: //depot/perl@24094

19 years agoFix Win32 compilation nit following change #24074
Steve Hay [Tue, 29 Mar 2005 08:48:50 +0000]
Fix Win32 compilation nit following change #24074
p4raw-link: @24074 on //depot/perl: e1ec3a884f8d8c64eb7e391b2a363f47cbeed570

p4raw-id: //depot/perl@24093

19 years agoFix PerlLIO_chsize() for platforms that don't have chsize()
Steve Hay [Tue, 29 Mar 2005 08:22:45 +0000]
Fix PerlLIO_chsize() for platforms that don't have chsize()

This is the patch from the end of the thread that started here:
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-09/msg00055.html

p4raw-id: //depot/perl@24092

19 years agoFix Peek.t to work with and without DEBUG_LEAKING_SCALARS
Rafael Garcia-Suarez [Tue, 29 Mar 2005 07:01:40 +0000]
Fix Peek.t to work with and without DEBUG_LEAKING_SCALARS

p4raw-id: //depot/perl@24091

19 years agoMake the spelling of whitespace (vs white-space and white space)
Offer Kaye [Thu, 17 Mar 2005 14:47:36 +0000]
Make the spelling of whitespace (vs white-space and white space)
  more consistent
Message-ID: <5694250503171147668e73c7@mail.gmail.com>

p4raw-id: //depot/perl@24090

19 years agoDon't #ifdef out a return statement
Rafael Garcia-Suarez [Tue, 29 Mar 2005 06:14:18 +0000]
Don't #ifdef out a return statement

p4raw-id: //depot/perl@24089

19 years agoexpand -DDEBUG_LEAKING_SCALARS to instrument the creation of each SV
Dave Mitchell [Mon, 28 Mar 2005 21:38:44 +0000]
expand -DDEBUG_LEAKING_SCALARS to instrument the creation of each SV

p4raw-id: //depot/perl@24088

19 years agoRaw work on perl592delta.
Rafael Garcia-Suarez [Sun, 27 Mar 2005 16:38:13 +0000]
Raw work on perl592delta.

p4raw-id: //depot/perl@24087

19 years agoRe: [perl #34195] Regex: Alternations within negative lookahead assertions
Hugo van der Sanden [Thu, 24 Mar 2005 19:51:08 +0000]
Re: [perl #34195] Regex: Alternations within negative lookahead assertions
Message-Id: <200503241951.j2OJp8s18147@zen.crypt.org>

p4raw-id: //depot/perl@24086

19 years agoFix -C option of mktables (for VMS)
Yves Orton [Sat, 26 Mar 2005 21:45:09 +0000]
Fix -C option of mktables (for VMS)

Subject: Re: [PATCH] Consting five
Message-ID: <9b18b311050326124563db5113@mail.gmail.com>

p4raw-id: //depot/perl@24085

19 years ago[perl #33185] UTF-8 string substitution corrupts memory
Dave Mitchell [Sat, 26 Mar 2005 21:25:47 +0000]
[perl #33185] UTF-8 string substitution corrupts memory
The implicit call of 'require utf8' triggered by code like
    "\x{100}" =~ /[[:print:]]/
wasn't saving state correctly first.

p4raw-id: //depot/perl@24084

19 years agoRemove an XXX note from the public doc.
Rafael Garcia-Suarez [Sat, 26 Mar 2005 17:40:26 +0000]
Remove an XXX note from the public doc.
Hide it in the comments, instead

p4raw-id: //depot/perl@24083

19 years agoNeed to return something when the compiler doesn't know that a
Nicholas Clark [Sat, 26 Mar 2005 00:21:30 +0000]
Need to return something when the compiler doesn't know that a
function is "noreturn".

p4raw-id: //depot/perl@24082

19 years agoConsting five
Andy Lester [Fri, 25 Mar 2005 17:14:09 +0000]
Consting five
Message-ID: <20050325231409.GB17660@petdance.com>

[with modification - the extra argument to incpush was supposed to
be being used]

p4raw-id: //depot/perl@24081

19 years agoRe: [perl #34568] Perl crashes reading past the end of a heap block while parsing...
Gurusamy Sarathy [Fri, 25 Mar 2005 10:31:09 +0000]
Re: [perl #34568] Perl crashes reading past the end of a heap block while parsing foreach statement
Message-Id: <200503251831.j2PIV9A6006234@smtp3.ActiveState.com>

p4raw-id: //depot/perl@24080

19 years agoConsting part 4
Andy Lester [Fri, 25 Mar 2005 14:43:31 +0000]
Consting part 4
Message-ID: <20050325204331.GA16388@petdance.com>

p4raw-id: //depot/perl@24079

19 years agoFreeBSD NDBM appears to generate files ending .db, so be prepared to
Nicholas Clark [Fri, 25 Mar 2005 20:57:46 +0000]
FreeBSD NDBM appears to generate files ending .db, so be prepared to
clean this variant up as well.

p4raw-id: //depot/perl@24078

19 years agoRemove the const qualifier from argv and env variables
Rafael Garcia-Suarez [Fri, 25 Mar 2005 18:03:00 +0000]
Remove the const qualifier from argv and env variables

p4raw-id: //depot/perl@24077

19 years agoconst fix-up for vms/vms.c
Craig A. Berry [Fri, 25 Mar 2005 09:00:06 +0000]
const fix-up for vms/vms.c
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <42442776.8030603@mac.com>

p4raw-id: //depot/perl@24076

19 years agoRe: Smoke [5.9.2] 24061 FAIL(m) linux 2.6.10-1.770_FC3 [fedora] (i686/1 cpu)
Steve Peters [Tue, 22 Mar 2005 17:15:23 +0000]
Re: Smoke [5.9.2] 24061 FAIL(m) linux 2.6.10-1.770_FC3 [fedora] (i686/1 cpu)
Message-ID: <20050322231523.GA3083@mccoy.peters.homeunix.org>

p4raw-id: //depot/perl@24075