> In perl.git, the branch blead has been updated
A note to committers.
Porting/Glossary is a generated file. I'd like to be notified if things
change in there. The content for Glossary is stored in a completely
different format in the metaunits.
> <http://perl5.git.perl.org/perl.git/commitdiff/bd2aeadfa5cb8ea8dbfc9c3060728594d8452bc6?hp=664b43951970bc09e0a4aff7d8e6ce0f08fe8a02>
>
> - Log -----------------------------------------------------------------
> commit bd2aeadfa5cb8ea8dbfc9c3060728594d8452bc6
> Author: Craig A. Berry <craig...@mac.com>
> Date: Tue Apr 13 21:55:58 2010 -0500
>
> Allow extension building on older (pre 7.3-2) VMS systems.
>
> DCL symbol length was limited to 1K up until about seven years or
> so ago, but there was no particularly deep reason to prevent those
> older systems from configuring and building Perl.
>
> M configure.com
>
> commit 2245bcb6feb0767d75052b7ccde4f6345e3a5f79
> Author: Craig A. Berry <craig...@mac.com>
> Date: Tue Apr 13 19:51:31 2010 -0500
>
> Clarify HAS_PRCTL_SET_NAME definition in Porting/Glossary.
>
> M Porting/Glossary
> -----------------------------------------------------------------------
>
> Summary of changes:
> Porting/Glossary | 7 ++++---
> configure.com | 30 +++++++++++++++++++++---------
> 2 files changed, 25 insertions(+), 12 deletions(-)
>
> diff --git a/Porting/Glossary b/Porting/Glossary
> index b503e2b..57626e5 100644
> --- a/Porting/Glossary
> +++ b/Porting/Glossary
> @@ -1621,9 +1621,10 @@ d_prctl (d_prctl.U):
> This variable conditionally defines the HAS_PRCTL symbol, which
> indicates to the C program that the prctl() routine is available.
>
> -d_prctl_set_name (d_prctl.U):
> - This variable conditionally defines the HAS_PRCTL symbol, which
> - indicates to the C program that the prctl() routine is available.
> +d_prctl_set_name (d_prctl_set_name.U):
> + This variable conditionally defines the HAS_PRCTL_SET_NAME symbol,
> + which indicates to the C program that the prctl() routine supports
> + the PR_SET_NAME option.
>
> d_PRId64 (quadfio.U):
> This variable conditionally defines the PERL_PRId64 symbol, which
--
H.Merijn Brand http://tux.nl Perl Monger http://amsterdam.pm.org/
using & porting perl 5.6.2, 5.8.x, 5.10.x, 5.11.x on HP-UX 10.20, 11.00,
11.11, 11.23, and 11.31, OpenSuSE 10.3, 11.0, and 11.1, AIX 5.2 and 5.3.
http://mirrors.develooper.com/hpux/ http://www.test-smoke.org/
http://qa.perl.org http://www.goldmark.org/jeff/stupid-disclaimers/
On Wed, Apr 14, 2010 at 08:20:33AM +0200, H.Merijn Brand wrote:
> On Wed, 14 Apr 2010 05:11:20 +0200, "Craig A. Berry"
> <craig...@mac.com> wrote:
>
> > In perl.git, the branch blead has been updated
>
> A note to committers.
Could we get a post-receive hook on this to generate mail to you, maybe?
--
Yes, I did think this (but hadn't replied)
This is a repetitive task. It's crying out for a computer to be trained to
do it. I just don't know how.
Nicholas Clark