This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
19 years agoBump version to 5.9.3
Rafael Garcia-Suarez [Mon, 4 Apr 2005 17:14:37 +0000 (17:14 +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 (05:40 -0600)]
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 (13:47 +0200)]
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 (21:37 +0200)]
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 (08:16 +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 (22:58 +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 (19:04 +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 (18:52 +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 (14:31 +0300)]
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 (09:16 +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 (08:29 +0000)]
Update Changes

p4raw-id: //depot/perl@24132

19 years agoRemove dependency on tr(1) for MinGW builds on Win32 perl-5.9.2
Steve Hay [Fri, 1 Apr 2005 08:18:27 +0000 (08:18 +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 (07:47 +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 (07:36 +0000)]
POD fixes.

p4raw-id: //depot/perl@24129

19 years agoFAQ sync.
Rafael Garcia-Suarez [Fri, 1 Apr 2005 07:19:27 +0000 (07:19 +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 (07:14 +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 (08:51 -0600)]
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 (17:14 +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 (17:11 +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 (15:52 +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 (15:39 +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 (15: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 (14:36 +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 (13:52 +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 (13:45 +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 (13:10 +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 (12:45 +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 (12:42 +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 (11:42 +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 (10:01 +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 (09:58 +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 (09:18 +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 (08:20 +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 (07:55 +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 (07:36 +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 (17:03 +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 (14:41 +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 (14:25 +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 (14:17 +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 (13:43 +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 (20:30 +1000)]
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 (18:32 +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 (08:36 +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 (08:03 +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 (05:41 +0200)]
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 (15:18 +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 (12: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 (09:57 -0600)]
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 (08:48 +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 (08:22 +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 (07:01 +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 (09:47 -0500)]
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 (06:14 +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 (21:38 +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 (16:38 +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 (19:51 +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 (22:45 +0100)]
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 (21:25 +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 (17:40 +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 (00:21 +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 (11:14 -0600)]
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 (02:31 -0800)]
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 (08:43 -0600)]
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 (20:57 +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 (18:03 +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 (03:00 -0600)]
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 (11:15 -0600)]
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

19 years agoThird consting batch
Andy Lester [Tue, 22 Mar 2005 00:35:55 +0000 (18:35 -0600)]
Third consting batch
Message-Id: <2f14220e7101a03f7659dbe79a03b115@petdance.com>

p4raw-id: //depot/perl@24074

19 years agoMention (un)?pack byte-order modifiers in perldelta
Marcus Holland-Moritz [Tue, 22 Mar 2005 16:30:57 +0000 (16:30 +0000)]
Mention (un)?pack byte-order modifiers in perldelta

p4raw-id: //depot/perl@24073

19 years agoSome updates in the new perldelta.
Rafael Garcia-Suarez [Tue, 22 Mar 2005 16:15:58 +0000 (16:15 +0000)]
Some updates in the new perldelta.

p4raw-id: //depot/perl@24072

19 years agoRemove IPC::Run for 5.9.2
Rafael Garcia-Suarez [Tue, 22 Mar 2005 15:30:18 +0000 (15:30 +0000)]
Remove IPC::Run for 5.9.2

p4raw-id: //depot/perl@24071

19 years agoForbid the -C option on the command-line
Rafael Garcia-Suarez [Tue, 22 Mar 2005 14:53:01 +0000 (14:53 +0000)]
Forbid the -C option on the command-line
as suggested by Merijn (see [perl #34087])

p4raw-id: //depot/perl@24070

19 years agoUpgrade to PathTools 3.05
Rafael Garcia-Suarez [Tue, 22 Mar 2005 14:03:12 +0000 (14:03 +0000)]
Upgrade to PathTools 3.05

p4raw-id: //depot/perl@24069

19 years agoUpgrade to File::Temp 0.16
Rafael Garcia-Suarez [Tue, 22 Mar 2005 10:59:53 +0000 (10:59 +0000)]
Upgrade to File::Temp 0.16

p4raw-id: //depot/perl@24068

19 years agoRevert change #24055, which was producing a segfault in installman
Rafael Garcia-Suarez [Tue, 22 Mar 2005 10:53:39 +0000 (10:53 +0000)]
Revert change #24055, which was producing a segfault in installman
when it was trying to install perltoc.
p4raw-link: @24055 on //depot/perl: c689e61c7cf072958f1f0f7838c3e6c7dc5e21d5

p4raw-id: //depot/perl@24067

19 years agoFix unresolved POD link
Rafael Garcia-Suarez [Tue, 22 Mar 2005 09:43:44 +0000 (09:43 +0000)]
Fix unresolved POD link

p4raw-id: //depot/perl@24066

19 years agoRename ${^RE_TRIE_MAXBUFF} to ${^RE_TRIE_MAXBUF},
Rafael Garcia-Suarez [Tue, 22 Mar 2005 09:21:09 +0000 (09:21 +0000)]
Rename ${^RE_TRIE_MAXBUFF} to ${^RE_TRIE_MAXBUF},
and other neatification

p4raw-id: //depot/perl@24065

19 years agosimple optimization for SelectSaver
Alexey Tourbin [Fri, 18 Mar 2005 21:05:51 +0000 (00:05 +0300)]
simple optimization for SelectSaver
Message-ID: <20050318180551.GA12596@solemn.turbinal.org>

p4raw-id: //depot/perl@24064

19 years agominitest fix
Rafael Garcia-Suarez [Tue, 22 Mar 2005 08:53:21 +0000 (08:53 +0000)]
minitest fix

p4raw-id: //depot/perl@24063

19 years agoAdd in perldelta changes about unpack A and trailing whitespace, trie
Rafael Garcia-Suarez [Tue, 22 Mar 2005 07:50:28 +0000 (07:50 +0000)]
Add in perldelta changes about unpack A and trailing whitespace, trie
optimization, and debug flags for "use re".

p4raw-id: //depot/perl@24062

19 years agoCasts needed to make VMS happy. (It gets very upset at assignments
Nicholas Clark [Mon, 21 Mar 2005 22:52:12 +0000 (22:52 +0000)]
Casts needed to make VMS happy. (It gets very upset at assignments
between char * and unsigned char *)

p4raw-id: //depot/perl@24061

19 years agoRe: unpack A strip patch
Ton Hospel [Mon, 21 Mar 2005 21:31:37 +0000 (21:31 +0000)]
Re: unpack A strip patch
Message-Id: <d1nefp$lpe$1@post.home.lunix>

p4raw-id: //depot/perl@24060

19 years agoRe: regexp trie fails compile on VMS
Yves Orton [Mon, 21 Mar 2005 22:29:09 +0000 (23:29 +0100)]
Re: regexp trie fails compile on VMS
Message-ID: <9b18b311050321132917a4b1c7@mail.gmail.com>

p4raw-id: //depot/perl@24059

19 years agoBreak up long lines in -V output for compile-time options
Yitzchak Scott-Thoennes [Tue, 8 Mar 2005 17:46:04 +0000 (09:46 -0800)]
Break up long lines in -V output for compile-time options

Subject: Re: sitecustomize.pl [PATCH]
From: sthoenna[at]efn.org (Yitzchak Scott-Thoennes)
Message-ID: <20050309014604.GA5876[at]efn.org>

p4raw-id: //depot/perl@24058

19 years agoOops - forgot to update MANIFEST for change 24056.
Steve Hay [Mon, 21 Mar 2005 17:08:26 +0000 (17:08 +0000)]
Oops - forgot to update MANIFEST for change 24056.

p4raw-id: //depot/perl@24057

19 years agoRe: Stop mktables from needlessly re-running when using dmake on Win32
Yves Orton [Tue, 8 Mar 2005 02:24:10 +0000 (03:24 +0100)]
Re: Stop mktables from needlessly re-running when using dmake on Win32
Message-ID: <9b18b311050307172455a5816e@mail.gmail.com>

Change 24004 stopped mktables from needlessly re-running when using
dmake on Win32, but it can still happen when using nmake because it
doesn't support the .UPDATEALL attribute that was used to fix dmake.
e.g. Build perl, touch a core header file, then rebuild -- mktables
re-runs when it didn't need to, and 7 times over at that!  This change
alleviates the pain by making mktables exit quickly in such cases.

p4raw-id: //depot/perl@24056

19 years agoResubmit change #24053.
Rafael Garcia-Suarez [Mon, 21 Mar 2005 14:58:21 +0000 (14:58 +0000)]
Resubmit change #24053.
p4raw-link: @24053 on //depot/perl: db70e37e387af55c0d76b7ec65cedd21b2364520

p4raw-id: //depot/perl@24055

19 years agoRe: [perl #34493] h2ph `extern inline' problems
Alexey Tourbin [Sat, 19 Mar 2005 16:37:12 +0000 (19:37 +0300)]
Re: [perl #34493] h2ph `extern inline' problems
Message-ID: <20050319133712.GB6484@solemn.turbinal.org>

and

Message-ID: <20050319141457.GC6484@solemn.turbinal.org>

p4raw-id: //depot/perl@24054

19 years agoRe: [perl #34195] Regex: Alternations within negative lookahead assertions
Hugo van der Sanden [Mon, 21 Feb 2005 17:59:49 +0000 (17:59 +0000)]
Re: [perl #34195] Regex: Alternations within negative lookahead assertions
Message-Id: <200502211759.j1LHxnC22894@zen.crypt.org>

p4raw-id: //depot/perl@24053

19 years agopack / for general types
Ton Hospel [Sat, 19 Mar 2005 22:00:45 +0000 (22:00 +0000)]
pack / for general types
Message-Id: <d1i7ed$62c$1@post.home.lunix>

Allow "len/format" to work for any format type, not just strings.

p4raw-id: //depot/perl@24052

19 years agoperldelta suggestions on (un)?pack by Ton Hospel
Rafael Garcia-Suarez [Mon, 21 Mar 2005 10:12:01 +0000 (10:12 +0000)]
perldelta suggestions on (un)?pack by Ton Hospel

p4raw-id: //depot/perl@24051

19 years agoRe: bugzilla.redhat bug #101767 (threads, threads::shared)
Alexey Tourbin [Sat, 19 Mar 2005 06:10:45 +0000 (09:10 +0300)]
Re: bugzilla.redhat bug #101767 (threads, threads::shared)
Message-ID: <20050319031045.GN12596@solemn.turbinal.org>

p4raw-id: //depot/perl@24050

19 years agoMore consting goodness
Andy Lester [Sat, 19 Mar 2005 01:28:30 +0000 (19:28 -0600)]
More consting goodness
Message-ID: <20050319072830.GA7721@petdance.com>

p4raw-id: //depot/perl@24049

19 years agoUpgrade to Math::BigInt 1.75, by Tels
Rafael Garcia-Suarez [Sun, 20 Mar 2005 21:20:50 +0000 (21:20 +0000)]
Upgrade to Math::BigInt 1.75, by Tels

p4raw-id: //depot/perl@24048

19 years agoperlrun typo (env PERLDB_OPTS)
Alexey Tourbin [Sat, 19 Mar 2005 03:40:13 +0000 (06:40 +0300)]
perlrun typo (env PERLDB_OPTS)
Message-ID: <20050319004013.GJ12596@solemn.turbinal.org>

p4raw-id: //depot/perl@24047

19 years agoRemove an useless line, spotted by Andy Lester
Rafael Garcia-Suarez [Fri, 18 Mar 2005 21:47:54 +0000 (21:47 +0000)]
Remove an useless line, spotted by Andy Lester

p4raw-id: //depot/perl@24046

19 years agoRemove trie optimisation from the todo list
Rafael Garcia-Suarez [Fri, 18 Mar 2005 16:54:38 +0000 (16:54 +0000)]
Remove trie optimisation from the todo list

p4raw-id: //depot/perl@24045

19 years agoRe: Reworked Trie Patch
Yves Orton [Mon, 14 Mar 2005 08:55:39 +0000 (09:55 +0100)]
Re: Reworked Trie Patch
Date: Mon, 14 Mar 2005 08:55:39 +0100
Message-ID: <9b18b31105031323557019ae1@mail.gmail.com>

Subject: Re: Reworked Trie Patch
From: demerphq <demerphq@gmail.com>
Date: Wed, 16 Mar 2005 19:48:18 +0100
Message-ID: <9b18b31105031610481025a080@mail.gmail.com>

Plus minor nits in the documentation of re.pm,
a version bump, and addition of an OPTIMIZE alias

p4raw-id: //depot/perl@24044

19 years agoRe: sitecustomize.pl [PATCH]
Gisle Aas [Fri, 18 Mar 2005 04:06:40 +0000 (20:06 -0800)]
Re: sitecustomize.pl [PATCH]
Message-ID: <lru0n9w433.fsf@caliper.activestate.com>

Adds a new command-line switch, -f, and a new optional
compile-time setting -DUSE_SITECUSTOMIZE

p4raw-id: //depot/perl@24043

19 years agoMore const parms
Andy Lester [Mon, 14 Mar 2005 13:59:54 +0000 (07:59 -0600)]
More const parms
Message-ID: <20050314195954.GB7141@petdance.com>

p4raw-id: //depot/perl@24042