Bruno Haible writes:
> Simon Josefsson wrote:
>> +2012-02-13 Simon Josefsson
>> +
>> +* gnulib-tool (Usage): Document --help and --version.
>
> The idea is good. But unlike the options --verbose and --quiet, the
> --help and --version options are not meant to be combined with other
> optio
On 02/19/2012 02:08 PM, Bruno Haible wrote:
> Hi,
>
> In basic regular expressions, range expressions are not safe to use outside
> the C locale; the results vary between implementations and locales.
>
> - For 'grep' this was explained in
> https://lists.gnu.org/archive/html/bug-grep/2011-06/ms
Hi,
In basic regular expressions, range expressions are not safe to use outside
the C locale; the results vary between implementations and locales.
- For 'grep' this was explained in
https://lists.gnu.org/archive/html/bug-grep/2011-06/msg00031.html
https://lists.gnu.org/archive/html/bug-grep/
Simon Josefsson wrote:
> +2012-02-13 Simon Josefsson
> +
> + * gnulib-tool (Usage): Document --help and --version.
The idea is good. But unlike the options --verbose and --quiet, the
--help and --version options are not meant to be combined with other
options. Therefore they define "operati
Eric Blake wrote:
> > Subject: [PATCH] fatal-signal: use C prototypes (with explicit void).
> >
> > * lib/fatal-signal.c (uninstall_handlers, install_handlers)
> > (init_fatal_signal_set, block_fatal_signals): Fix signatures.
>
> Gnulib still requires edits to ChangeLog as part of the com