bug-gnulib archive search

Search String: Display: Description: Sort:

Results:

References: [ VMS: 278 ]

Total 278 documents matching your query.

221. Re: Compiler warning in glob (score: 2)
Author: HIDDEN
Date: Wed, 17 Oct 2007 16:07:27 -0700
Good suggestion; thanks. I installed this into gnulib: 2007-10-17 Paul Eggert <address@hidden> Modify glob.c to use fstatat and dirfd, to simplify it. Suggested by Eric Blake. * lib/glob.c (__fxstata
/archive/html/bug-gnulib/2007-10/msg00249.html (8,603 bytes)

222. Re: Compiler warning in glob (score: 2)
Author: HIDDEN
Date: Tue, 16 Oct 2007 16:41:21 -0700
That bug isn't in the libc version. At this point it's probably better to sync the gnulib version from libc, so I installed this: 2007-10-16 Paul Eggert <address@hidden> Merge glibc changes into lib/
/archive/html/bug-gnulib/2007-10/msg00229.html (39,154 bytes)

223. Re: stdint generation (score: 2)
Author: HIDDEN
Date: Tue, 16 Oct 2007 07:51:15 +0200
Sam Steingold wrote: gnulib-tool --import --source-base=src/gllib --m4-base=src/glm4 \ --aux-dir=src/build-aux --no-changelog \ stdint stdbool ... This will create a Makefile.am in src/gllib; theref
/archive/html/bug-gnulib/2007-10/msg00219.html (9,503 bytes)

224. Re: stdint generation (score: 2)
Author: HIDDEN
Date: Mon, 15 Oct 2007 22:28:32 +0200
It's a good idea to do it, say, two weeks before a release, and then watch the bug-gnulib mailing to see whether the files you have imported may be broken. (It happens that we have broken files in th
/archive/html/bug-gnulib/2007-10/msg00211.html (6,857 bytes)

225. Re: underscores in gnulib file names (score: 2)
Author: HIDDEN
Date: Sat, 08 Sep 2007 15:11:44 +0200
I could live with ".in.h". However, I fear that if we depend on an "ok" from the Emacs maintainers, then neither "..h" nor ".in.h" will fly. Currently, no file name in emacs contains more than one ".
/archive/html/bug-gnulib/2007-09/msg00052.html (7,895 bytes)

226. Re: underscores in gnulib file names (score: 2)
Author: HIDDEN
Date: Sat, 8 Sep 2007 14:13:24 +0200
I can accept "..h", but I prefer ".in.h", so as to remind the substitution of autoconf macros. You need to ask the Emacs maintainers whether they can accept file names with two dots in them (DOS, VMS
/archive/html/bug-gnulib/2007-09/msg00050.html (7,170 bytes)

227. Re: underscores in gnulib file names (score: 2)
Author: HIDDEN
Date: Sat, 8 Sep 2007 14:09:37 +0200
kate and vi apply the same syntax coloring to getopt..h as to getopt.h as well. So, yes, on this side, "..h" is as good as ".h". The brevity strikes back sometimes: when an outsider sees fcntl_.h and
/archive/html/bug-gnulib/2007-09/msg00049.html (8,674 bytes)

228. Re: underscores in gnulib file names (score: 2)
Author: HIDDEN
Date: Sat, 8 Sep 2007 13:55:08 +0200
Hi Jim, Another reason is that - especially in gnulib - file names are often named after a C function. When a source file provides a function named 'pagealign_alloc', it would be confusing to call th
/archive/html/bug-gnulib/2007-09/msg00048.html (9,214 bytes)

229. Re: support for bitwise comparison of floats (score: 2)
Author: HIDDEN
Date: Mon, 26 Mar 2007 01:01:12 +0200
Plenty of packages have used it for 10 years or longer: GCC installs or installed files in $prefix/include/g++, and a library called libstdc++. binutils has a program called 'c++filt'. gettext is usi
/archive/html/bug-gnulib/2007-03/msg00373.html (6,687 bytes)

230. importing regex changes from libc (score: 3)
Author: HIDDEN
Date: Thu, 10 Aug 2006 13:09:27 -0700
I may have found a bug in the gnulib regex code, but the first step before fixing it is to import recent changes from libc, so I installed this: 2006-08-10 Paul Eggert <address@hidden> Import the fol
/archive/html/bug-gnulib/2006-08/msg00058.html (9,751 bytes)

231. update localcharset module (score: 3)
Author: HIDDEN
Date: Sat, 22 Jul 2006 16:09:39 +0200
Merge from gettext. 2006-06-17 Bruno Haible <address@hidden> * config.charset: Update for NetBSD 3.0. 2006-05-17 Bruno Haible <address@hidden> Cygwin portability. * localcharset.c (WIN32_NATIVE): Ren
/archive/html/bug-gnulib/2006-07/msg00225.html (17,715 bytes)

232. Re: AC_HEADER_DIRENT (score: 4)
Author: HIDDEN
Date: Fri, 07 Jul 2006 09:10:08 -0400
Looks good. Thanks. Cheers, Derek -- Derek R. Price CVS Solutions Architect Get CVS support at Ximbiot <http://ximbiot.com>! v: +1 248.835.1260 f: +1 248.835.1263 <mailto:address@hidden>
/archive/html/bug-gnulib/2006-07/msg00099.html (6,682 bytes)

233. Re: AC_HEADER_DIRENT (score: 24)
Author: HIDDEN
Date: Thu, 06 Jul 2006 16:35:07 -0700
Can the Windows guys supply a dirent.h substitute module? That would let you do the futher simplification. Yes. For now, let's remove the vmsdir.h stuff since I don't think anybody uses it now. If it
/archive/html/bug-gnulib/2006-07/msg00087.html (27,853 bytes)

234. Re: AC_HEADER_DIRENT (was Re: [bug-gnulib] Last few obsolescent macros) (score: 4)
Author: HIDDEN
Date: Wed, 05 Jul 2006 12:52:55 -0400
Bruno & bug-gnulib, sorry for the double-copy, but I realized belatedly that it may be useful to CC bug-cvs on this one: - -- Derek R. Price CVS Solutions Architect Get CVS support at Ximbiot <http:/
/archive/html/bug-gnulib/2006-07/msg00060.html (25,950 bytes)

235. AC_HEADER_DIRENT (was Re: [bug-gnulib] Last few obsolescent macros) (score: 4)
Author: HIDDEN
Date: Wed, 05 Jul 2006 12:51:23 -0400
Thanks, Bruno. I've attached a patch that replaces all the references to AC_HEADER_DIRENT with calls to AC_CHECK_HEADERS_ONCE([dirent.h ndir.h]) and makes the accompanying changes in lib/*. This patc
/archive/html/bug-gnulib/2006-07/msg00059.html (20,016 bytes)

236. Re: [bug-gnulib] system module? (score: 2)
Author: HIDDEN
Date: Fri, 23 Jun 2006 09:10:06 -0700 (PDT)
But POSIX specifies all three points, so when implementing a POSIX version of m4, it would be nice to rely on POSIX semantics of system(). I thought one of gnulib's goals was to provide useful POSIX
/archive/html/bug-gnulib/2006-06/msg00198.html (9,464 bytes)

237. Re: [bug-gnulib] system module? (score: 2)
Author: HIDDEN
Date: Fri, 23 Jun 2006 16:42:02 +0200
Eric Blake asked: The specification of system() in ISO C 99 does not specify 1) which is the command processor, and in particular which are the built-in commands and how to quote arguments when const
/archive/html/bug-gnulib/2006-06/msg00193.html (6,664 bytes)

238. make getopt.c build in visual studio (score: 2)
Author: HIDDEN
Date: Tue, 28 Feb 2006 11:44:18 +0100
With this, getopt actually do seem to compile and work in Visual Studio. Tested with the CLI in libtasn1, part of GnuTLS, with long options. I'll install this shortly unless someone protests. 2006-02
/archive/html/bug-gnulib/2006-03/msg00036.html (5,972 bytes)

239. make getopt.c build in visual studio (score: 2)
Author: HIDDEN
Date: Fri, 03 Mar 2006 14:27:10 +0100
With this, getopt actually do seem to compile and work in Visual Studio. Tested with the CLI in libtasn1, part of GnuTLS, with long options. I'll install this shortly unless someone protests. 2006-02
/archive/html/bug-gnulib/2006-03/msg00019.html (5,906 bytes)

240. Re: portability fix for bison-1.75 (score: 2)
Author: HIDDEN
Date: Mon, 23 Jan 2006 23:46:15 -0800
Thanks for reporting these. The quotearg problem is actually a bug in GCC (it generates an improper warning). Jim Meyering has already installed a workaround that generates slightly-worse code but av
/archive/html/bug-gnulib/2006-01/msg00219.html (19,168 bytes)


This search system is powered by Namazu