[PATCH] bootstrap: use American spelling

2016-01-23 Thread Paul Eggert
* build-aux/bootstrap: Honor American spelling. --- ChangeLog | 5 + build-aux/bootstrap | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 79a43db..839c222 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-01-23 Paul Egge

Re: gawk regex stuff you may want

2016-01-23 Thread Aharon Robbins
Hi Paul. > As far as 'grep' is concerned, it'll trust what regcomp does here, so we > do have some freedom to change the code in this area. However, it looks > to me like your patch would do the wrong thing for unibyte locales where > btowc (b) returns a value that neither b nor WEOF. Also, the

Re: utimens-tests -> gettext deps

2016-01-23 Thread carl hansen
On Sat, Jan 23, 2016 at 2:24 PM, Karl Berry wrote: > > > http://www.gnu.org/software/gnulib/manual/html_node/gettextize-and-autopoint.html#gettextize-and-autopoint > [...] > > It is unfortunate that the second practice doesn't really work > nowadays, > > Probably I'm crazy, but maybe

Re: utimens-tests -> gettext deps

2016-01-23 Thread Paul Eggert
Daiki Ueno wrote: I tend to agree, though perhaps that might break some of the Gnulib modules which really depend on gettext (bison-i18n and quotearg-tests), which I haven't looked at closely. How about if we mark the gettext module as obsolescent? We can then work to fix those other two modul

Re: utimens-tests -> gettext deps

2016-01-23 Thread Daiki Ueno
Karl Berry writes: > Probably I'm crazy, but maybe gettext should simply be removed from > gnulib? Then users could update it through the standard > gettext-provided mechanisms without any interference from gnulib, and > conversely. I tend to agree, though perhaps that might break some of the G

Re: utimens-tests -> gettext deps

2016-01-23 Thread Karl Berry
> http://www.gnu.org/software/gnulib/manual/html_node/gettextize-and-autopoint.html#gettextize-and-autopoint [...] > It is unfortunate that the second practice doesn't really work nowadays, Probably I'm crazy, but maybe gettext should simply be removed from gnulib? Then users could u