[no subject]

2015-08-01 Thread Assaf Gordon
Hello, This tiny patch fixes a wrong regex in the gawk script 'build-aux/pmccabe2html'. The commands replace '&' with '&', '>' with '>' and '<' with '<', but I think the actual replacement doesn't work properly. A contrived example: $ echo '=>=' | gawk '{gsub(">","\>",$0);print}' gawk: c

[no subject]

2013-05-08 Thread Sami Kerola
-- Sami Kerola http://www.iki.fi/kerolasa/

[no subject]

2012-12-28 Thread Peter Rosin
> Sure thing, I also rebased them while at it... ...but forgot the script-version. v4 coming up. Sorry for the noise. Cheers, Peter

[no subject]

2012-03-16 Thread Mark Wielaard
Since I had to look things up and didn't get the setup correct the first try I thought it would be good to include specific instructions on how to use git-merge-changelog with Mercurial hg.

[no subject]

2011-12-02 Thread Ben Walton
Hi Bruno, The following series incorporates the feedback you provided and also adds a test module for sethostname. As this function requires privilege to test, I chose to bail out if it didn't seem that the privilege was held. How does the series look now? Thanks -Ben

Re: bootstrap --no-git (was: no subject)

2010-06-01 Thread Eric Blake
[please pick better subject lines] On 03/20/2010 04:09 AM, Aleksey Avdeev wrote: >>From 8741ad8a412b2aa9f7a4e3fc69902c12a6ed9d69 Mon Sep 17 00:00:00 2001 > From: Aleksey Avdeev > Date: Fri, 19 Mar 2010 18:52:39 +0300 > Subject: [PATCH] bootstrap: a new option --no-git, prohibiting the use git in

(no subject)

2010-03-21 Thread Aleksey Avdeev
>From 8741ad8a412b2aa9f7a4e3fc69902c12a6ed9d69 Mon Sep 17 00:00:00 2001 From: Aleksey Avdeev Date: Fri, 19 Mar 2010 18:52:39 +0300 Subject: [PATCH] bootstrap: a new option --no-git, prohibiting the use git in the bootstrap process. Signed-off-by: Aleksey Avdeev --- Hello. Ability to explici

(no subject)

2006-09-10 Thread Sergey Poznyakoff
I have installed the following changes to argp: 2006-09-10 Sergey Poznyakoff <[EMAIL PROTECTED]> * argp-parse.c (__argp_parse) [!_LIBC]: Make sure program_invocation_name and program_invocation_short_name are initialized. * argp-namefrob.h: Move declarations of p