Rafael Garcia-Suarez [Fri, 8 Apr 2005 09:48:08 +0000 (09:48 +0000)]
Add perl593delta.pod
p4raw-id: //depot/perl@24198
Rafael Garcia-Suarez [Thu, 7 Apr 2005 12:42:07 +0000 (12:42 +0000)]
Mention that select() returns -1 on error,
as suggested by Hernan Perez Masci
p4raw-id: //depot/perl@24194
Abigail [Wed, 6 Apr 2005 01:41:55 +0000 (03:41 +0200)]
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
Audrey Tang [Wed, 6 Apr 2005 18:17:32 +0000 (02:17 +0800)]
Re: Bugs? In Unicode::EastAsianWidth.
Message-ID: <
20050406101732.GA17931@aut.dyndns.org>
p4raw-id: //depot/perl@24191
Gisle Aas [Wed, 6 Apr 2005 01:49:54 +0000 (18:49 -0700)]
perldbtty$$ location
Message-ID: <lr3bu48f2l.fsf@caliper.activestate.com>
(and remove trailing whitespace)
p4raw-id: //depot/perl@24190
Nicholas Clark [Thu, 7 Apr 2005 08:43:40 +0000 (08:43 +0000)]
Tabs not spaces in MANIFEST
p4raw-id: //depot/perl@24189
raf@tradingpost.com.au [Thu, 7 Apr 2005 00:20:31 +0000 (00:20 +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
Rafael Garcia-Suarez [Thu, 7 Apr 2005 08:07:14 +0000 (08:07 +0000)]
Upgrade to ExtUtils::MakeMaker 6.27,
plus a patch to restore functioning of 'distclean'
for the perl core
p4raw-id: //depot/perl@24185
Steve Hay [Wed, 6 Apr 2005 15:57:36 +0000 (15:57 +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
Nicholas Clark [Wed, 6 Apr 2005 15:11:53 +0000 (15:11 +0000)]
cast to/from (void *) in the re-entrant code. Now watch the smoke rise.
p4raw-id: //depot/perl@24176
Nicholas Clark [Wed, 6 Apr 2005 15:05:32 +0000 (15:05 +0000)]
Casting to/from (void *) sufficient to make a C++ compiler happy.
p4raw-id: //depot/perl@24175
Nicholas Clark [Wed, 6 Apr 2005 14:36:40 +0000 (14:36 +0000)]
If we're going to prototype modfl(), it needs extern "C" linkage.
p4raw-id: //depot/perl@24174
H.Merijn Brand [Wed, 6 Apr 2005 06:14:51 +0000 (06:14 +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
Nicholas Clark [Tue, 5 Apr 2005 22:34:32 +0000 (22:34 +0000)]
D'oh! We were never correctly spotting a modfl prototype
p4raw-id: //depot/perl@24171
Nicholas Clark [Tue, 5 Apr 2005 21:30:21 +0000 (21:30 +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
Nicholas Clark [Tue, 5 Apr 2005 21:16:01 +0000 (21:16 +0000)]
Tests need to skip if there is no Encode configured.
p4raw-id: //depot/perl@24169
Nicholas Clark [Tue, 5 Apr 2005 16:09:59 +0000 (16:09 +0000)]
Using savesvpv() here is terser and produces smaller object code.
p4raw-id: //depot/perl@24167
Rafael Garcia-Suarez [Tue, 5 Apr 2005 15:23:47 +0000 (15:23 +0000)]
Upgrade to Unicode::Normalize 0.32
p4raw-id: //depot/perl@24166
Nicholas Clark [Tue, 5 Apr 2005 14:52:05 +0000 (14:52 +0000)]
Down with C++ reserved names
(and also function pointer declarations that rely on the C semantics
of ())
p4raw-id: //depot/perl@24165
Nicholas Clark [Tue, 5 Apr 2005 14:51:05 +0000 (14:51 +0000)]
Down with potentially incorrect duplicate prototypes
p4raw-id: //depot/perl@24164
Nicholas Clark [Tue, 5 Apr 2005 14:50:30 +0000 (14:50 +0000)]
Down with more K&R prototypes
p4raw-id: //depot/perl@24163
Nicholas Clark [Tue, 5 Apr 2005 14:49:11 +0000 (14:49 +0000)]
Down with unneeded duplicate prototypes
p4raw-id: //depot/perl@24162
Nicholas Clark [Tue, 5 Apr 2005 14:48:33 +0000 (14:48 +0000)]
Down with K&R function arguments
p4raw-id: //depot/perl@24161
Rafael Garcia-Suarez [Tue, 5 Apr 2005 14:06:01 +0000 (14:06 +0000)]
Add Math::BigInt::FastCalc in maintainer list
p4raw-id: //depot/perl@24160
Rafael Garcia-Suarez [Tue, 5 Apr 2005 13:12:22 +0000 (13:12 +0000)]
Adaptations to the Makefile.PL of Math::BigInt/FastCalc, for core-ification
p4raw-id: //depot/perl@24159
Tels [Sun, 3 Apr 2005 11:12:45 +0000 (13:12 +0200)]
New core module, Math::BigInt::FastCalc
Subject: [PATCH] integrate Math::BigInt::FastCalc
Message-Id: <
200504031112.55179@bloodgate.com>
p4raw-id: //depot/perl@24158
Tels [Sun, 3 Apr 2005 10:43:10 +0000 (12:43 +0200)]
[Patch] Math::BigInt v1.76, Math::BigRat v0.15, bignum v0.17
Message-Id: <
200504031043.12273@bloodgate.com>
p4raw-id: //depot/perl@24155
Rafael Garcia-Suarez [Mon, 4 Apr 2005 20:55:03 +0000 (20:55 +0000)]
That's C, not perl.
p4raw-id: //depot/perl@24152
Nicholas Clark [Mon, 4 Apr 2005 20:53:42 +0000 (20:53 +0000)]
Make -DFORMAT_CHECK compile with threads.
p4raw-id: //depot/perl@24151
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
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
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
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
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
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
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
Nicholas Clark [Sat, 2 Apr 2005 18:52:11 +0000 (18:52 +0000)]
Oops. Forgot to add this.
p4raw-id: //depot/perl@24135
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
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
Rafael Garcia-Suarez [Fri, 1 Apr 2005 08:29:26 +0000 (08:29 +0000)]
Update Changes
p4raw-id: //depot/perl@24132
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
Rafael Garcia-Suarez [Fri, 1 Apr 2005 07:47:26 +0000 (07:47 +0000)]
Regenerate perltoc and perlmodlib
p4raw-id: //depot/perl@24130
Rafael Garcia-Suarez [Fri, 1 Apr 2005 07:36:04 +0000 (07:36 +0000)]
POD fixes.
p4raw-id: //depot/perl@24129
Rafael Garcia-Suarez [Fri, 1 Apr 2005 07:19:27 +0000 (07:19 +0000)]
FAQ sync.
p4raw-id: //depot/perl@24128
Rafael Garcia-Suarez [Fri, 1 Apr 2005 07:14:22 +0000 (07:14 +0000)]
Add a note about installhtml
p4raw-id: //depot/perl@24127
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
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
Rafael Garcia-Suarez [Thu, 31 Mar 2005 17:11:15 +0000 (17:11 +0000)]
Update Changes
p4raw-id: //depot/perl@24124
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
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
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
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
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
Rafael Garcia-Suarez [Thu, 31 Mar 2005 13:45:17 +0000 (13:45 +0000)]
More known problems.
p4raw-id: //depot/perl@24118
Rafael Garcia-Suarez [Thu, 31 Mar 2005 13:10:26 +0000 (13:10 +0000)]
Known problems, reported by Merijn
p4raw-id: //depot/perl@24117
Rafael Garcia-Suarez [Thu, 31 Mar 2005 12:45:03 +0000 (12:45 +0000)]
OS typo.
p4raw-id: //depot/perl@24116
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
Rafael Garcia-Suarez [Thu, 31 Mar 2005 11:42:15 +0000 (11:42 +0000)]
More work on perldelta
p4raw-id: //depot/perl@24114
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
Rafael Garcia-Suarez [Thu, 31 Mar 2005 09:58:40 +0000 (09:58 +0000)]
AUTHORS update
p4raw-id: //depot/perl@24112
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
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
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
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
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
Rafael Garcia-Suarez [Wed, 30 Mar 2005 14:41:51 +0000 (14:41 +0000)]
Update copyrights.
p4raw-id: //depot/perl@24106
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
H.Merijn Brand [Wed, 30 Mar 2005 14:17:40 +0000 (14:17 +0000)]
Support for -Dusesitecustomize
p4raw-id: //depot/perl@24104
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
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
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
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
Rafael Garcia-Suarez [Wed, 30 Mar 2005 08:03:13 +0000 (08:03 +0000)]
Minor POD nits.
p4raw-id: //depot/perl@24098
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
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
Rafael Garcia-Suarez [Tue, 29 Mar 2005 12:39:39 +0000 (12:39 +0000)]
Downconst external APIs
p4raw-id: //depot/perl@24095
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
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
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
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
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
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
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
Rafael Garcia-Suarez [Sun, 27 Mar 2005 16:38:13 +0000 (16:38 +0000)]
Raw work on perl592delta.
p4raw-id: //depot/perl@24087
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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