From: Joel Brobecker <brobecker@adacore.com>
To: Jan Kratochvil <jan.kratochvil@redhat.com>, muller@sourceware.org
Cc: gdb-patches@sourceware.org
Subject: Re: [ARI patch] Fix gawk-4.0 warning
Date: Wed, 14 Mar 2012 21:12:00 -0000 [thread overview]
Message-ID: <20120314211151.GK2853@adacore.com> (raw)
In-Reply-To: <20120314201501.GA1412@host2.jankratochvil.net>
> unaware who maintains ARI:
Pierre Muller has been the most active contributor in that area.
I see him as the de-facto maintainer, or rather "authorized committer".
These files are not part of the GDB repository, so could be maintained
a little differently, or we could say they fall under the GMs umbrella,
or ask Pierre if he wants to be the maintainer....
>
> For http://sourceware.org/gdb/current/ari/gdb_ari.sh
> with gawk-4.0.0-4.fc17.x86_64 getting:
> awk: cmd. line:135: warning: regexp component `[:digit:]' should probably be `[[:digit:]]'
>
> Untested.
>
>
> Thanks,
> Jan
>
>
> * gdb_ari.sh (GNU/Linux): Fix '[:digit:]' compatibility with gawk-4.0.
>
> --- /home/jkratoch/t/gdb_ari.sh-orig 2012-03-14 20:15:48.804209849 +0100
> +++ /home/jkratoch/t/gdb_ari.sh 2012-03-14 20:57:07.255866311 +0100
> @@ -242,7 +242,7 @@ Do not use `Linux'\'', instead use `Linu
> && !/(^|[^_[:alnum:]])Linux\[sic\]([^_[:alnum:]]|$)/ \
> && !/(^|[^_[:alnum:]])GNU\/Linux([^_[:alnum:]]|$)/ \
> && !/(^|[^_[:alnum:]])Linux kernel([^_[:alnum:]]|$)/ \
> -&& !/(^|[^_[:alnum:]])Linux [:digit:]\.[:digit:]+)/ {
> +&& !/(^|[^_[:alnum:]])Linux [[:digit:]]\.[[:digit:]]+)/ {
> fail("GNU/Linux")
> }
>
--
Joel
next prev parent reply other threads:[~2012-03-14 21:12 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-14 20:15 Jan Kratochvil
2012-03-14 21:12 ` Joel Brobecker [this message]
2012-03-15 10:19 ` Pedro Alves
2012-03-15 15:25 ` Joel Brobecker
2012-03-15 15:52 ` Pedro Alves
2012-03-15 16:21 ` Joel Brobecker
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120314211151.GK2853@adacore.com \
--to=brobecker@adacore.com \
--cc=gdb-patches@sourceware.org \
--cc=jan.kratochvil@redhat.com \
--cc=muller@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox