Re: Web manual out-dated?

2008-11-20 Thread Bruno Haible
Hello Karl, Simon Josefsson wrote: > One minor problem seems to be that the 'index' documentation is included > in the top-level index file too, see bottom of: > > http://www.gnu.org/software/gnulib/manual/html_node/index.html > > Is this a texinfo bug? I'm using texinfo 4.13.

Re: gnulib/stdint.h not defining typedefs causes failures with Boost

2008-11-20 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Pádraig Brady on 11/20/2008 3:13 PM: > Fair point, but it was just a heads up as it's the only > instance of > 8 spaces (12) in the file. This has happened multiple times in the past, and emacs can auto-correct it. It does go against GNU

Re: Web manual out-dated?

2008-11-20 Thread Karl Berry
One minor problem seems to be that the 'index' documentation is included in the top-level index file too, see bottom of: http://www.gnu.org/software/gnulib/manual/html_node/index.html Is this a texinfo bug? I'm using texinfo 4.13. It's not a bug, it's an ugly feature :(. Regardi

Re: lib/dirent.in.h fails on AIX

2008-11-20 Thread Bruno Haible
Hello Albert, > (AIX 6.1) > $ cat conftest.c > #include "///usr/vac/include/math.h" > int a = HUGE_VAL; > $ xlc -D_ALL_SOURCE -E conftest.c | tail > #line 2 "conftest.c" > int a = HUGE_VAL; > ... > /usr/vac/include/math.h includes /usr/include/math.h with: > #include_next > > I hav

Re: .cvsignore and .gitignore

2008-11-20 Thread Reuben Thomas
On Thu, 6 Nov 2008, Bruno Haible wrote: Hi, Reuben Thomas wrote: There seem to be basically two classes of user when it comes to what is ignored: 1. gnulib is considered as a build dependency, so no files provided or generated by gnulib are put in CVS/git. 2. gnulib is not considered as a bu

Re: gnulib/stdint.h not defining typedefs causes failures with Boost

2008-11-20 Thread Pádraig Brady
Bruno Haible wrote: > Pádraig Brady wrote: >>> 2008-11-18 Alexandre Duret-Lutz <[EMAIL PROTECTED]> >>> Bruno Haible <[EMAIL PROTECTED]> >> The above line needs a hard tab to pass `make syntax-check` >> in coreutils at least. > > I'm sorry, but the gnulib ChangeLog is not among the f

Re: gnulib/stdint.h not defining typedefs causes failures with Boost

2008-11-20 Thread Bruno Haible
Pádraig Brady wrote: > > 2008-11-18 Alexandre Duret-Lutz <[EMAIL PROTECTED]> > > Bruno Haible <[EMAIL PROTECTED]> > > The above line needs a hard tab to pass `make syntax-check` > in coreutils at least. I'm sorry, but the gnulib ChangeLog is not among the files that are meant to be

Re: lib/dirent.in.h fails on AIX

2008-11-20 Thread Albert Chin
On Sun, Nov 09, 2008 at 03:15:22PM +0100, Bruno Haible wrote: > Albert Chin wrote: > > > The fix that I found is to use "xlc -E -C" instead of "xlc -E". It has the > > > effect of turning the config.status lines > > > > > > S["NEXT_SIGNAL_H"]="\"///usr/include/sys/signal.h\"" > > > S["NEXT_DIR

Re: module request: execname

2008-11-20 Thread Sam Steingold
Bruno, 2 weeks ago I requested a module: Sam Steingold wrote: As mentioned in , I would like to request a new module execname which would export 2 functions: char *get_executable_name (void); int find_executable (const char * program

Re: Web manual out-dated?

2008-11-20 Thread Simon Josefsson
Bruno Haible <[EMAIL PROTECTED]> writes: > Simon Josefsson wrote: >> I wanted to link to a recent part of the gnulib manual, but noticed the >> online manual is rather old: >> >> http://www.gnu.org/software/gnulib/manual/ >> >> How was this manual generated? I may have write access to the web c

Re: gnulib/stdint.h not defining typedefs causes failures with Boost

2008-11-20 Thread Pádraig Brady
Bruno Haible wrote: > 2008-11-18 Alexandre Duret-Lutz <[EMAIL PROTECTED]> > Bruno Haible <[EMAIL PROTECTED]> The above line needs a hard tab to pass `make syntax-check` in coreutils at least. cheers, Pádraig.

texinfo 4.13 problem exposed by gnulib

2008-11-20 Thread Alan Hourihane
Attached is an updated patch to gnulib because of a linking problem related to mbrinit and mbrtowc that was exposed when building texinfo 4.13. Alan. diff -u gnulib/lib/mbiter.h gnulib/lib/mbiter.h --- gnulib/lib/mbiter.h 2008-05-12 12:38:21.0 + +++ gnulib/lib/mbiter.h 2008-11-19 21:13