Re: C99 strto* protos

2006-04-19 Thread Derek R. Price
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Derek R. Price wrote: > Paul Eggert wrote: >>> "Derek R. Price" <[EMAIL PROTECTED]> writes: >>> Is there any reason that a few files (getndelim2.c, fsusage.c, mkdtemp.c, obstack.c, tempname.c, utimecmp.c) still do #ifdef HAVE_STDINT_H, #

Re: C99 strto* protos

2006-04-19 Thread Derek R. Price
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul Eggert wrote: > "Derek R. Price" <[EMAIL PROTECTED]> writes: > >> Is there any reason that a few files (getndelim2.c, fsusage.c, >> mkdtemp.c, obstack.c, tempname.c, utimecmp.c) still do #ifdef >> HAVE_STDINT_H, #include , #endif rather than assu

Re: C99 strto* protos

2006-04-19 Thread Paul Eggert
"Derek R. Price" <[EMAIL PROTECTED]> writes: > Is there any reason that a few files (getndelim2.c, fsusage.c, > mkdtemp.c, obstack.c, tempname.c, utimecmp.c) still do #ifdef > HAVE_STDINT_H, #include , #endif rather than assuming the > GNULIB stdint module? Mostly because I haven't had time to ca

Re: prepare for autoconf-2.60

2006-04-19 Thread Paul Eggert
Bruno Haible <[EMAIL PROTECTED]> writes: > I also propose a similar comment to extensions.m4, see below. Thanks, I installed that. > + But about AC_CHECK_DECLS_ONCE: note that in > + autoconf >= 2.60 the symbol separator is a comma, whereas here it is > + whitespace. I hadn't noticed this incom

Re: C99 strto* protos

2006-04-19 Thread Derek R. Price
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul Eggert wrote: > "Derek R. Price" <[EMAIL PROTECTED]> writes: > >> No one has objected in about a week and this patch plus a small typo fix >> in m4/full-header-path.m4 is passing CVS nightly testing on some dozen >> platforms, so I committed it t

Re: C99 strto* protos

2006-04-19 Thread Derek R. Price
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eric Blake wrote: > Grammar, fix by s/only to/just/. Done, mostly - I changed s/only to/only/ and installed it. > +++ m4/_inttypes_h.m4 11 Apr 2006 14:27:29 - > @@ -0,0 +1,13 @@ > +# _inttypes_h.m4 serial 1 > > Why does this file need a leading

Re: C99 strto* protos

2006-04-19 Thread Paul Eggert
"Derek R. Price" <[EMAIL PROTECTED]> writes: > No one has objected in about a week and this patch plus a small typo fix > in m4/full-header-path.m4 is passing CVS nightly testing on some dozen > platforms, so I committed it to GNULIB. Thanks for doing all that.

prepare for autoconf-2.60

2006-04-19 Thread Bruno Haible
Hi, It appears that autoconf-2.60 may be released soon. I added comments to longdouble.m4 and onceonly.m4 relating to the new macros in autoconf-2.59d. I also propose a similar comment to extensions.m4, see below. Bruno diff -c -3 -r1.5 longdouble.m4 *** longdouble.m4 18 Jan 2005 13:07:56