Re: new module 'stdalign'

2011-07-12 Thread Paul Eggert
Thanks for looking into that. Some thoughts. This module will have problems with the gnulib model, since it "feels" like a *.in.h module, and yet it can't be written to support arbitrary compilers like the other *.in.h modules can. So it won't be suitable for applications that need to install he

[PATCH] maint.mk: prohibit inclusion of "verify.h" without use

2011-07-12 Thread Jim Meyering
FYI, >From 97b5e695bf85e5dee396ec5f4e25679af12108da Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 12 Jul 2011 18:55:44 +0200 Subject: [PATCH] maint.mk: prohibit inclusion of "verify.h" without use * top/maint.mk (sc_prohibit_verify_without_use): New rule. --- ChangeLog|5 +

new module 'stdalign'

2011-07-12 Thread Bruno Haible
Hi, ISO C1X and C++0X also specify a header file . Here's a proposal. For the moment, no system and no GCC version supports this header natively. lib/stdalign.h /* Determine alignment of types. Copyright (C) 2011 Free Software

Re: threadlib and emacs

2011-07-12 Thread Bruno Haible
Paul Eggert wrote: > Please feel free to apply it now, since Emacs isn't > using the gnulib version of pthread_sigmask.m4 now. Thanks for agreeing. I've pushed it now. Bruno 2011-07-12 Bruno Haible pthread_sigmask: Rely on module 'threadlib'. * modules/pthread_sigmask (Depen

[PATCH] warn-on-use: fix typo in file name

2011-07-12 Thread Jim Meyering
I tried to use the latest in gzip and it failed like this: gnulib/gnulib-tool: *** file /h/j/w/co/gzip/gnulib/build-aux/warn-on-use.h not found gnulib/gnulib-tool: *** Stop. [Exit 1] I've pushed this fix: >From 39434c8500eba74bb0c3284a61bc2a8bba633c9f Mon Sep 17 00:00:00 2001 From:

Re: Some problems with GNU-lib

2011-07-12 Thread Bruno Haible
Eric Blake wrote: > for use of strcasecmp in regcomp.c. Also, for portability to old platforms which lack strcasecmp(), we can use a module dependency to 'strcase'. Note that this dependency has no effect unless the gnulib-tool option --with-obsolete is specified. 2011-07-12 Bruno Haible

Re: code snippet modules

2011-07-12 Thread Bruno Haible
Paul Eggert wrote: > On 07/11/11 17:45, Bruno Haible wrote: > >> how about having parallel build-aux/snippet and modules/snippet > >> > subdirectories? For example, rename build-aux/c++-defs.h > >> > to build-aux/snippet/c++-defs.h. > > ... fine with me. > > OK, I pushed everything but the above

Re: code snippet modules

2011-07-12 Thread Paul Eggert
On 07/11/11 17:45, Bruno Haible wrote: >> how about having parallel build-aux/snippet and modules/snippet >> > subdirectories? For example, rename build-aux/c++-defs.h >> > to build-aux/snippet/c++-defs.h. > ... fine with me. OK, I pushed everything but the above patch. Would you like to do that