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
--
Sami Kerola
http://www.iki.fi/kerolasa/
> Sure thing, I also rebased them while at it...
...but forgot the script-version. v4 coming up.
Sorry for the noise.
Cheers,
Peter
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.
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
[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
>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
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