| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
another ssh remote.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Without this, $? & 128 doesn't get set properly on some (glibc) systems
when dumping core.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Hi,
two POD errors in Symbol.pm:
- wrong comment,
- missing semicolon.
Patch is attached.
Thanks, Frank
|
|
|
|
| |
testing. We're not doing very well on this one.
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
TODO: those two new scripts can be merged together.
|
| |
|
|
|
|
| |
.gitignore.
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
perforce repository, and is now superceded by pod/perlrepository.pod
|
| |
|
| |
|
| |
|
|
|
|
|
| |
change 4adc95e616bac7eea015e9e47e439b063c1132d5. Don't those names just slip
off the tongue :-)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
checkout/pull/branch from blead
|
|
|
|
|
| |
Using a dash between git and its subcommand (e.g., git-format-patch)
is deprecated, so replace it with a space.
|
| |
|
| |
|
|
|
|
|
| |
but is failing on Windows. Anyways sv_utf8_upgrade_nomg() is
a macro anyways, so moving the documentation to sv.h.
|
|
|
|
|
|
| |
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>
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
| | |
|
|/
|
|
|
|
| |
From: karl williamson <public@khwilliamson.com>
Date: Tue, 16 Dec 2008 16:00:34 -0700
Message-ID: <49483312.80804@khwilliamson.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|