Nicholas Clark [Tue, 23 Dec 2008 18:37:28 +0000 (18:37 +0000)]
Merge branch 'blead' of nicholas@perl5.git.perl.org:/gitroot/perl into blead
H.Merijn Brand [Tue, 23 Dec 2008 17:10:54 +0000 (18:10 +0100)]
Merge branch 'blead' of camel.booking.com:/gitroot/perl into blead
H.Merijn Brand [Tue, 23 Dec 2008 17:09:36 +0000 (18:09 +0100)]
Subject: Patch for hints/netbsd.sh
From: "Ulrich Habel" <rhaen@netbsd.org>
Date: Tue, 23 Dec 2008 14:36:26 +0100
Message-ID: <9fd3126e0812230536x3f8a84bagbb1b4dcddb399bf5@mail.gmail.com>
Leon Brocard [Tue, 23 Dec 2008 16:52:13 +0000 (16:52 +0000)]
Remove inconsistent formatting in pod/perlrepository.pod with Porting/podtidy
Leon Brocard [Tue, 23 Dec 2008 16:50:43 +0000 (16:50 +0000)]
Add a new Porting/podtidy to reformat pod using Pod::Tidy
Leon Brocard [Tue, 23 Dec 2008 16:18:12 +0000 (16:18 +0000)]
Add a section on committing to maintenance versions
Vincent Pit [Mon, 22 Dec 2008 20:15:14 +0000 (21:15 +0100)]
Note the --author option of git commit, and therefore explain how to apply raw diffs.
Abigail [Mon, 22 Dec 2008 09:43:46 +0000 (10:43 +0100)]
POD nits from Frank Wiegand <frank.wiegand@gmail.com>
Vincent Pit [Sun, 21 Dec 2008 21:38:21 +0000 (22:38 +0100)]
A short introduction to git bisect.
Nicholas Clark [Sun, 21 Dec 2008 21:37:58 +0000 (21:37 +0000)]
Merge branch 'blead' of nicholas@perl5.git.perl.org:/gitroot/perl into blead
Vincent Pit [Sun, 21 Dec 2008 19:34:23 +0000 (20:34 +0100)]
Document how commiters can keep 'origin' as a git remote and push with another ssh remote.
Yves Orton [Sun, 21 Dec 2008 19:09:18 +0000 (20:09 +0100)]
add a comment about git clean to the perlrepository.pod
Nicholas Clark [Sun, 21 Dec 2008 12:09:33 +0000 (12:09 +0000)]
Note the correct way to make a branch to track a remote branch.
Nicholas Clark [Sun, 21 Dec 2008 11:21:25 +0000 (11:21 +0000)]
Update Changes with the last 432 Perforce applied changes, finishing with 35120
Rafael Garcia-Suarez [Sun, 21 Dec 2008 09:22:27 +0000 (10:22 +0100)]
Add the perlperf manpage, by Richard Foley
Niko Tyni [Wed, 17 Dec 2008 20:02:51 +0000 (22:02 +0200)]
WCOREDUMP is in <sys/wait.h>
Without this, $? & 128 doesn't get set properly on some (glibc) systems
when dumping core.
Frank Wiegand [Sat, 20 Dec 2008 19:50:26 +0000 (20:50 +0100)]
PATCH -- POD error in Symbol.pm
Hi,
two POD errors in Symbol.pm:
- wrong comment,
- missing semicolon.
Patch is attached.
Thanks, Frank
Nicholas Clark [Sat, 20 Dec 2008 23:00:48 +0000 (23:00 +0000)]
f6a80292c3db127d1561c118f409c1cffd1b55d9 needs to be reflected in our switch
testing. We're not doing very well on this one.
Rafael Garcia-Suarez [Sat, 20 Dec 2008 22:28:17 +0000 (23:28 +0100)]
Replace Jarkko's manicheck utility with my own
My manicheck is more crude, but I find its output more readable,
and more importantly it handles git-related files and directories.
Options can be re-added later.
Rafael Garcia-Suarez [Sat, 20 Dec 2008 22:25:36 +0000 (23:25 +0100)]
Add missing files to the MANIFEST
TODO: those two new scripts can be merged together.
Nicholas Clark [Sat, 20 Dec 2008 22:22:41 +0000 (22:22 +0000)]
MANIFEST files want tabs. Hysterical raisins.
Nicholas Clark [Sat, 20 Dec 2008 22:20:23 +0000 (22:20 +0000)]
There shouldn't be a ByteLoader directory in ext, even if all it has is a
.gitignore.
Nicholas Clark [Sat, 20 Dec 2008 21:50:22 +0000 (21:50 +0000)]
/bin/sh isn't /usr/bin/perl :-)
Change elsif to the correct "else if" construction.
I suspect that this slipped by into
f6a80292c3db127d1561c118f409c1cffd1b55d9
because cflags.SH doesn't seem to be re-expanded if it's newer than cflags.
Paul Fenwick [Sat, 20 Dec 2008 17:02:59 +0000 (04:02 +1100)]
Added missing autodie exception classes to MANIFEST.
Yves Orton [Sat, 20 Dec 2008 19:37:09 +0000 (20:37 +0100)]
make perl use git-describe for PATCHNUM
This is just an initial attempt at getting something more useful into the -v / -V output.
Currently "patchlevel" is really "version", and PATCHNUM is just a special string added
to the patchlevel in perl.c via defines created by cflags.SH and its product file cflags,
which happens very early in the build process. This means that for committers the -v output
is likely to not be upto date unless they run make clean.
Anyway, IMO we should rethink a reasonable amount about how we do this, this is just a crude
step forward.
Yves Orton [Sat, 20 Dec 2008 19:31:24 +0000 (20:31 +0100)]
add some stuff to .gitignore
Nicholas Clark [Sat, 20 Dec 2008 17:06:52 +0000 (17:06 +0000)]
Remove repository.pod, as it is entirely about the setup of the ActiveState
perforce repository, and is now superceded by pod/perlrepository.pod
Nicholas Clark [Sat, 20 Dec 2008 16:40:06 +0000 (16:40 +0000)]
Rebuild pod/perltoc.pod.
Nicholas Clark [Sat, 20 Dec 2008 16:39:37 +0000 (16:39 +0000)]
Re-sort the MANIFEST in the preferred order.
Nicholas Clark [Sat, 20 Dec 2008 16:32:03 +0000 (16:32 +0000)]
Note how to set user name and e-mail address.
Nicholas Clark [Sat, 20 Dec 2008 16:23:24 +0000 (16:23 +0000)]
Also update the $VERSION of ExtUtils::MM_Unix, else MM_Unit.t fails following
change
4adc95e616bac7eea015e9e47e439b063c1132d5. Don't those names just slip
off the tongue :-)
Rafael Garcia-Suarez [Sat, 20 Dec 2008 14:41:14 +0000 (15:41 +0100)]
Various corrections and formatting nits to perlrepository.pod
Yves Orton [Sat, 20 Dec 2008 14:12:46 +0000 (15:12 +0100)]
trim trailing spaces
Yves Orton [Sat, 20 Dec 2008 14:11:18 +0000 (15:11 +0100)]
explain more stuff about status
Yves Orton [Sat, 20 Dec 2008 14:08:16 +0000 (15:08 +0100)]
explain git status and stuff about remotes
Yves Orton [Sat, 20 Dec 2008 13:38:32 +0000 (14:38 +0100)]
use checkout -b and not the more verbose two step process
Paul Fenwick [Sat, 20 Dec 2008 13:46:34 +0000 (22:46 +0900)]
Really ignore .patch files
G'day p5p,
Having now created a few .patch files, it appears the current .gitignore in
blead is reporting them as untracked, rather than simply ignoring them.
The attached patch adjusts the .gitignore file to really ignore .patch files.
Many thanks to Abigail for super-fast application of my other patches.
Cheerio,
Paul
--
Paul Fenwick <pjf@perltraining.com.au> | http://perltraining.com.au/
Director of Training | Ph: +61 3 9354 6001
Perl Training Australia | Fax: +61 3 9354 2681
>From
737cfd8db12834b82663d115db1407122ec8de7c Mon Sep 17 00:00:00 2001
From: Paul Fenwick <pjf@perltraining.com.au>
Date: Sun, 21 Dec 2008 00:43:52 +1100
Subject: [PATCH] .patch files are really ignored now.
Signed-off-by: Abigail <abigail@abigail.be>
Jody Belka [Sat, 20 Dec 2008 13:52:40 +0000 (13:52 +0000)]
Improve perlrepository.pod to explain how to checkout/pull/branch from blead
On Sat, Dec 20, 2008 at 02:20:13PM +0100, Abigail wrote:
> On Sat, Dec 20, 2008 at 10:10:37PM +0900, Paul Fenwick wrote:
> > G'day p5p,
> >
> > The attached patch corrects a hole in the perlrepository.pod documentation
> > which declines to mention how a developer with an existing repository can
> > switch to blead and ensure everything is up-to-date before creating patches.
> >
>
>
> Thanks, applied as
12322d22877aba05e1653bbb960254200db8f045.
Spotted a small spelling mistake in the above, attached patch fixes it up.
J
--
Jody Belka
knew (at) pimb (dot) org
>From
9c085490b97248ecab03b5c54db2ca9b7dc4bf08 Mon Sep 17 00:00:00 2001
From: Jody Belka <dev-perl@pimb.org>
Date: Sat, 20 Dec 2008 13:47:11 +0000
Subject: [PATCH] Fix spelling mistake in pod/perlrepository.pod
Signed-off-by: Abigail <abigail@abigail.be>
Paul Fenwick [Sat, 20 Dec 2008 13:21:02 +0000 (22:21 +0900)]
git-flavoured autodie 1.997 patch
G'day p5p,
Since we've moved over to git, attached is a git-friendly patch of autodie
1.997 against the current blead. It's no different to the older 1.997
patch[1], but contains all the meta-info that git likes to have so that you
can use 'git am' to apply the changes.
All the very best,
Paul
[1] Okay, there's one or two non-significant whitespace changes.
--
Paul Fenwick <pjf@perltraining.com.au> | http://perltraining.com.au/
Director of Training | Ph: +61 3 9354 6001
Perl Training Australia | Fax: +61 3 9354 2681
>From
b0dc5ff6b006a9df2a67b886e5e0d0d168c1245e Mon Sep 17 00:00:00 2001
From: Paul Fenwick <pjf@perltraining.com.au>
Date: Sun, 21 Dec 2008 00:17:28 +1100
Subject: [PATCH] Autodie 1.997
Abigail [Sat, 20 Dec 2008 13:18:16 +0000 (14:18 +0100)]
From Paul Fenwick <pjf@perltraining.com.au>; Instructions on how to checkout/pull/branch from blead
Matt Kraai [Fri, 19 Dec 2008 20:42:27 +0000 (12:42 -0800)]
Do not use a dash between git and its subcommand
Using a dash between git and its subcommand (e.g., git-format-patch)
is deprecated, so replace it with a space.
Vincent Pit [Sat, 20 Dec 2008 08:49:33 +0000 (09:49 +0100)]
Fix the 'or' precedence in case open fail
Leon Brocard [Sat, 20 Dec 2008 08:42:06 +0000 (08:42 +0000)]
Add a program to switch to a Perforce id
Steve Peters [Sat, 20 Dec 2008 04:40:30 +0000 (22:40 -0600)]
It looks like the previous patch is working fine on UNIXish boxes,
but is failing on Windows. Anyways sv_utf8_upgrade_nomg() is
a macro anyways, so moving the documentation to sv.h.
Steve Peters [Sat, 20 Dec 2008 03:07:35 +0000 (21:07 -0600)]
Subject: [perl #61418] perlthanks isn't documented in perlthanks
From: Abigail (via RT) <perlbug-followup@perl.org>
Date: Tue, 16 Dec 2008 13:09:56 -0800
Message-ID: <rt-3.6.HEAD-15883-
1229461796-1657.61418-75-0@perl.org>
Steve Peters [Fri, 19 Dec 2008 17:45:59 +0000 (11:45 -0600)]
Merge branch 'blead' of ssh://stevep@perl5.git.perl.org/gitroot/perl into blead
Steve Hay [Fri, 19 Dec 2008 17:38:22 +0000 (17:38 +0000)]
Subject: RE: [perl #61492] ExtUtils::MM_Win32 should not generate "mt" command when CRT is statically linked
From: "Jan Dubois" <jand@activestate.com>
Date: Fri, 19 Dec 2008 03:02:45 -0800
Message-ID: <
00f901c961c9$
5321e1e0$
f965a5a0$@com>
Leon Brocard [Fri, 19 Dec 2008 17:39:22 +0000 (17:39 +0000)]
after applying, committers should push
Steve Peters [Fri, 19 Dec 2008 17:38:31 +0000 (11:38 -0600)]
Subject: PATCH 5.10 documentation
From: karl williamson <public@khwilliamson.com>
Date: Tue, 16 Dec 2008 16:00:34 -0700
Message-ID: <
49483312.80804@khwilliamson.com>
Leon Brocard [Fri, 19 Dec 2008 17:17:28 +0000 (17:17 +0000)]
Add a section on applying a patch
Leon Brocard [Fri, 19 Dec 2008 17:05:11 +0000 (17:05 +0000)]
In the patch section, show how to work on a temporary branch
Leon Brocard [Fri, 19 Dec 2008 16:52:44 +0000 (16:52 +0000)]
Add a section on how to submit a patch
Leon Brocard [Fri, 19 Dec 2008 16:21:30 +0000 (16:21 +0000)]
Mention that cloning over HTTP is slow
Leon Brocard [Fri, 19 Dec 2008 16:19:59 +0000 (16:19 +0000)]
Show how to switch between branches
Leon Brocard [Fri, 19 Dec 2008 16:17:08 +0000 (16:17 +0000)]
merge in changes
Leon Brocard [Fri, 19 Dec 2008 16:12:19 +0000 (16:12 +0000)]
Change perl.git to perl-git to not confuse people (thanks #p5p)
Yves Orton [Fri, 19 Dec 2008 16:11:38 +0000 (17:11 +0100)]
fix thinko
Yves Orton [Fri, 19 Dec 2008 16:07:52 +0000 (17:07 +0100)]
explain how to switch a git from git:// protocol to ssh:// protocol
Leon Brocard [Fri, 19 Dec 2008 15:55:36 +0000 (15:55 +0000)]
Add other files modified by buildtoc
Leon Brocard [Fri, 19 Dec 2008 15:53:11 +0000 (15:53 +0000)]
Add perlrepository to the list of pod
Leon Brocard [Fri, 19 Dec 2008 15:51:55 +0000 (15:51 +0000)]
Add perlhaiku into pod.lst
Leon Brocard [Fri, 19 Dec 2008 15:40:32 +0000 (15:40 +0000)]
add a minimal pod/perlrepository.pod
Steve Hay [Fri, 19 Dec 2008 15:13:01 +0000 (15:13 +0000)]
Subject: Re: [PATCH] Update Archive::Extract to 0.28
From: "Jos I. Boumans" <jos@dwim.org>
Date: Tue, 16 Dec 2008 17:41:03 +0100
Message-Id: <
B8875390-49FC-4E14-B14D-
C21A76E53475@dwim.org>
(Bump version to 0.30, which incorporates a local change that blead already has.)
Rafael Garcia-Suarez [Fri, 19 Dec 2008 14:59:03 +0000 (15:59 +0100)]
Add pod page corresponding to README.haiku in .gitignore
Steve Hay [Fri, 19 Dec 2008 14:58:20 +0000 (14:58 +0000)]
Fix new Module-Load-Conditional test, which otherwise fails on Win32.
Steve Hay [Fri, 19 Dec 2008 14:39:50 +0000 (14:39 +0000)]
Subject: [PATCH] Suppress diag msg from IPC::Cmd
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Date: Wed, 17 Dec 2008 10:09:41 -0500
Message-ID: <1ff86f510812170709v6589fbc5j205568b81394807e@mail.gmail.com>
Steve Hay [Fri, 19 Dec 2008 14:39:30 +0000 (14:39 +0000)]
Subject: [PATCH] Update version of Module::Loaded
From: "Jos I. Boumans" <jos@dwim.org>
Date: Wed, 17 Dec 2008 14:32:55 +0100
Message-Id: <
2D1323D9-C380-47D1-8E95-
FC0B99D55E03@dwim.org>
Steve Hay [Fri, 19 Dec 2008 14:39:15 +0000 (14:39 +0000)]
Subject: [PATCH] Version updates for Package::Constants & Log::Message
From: "Jos I. Boumans" <jos@dwim.org>
Date: Wed, 17 Dec 2008 14:28:12 +0100
Message-Id: <
51CE11BA-344A-4C20-B464-
CEAF204BAABC@dwim.org>
Steve Hay [Fri, 19 Dec 2008 14:38:54 +0000 (14:38 +0000)]
Subject: [PATCH] Update Module::Load::Conditional to 0.28
From: "Jos I. Boumans" <jos@dwim.org>
Date: Wed, 17 Dec 2008 14:24:23 +0100
Message-Id: <
D986D195-F3E3-4E3E-9867-
526C9C55D92F@dwim.org>
Steve Hay [Fri, 19 Dec 2008 14:38:14 +0000 (14:38 +0000)]
Subject: [PATCH] Update File::Fetch to 0.18
From: "Jos I. Boumans" <jos@dwim.org>
Date: Wed, 17 Dec 2008 14:22:13 +0100
Message-Id: <
FCD0E6F5-73C2-4FAE-8EBE-
3838741352D4@dwim.org>
Vincent Pit [Fri, 19 Dec 2008 14:50:07 +0000 (15:50 +0100)]
Silence a podchecker warning in perlxs.pod
Steve Hay [Wed, 17 Dec 2008 17:22:30 +0000 (17:22 +0000)]
Add various files generated by a Win32 build to .gitignore.
Yves Orton [Mon, 15 Dec 2008 14:12:43 +0000 (15:12 +0100)]
add .patch to the config file
Florian Ragwitz [Wed, 25 Jun 2008 01:22:41 +0000 (03:22 +0200)]
Fix up .gitignore files some more
* Ignore generated macros.all in .gitignore for Sys::Syslog.
* Add .gitignore for generated files of GDBM_File.
* Ignore DynaLoader.xs in .gitignore for DynaLoader.
* Put every pattern in .gitignore files on a single line.
* Add some generated .xs files .gitignore of Encode.
* Ignore RealPPPort.xs in .gitignore for Devel::PPPort.
* Ignore ODBM_File.pm in .gitignore for lib/.
* Add .gitignore for generated files of XS::APItest.
* Add .gitignore for Compress::Raw::Zlib.
* Ignore GDBM_File.pm in .gitignore for lib/.
Sam Vilain [Mon, 16 Jun 2008 11:02:43 +0000 (23:02 +1200)]
Porting: add a little script to find a perforce change
Requested by Nicholas Clark
Sam Vilain [Mon, 16 Jun 2008 10:32:14 +0000 (22:32 +1200)]
[admin] set up .gitignore files
A list submitted by Paul Fenwick was briefly factored into
directory-specific rules.
Nicholas Clark [Tue, 16 Dec 2008 13:57:38 +0000 (13:57 +0000)]
Thank you for a thank you, not thank you for a bug report.
p4raw-id: //depot/perl@35120
Jos I. Boumans [Mon, 15 Dec 2008 19:07:04 +0000 (20:07 +0100)]
Re: [PATCH] Update IPC::Cmd to 0.42
From: "Jos I. Boumans" <jos@dwim.org>
Message-Id: <
E69CF940-98A5-41C1-B145-
32ACED142655@dwim.org>
(Fixes test failures caused by IPC-Cmd upgrade)
p4raw-id: //depot/perl@35119
Jos I. Boumans [Sat, 13 Dec 2008 18:37:27 +0000 (19:37 +0100)]
Update IPC::Cmd to 0.42
From: "Jos I. Boumans" <jos@dwim.org>
Message-Id: <
87613C84-ED4A-4785-BEC8-
62D291FC3C24@dwim.org>
p4raw-id: //depot/perl@35118
Steve Hay [Mon, 15 Dec 2008 15:39:12 +0000 (15:39 +0000)]
Fix test failures caused by Archive-Extract upgrade
p4raw-id: //depot/perl@35106
Jos I. Boumans [Sat, 13 Dec 2008 17:36:13 +0000 (18:36 +0100)]
Update Archive::Extract to 0.28
From: "Jos I. Boumans" <jos@dwim.org>
Message-Id: <
A6FBAEE4-A1F3-41BE-A051-
ABF03540E9F1@dwim.org>
p4raw-id: //depot/perl@35105
Jos I. Boumans [Sat, 13 Dec 2008 17:29:21 +0000 (18:29 +0100)]
'make manisort'
From: "Jos I. Boumans" <jos@dwim.org>
Message-Id: <
E6ED4E19-DCD5-4525-A7F6-
EF492B6D928C@dwim.org>
p4raw-id: //depot/perl@35102
Aaron Crane [Mon, 15 Dec 2008 11:13:17 +0000 (11:13 +0000)]
Typo in pod/perlfunc.pod
Message-ID: <
20081215111317.GI7480@aaroncrane.co.uk>
p4raw-id: //depot/perl@35101
Jos I. Boumans [Sat, 13 Dec 2008 18:08:13 +0000 (19:08 +0100)]
Update Archive::Tar to 1.42
From: "Jos I. Boumans" <jos@dwim.org>
Message-Id: <
5B9B0070-0F59-4182-BF11-
3A27487B15F3@dwim.org>
p4raw-id: //depot/perl@35099
Rainer Tammer [Mon, 15 Dec 2008 08:34:19 +0000 (09:34 +0100)]
Re: 5.8.9 RC2 (was Re: 5.8.9 RC1)
Message-ID: <
4946087B.7080608@tammer.net>
p4raw-id: //depot/perl@35097
Nicholas Clark [Sun, 14 Dec 2008 23:39:28 +0000 (23:39 +0000)]
Integrate:
[ 35085]
Mostly update Module::CoreList to 2.17, teaching it about 5.8.9.
It can't "know" the Perforce revision of the release until it's close
enough to guess.
[ 35092]
Hopefully today.
[ 35093]
Best estimiate patch number for 5.8.9 release.
p4raw-link: @35093 on //depot/maint-5.8/perl:
ad35fe93b63785a1916b39863d33eef04eee941b
p4raw-link: @35092 on //depot/maint-5.8/perl:
4ff3fe7f1e4f605bec2b89920f2d8dfe789255b5
p4raw-link: @35085 on //depot/maint-5.8/perl:
951e5eb7a3e0c2d177c8864d5b44ead4eff50dd0
p4raw-id: //depot/perl@35096
p4raw-integrated: from //depot/maint-5.8/perl@35088 'copy in'
pod/perlhist.pod (@35047..) lib/Module/CoreList.pm (@35085..)
Nicholas Clark [Sun, 14 Dec 2008 09:26:00 +0000 (09:26 +0000)]
Fix change 35082 by manually expanding do_open() to Perl_do_openn().
p4raw-id: //depot/perl@35088
Chip Salzenberg [Mon, 1 Dec 2008 15:01:12 +0000 (07:01 -0800)]
Re: [perl #60904] Race condition with perl -i.bk
Message-ID: <
20081201230112.GH31089@tytlal.topaz.cx>
Use mode 0600 (minus umask) for creation of the new file with -i
p4raw-id: //depot/perl@35082
Nicholas Clark [Fri, 12 Dec 2008 19:11:51 +0000 (19:11 +0000)]
Document the changes between VERSIONS 1.30 and 1.31 of the debugger.
p4raw-id: //depot/perl@35080
Steve Hay [Fri, 12 Dec 2008 17:50:55 +0000 (17:50 +0000)]
Upgrade to Win32API-File 0.1101
(Causes a couple of "prerequisite not found" build warnings, but all
works okay otherwise)
p4raw-id: //depot/perl@35079
Steve Hay [Fri, 12 Dec 2008 17:08:51 +0000 (17:08 +0000)]
Apply revision 11894 from the Module::Build SVN repo (to replace
local change 34447, which did the same thing)
p4raw-id: //depot/perl@35078
Steve Hay [Fri, 12 Dec 2008 16:50:08 +0000 (16:50 +0000)]
Upgrade to Test-Simple 0.86
Remove local changes 34491 (no longer required) and 34763 (fixed
properly by change 35076), but keep 34545 and 34762 for now (with
a VERSION bump in Test::Simple as a reminder)
p4raw-id: //depot/perl@35077
Steve Hay [Fri, 12 Dec 2008 16:47:01 +0000 (16:47 +0000)]
Apply revision 1241 (and 1250) from the TAP::Harness SVN repo
p4raw-id: //depot/perl@35076
Steve Hay [Fri, 12 Dec 2008 16:04:51 +0000 (16:04 +0000)]
Update Win32 canned configs
Updates the config.* and config_H.* files w.r.t. 34456, 34756/34777,
34950 and 34994.
Also adds missing variables (d_ndbm, extern_C and rm_try) and removes a
redundant variable (Mcc) to/from the config.* files for completeness.
p4raw-id: //depot/perl@35075
Chip Salzenberg [Wed, 10 Dec 2008 14:45:24 +0000 (06:45 -0800)]
[perl #60978] [PATCH] Tied filehandles can't distinguish eof forms
Message-ID: <
20081210224524.GD18817@tytlal.topaz.cx>
p4raw-id: //depot/perl@35074
Jerry D. Hedden [Tue, 9 Dec 2008 12:09:36 +0000 (07:09 -0500)]
Silence compiler warning in perlio.c
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510812090909y11947acfy317e46417b9ae91d@mail.gmail.com>
p4raw-id: //depot/perl@35073
Nicholas Clark [Tue, 9 Dec 2008 20:59:34 +0000 (20:59 +0000)]
Fix #61222 (debugger doesn't understand proxy constant subroutines, or
as it turns out, anything else not-a-glob in a symbol table).
p4raw-id: //depot/perl@35067
Nicholas Clark [Tue, 9 Dec 2008 20:32:30 +0000 (20:32 +0000)]
Bump the debugger's version. Fail to update the changes.
p4raw-id: //depot/perl@35066
Dave Mitchell [Tue, 9 Dec 2008 12:58:08 +0000 (12:58 +0000)]
bump Data::Dumper version number.
both maint branches are listed as 2.121_17, but bleed has
additional changes.
p4raw-id: //depot/perl@35060
Chip Salzenberg [Fri, 5 Dec 2008 13:32:19 +0000 (05:32 -0800)]
Re: [PATCH] standardize save/restore of errno & vaxc$errno
Message-ID: <
20081205213219.GH16081@tytlal.topaz.cx>
p4raw-id: //depot/perl@35059