Re: typos

2006-07-09 Thread Ralf Wildenhues
Hello Karl, * Karl Berry wrote on Sun, Jul 09, 2006 at 08:36:39PM CEST: > > Thanks much. > Where are you finding the energy for all this proofreading :)?! I was trying out the Vim 7 spell engine, and the world cup left too little time to concentrate on code... > Are you on the proofreaders@gnu.

Re: lib/mbchar.h uses unconditionally

2006-07-09 Thread Paul Eggert
Albert Chin <[EMAIL PROTECTED]> writes: > isn't available on HP-UX 10.20 nor 11.00. modules/mbchar says that you're supposed to include mbchar.h this way: #if HAVE_WCHAR_H && HAVE_WCTYPE_H #include "mbchar.h" #endif If you do that, then the change that you proposed shouldn't be needed.

problem with gl_ABSOLUTE_HEADER and HP-UX native ANSI C compiler

2006-07-09 Thread Paul Eggert
[EMAIL PROTECTED] (Bob Proulx) writes: > This occurs on HP-UX 11.23 hppa using the native ANSI C compiler. > Curiously the HP-UX 11.23 ia64 native ANSI C compiler did not > complain. > > source='xstrtoimax.c' object='xstrtoimax.o' libtool=no \ > DEPDIR=.deps depmode=hp /bin/sh ../build

lib/mbchar.h uses unconditionally

2006-07-09 Thread Albert Chin
isn't available on HP-UX 10.20 nor 11.00. 2006-07-09 Albert Chin-A-Young <[EMAIL PROTECTED]> * lib/mbchar.h: Use only if available, not unconditonally. -- albert chin ([EMAIL PROTECTED]) -- snip snip Index: lib/mbchar.h ==

Re: typos

2006-07-09 Thread Karl Berry
Hi Ralf, Thanks much. Where are you finding the energy for all this proofreading :)?! Are you on the proofreaders@gnu.org list, BTW? * doc/functions.texi, doc/gnulib-tool.texi, doc/gnulib.texi: Fix some typos. I, at least, see no problem with these gnulib changes. Please

typos

2006-07-09 Thread Ralf Wildenhues
Hello, here's a patch to fix some typos, en_UK vs en_US differences and inconsistencies. I could apply it, but I guess it needs approval from some parties... Cheers, Ralf * doc/functions.texi, doc/gnulib-tool.texi, doc/gnulib.texi: Fix some typos. * doc/maintain.texi, d

FYI, more doubled words

2006-07-09 Thread Jim Meyering
I've just done this: * lib/argp-pv.c: Remove a doubled word in a comment. * lib/check-version.c (check_version): Likewise. * lib/javacomp.c (compile_java_class): Likewise. * m4/glob.m4: Likewise. Now, you too can check from the convenience of your own home. You can use this script to find them:

Re: gnulib-tool change for Autoconf 2.60 and onceonly

2006-07-09 Thread Ralf Wildenhues
* Paul Eggert wrote on Sun, Jul 09, 2006 at 05:33:47AM CEST: > > * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4, > for the benefit of people using Autoconf 2.60. If you want to > support older Autoconf versions you can copy m4/onceonly_2_57.m4 > (or m4/o