bug-gnulib archive search

Search String: Display: Description: Sort:

Results:

References: [ VMS: 278 ]

Total 278 documents matching your query.

241. Re: bugs in dirname module (score: 2)
Author: HIDDEN
Date: Tue, 08 Nov 2005 07:21:01 -0700
According to Paul Eggert on 11/7/2005 2:02 PM: OK. VMS also has weird file names, if anyone ever wants to port there. What about ISSLASH? I did not touch that in dos.m4, but it is another A similar f
/archive/html/bug-gnulib/2005-11/msg00013.html (14,598 bytes)

242. gnulib/lib/getaddrinfo.h needs a #include <sys/types.h> (score: 2)
Author: HIDDEN
Date: Tue, 04 Oct 2005 00:29:03 -0700
This compilation problem of lib/cannon-host.c on FreeBSD 4.10-BETA or 4.11 results when lib/getaddrinfo.h does not do a #include <sys/types.h> before the #include <sys/socket.h> ... The change was be
/archive/html/bug-gnulib/2005-10/msg00022.html (22,833 bytes)

243. more merges from coreutils into gnulib: include-file cleanup, mostly (score: 2)
Author: HIDDEN
Date: Thu, 22 Sep 2005 21:21:52 -0700
Here is a large set of small changes that I just installed, imported from coreutils. I don't think there's anything controversial here, except for the AC_LIBSORUCES stuff (which at least makes the co
/archive/html/bug-gnulib/2005-09/msg00271.html (68,042 bytes)

244. Re: [bug-gnulib] mmapping of /dev/zero always fails on darwin (score: 3)
Author: HIDDEN
Date: Tue, 13 Sep 2005 14:52:32 +0200
But gnulib's pagealign_alloc is not doing case 1 and not doing case 2. It calls mmap() on N pages at once, and then ultimately munmap() on the same N pages at once. Also, GNU clisp uses mmap() with m
/archive/html/bug-gnulib/2005-09/msg00144.html (7,593 bytes)

245. Re: mmapping of /dev/zero always fails on darwin (score: 2)
Author: HIDDEN
Date: Mon, 12 Sep 2005 17:00:50 -0400
I don't suppose you could come up with a configure test or a short C program that fails to compile (preferrably) or run (if necessary) to spot this, short of actually switching on the system name or
/archive/html/bug-gnulib/2005-09/msg00136.html (6,890 bytes)

246. mmapping of /dev/zero always fails on darwin (score: 3)
Author: HIDDEN
Date: Fri, 09 Sep 2005 23:47:54 +0900
Hi, I just tried to use cvs-1.12.12 on Mac OS X, and it always dies. I traced the problem to pagealign_alloc.c, which attempts to mmap /dev/zero. <http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/g
/archive/html/bug-gnulib/2005-09/msg00124.html (6,885 bytes)

247. fix POSIX name space violations in regex.h (score: 5)
Author: HIDDEN
Date: Wed, 24 Aug 2005 15:29:29 -0700
I noticed quite a few violations of POSIX namespace rules in regex.h, and wrote a patch to fix them all. POSIX says that regex.h's extensions must start with re_ or rm_ or end with _t, or be macros t
/archive/html/bug-gnulib/2005-08/msg00167.html (46,467 bytes)

248. Re: ISO C 99 versus POSIX 2001 (score: 2)
Author: HIDDEN
Date: Wed, 24 Aug 2005 11:57:40 -0700
I agree with most of the other points you made, but I'd like to demur on this point. Gnulib is part of the GNU project, and the GNU project's goal is to develop a free operating system. The GNU codin
/archive/html/bug-gnulib/2005-08/msg00159.html (7,517 bytes)

249. Re: [bug-gnulib] New GNULIB glob module? (score: 2)
Author: HIDDEN
Date: Tue, 31 May 2005 18:42:32 -0400
glob-glibc2gnulib11.diff attached: 2005-05-31 Derek Price <address@hidden> Paul Eggert <address@hidden> * glob.c: Update copyright. Assume freestanding C89 compiler. Simplify cruft that may be replac
/archive/html/bug-gnulib/2005-05/msg00277.html (49,895 bytes)

250. Re: [bug-gnulib] New GNULIB glob module? (score: 5)
Author: HIDDEN
Date: Wed, 25 May 2005 15:32:17 -0400
Done, per separate thread. Done. I chose the _SYS_CDEFS_H route since it seemed simplest to me, though I chose to name the macro `MISSING_SYS_CDEFS_H'. This fits as a good counterpoint to the HAVE_HE
/archive/html/bug-gnulib/2005-05/msg00222.html (110,238 bytes)

251. Re: [bug-gnulib] New GNULIB glob module? (score: 5)
Author: HIDDEN
Date: Tue, 24 May 2005 11:02:09 -0400
No, we were detecting `struct dirent64' and the `stat64' function in glob.m4 and using the 64 bit functions based on those. (On HP-UX, the stat64 function was found but it had a different proto or so
/archive/html/bug-gnulib/2005-05/msg00201.html (104,685 bytes)

252. Re: [bug-gnulib] New GNULIB glob module? (score: 5)
Author: HIDDEN
Date: Wed, 18 May 2005 14:48:15 -0400
Fixed. Revised patch attached. Regards, Derek Index: config/srclist.txt == RCS file: /cvsroot/gnulib/gnulib/config/srclist.txt,v retrieving revision 1.62 diff -u -p -r1.62 srclist.txt -- config/srcli
/archive/html/bug-gnulib/2005-05/msg00148.html (94,774 bytes)

253. Re: [bug-gnulib] New GNULIB glob module? (score: 5)
Author: HIDDEN
Date: Wed, 18 May 2005 12:23:25 -0400
No, because we want __USE_GNU defined when !_LIBC & when not compiling under glibc, in order to make sure we export all the available functions. There are many platforms where it is extremely unlikel
/archive/html/bug-gnulib/2005-05/msg00141.html (97,643 bytes)

254. Re: [bug-gnulib] New GNULIB glob module? (score: 5)
Author: HIDDEN
Date: Sun, 15 May 2005 11:33:15 -0400
Removed. Removed from gl_GLOB. Because I like to avoid runtime tests if I can avoid it, since they cannot be used when cross-compiling. Anyhow, I do not think this is britle. The input source is cons
/archive/html/bug-gnulib/2005-05/msg00101.html (99,146 bytes)

255. Re: [bug-gnulib] New GNULIB glob module? (score: 5)
Author: HIDDEN
Date: Fri, 13 May 2005 12:25:04 -0400
Okay, corrected. free ((void *) array[i]); is needed in C++? names = (struct globlink *) __alloca (sizeof (struct globlink));? We've been removing those sort of constructs from CVS as part of the mov
/archive/html/bug-gnulib/2005-05/msg00079.html (105,418 bytes)

256. Re: [bug-gnulib] New GNULIB glob module? (score: 5)
Author: HIDDEN
Date: Thu, 12 May 2005 16:12:49 -0400
Thanks for your help. :) I agree. Just didn't know everything that would be necessary. This is one of the items I didn't touch since it didn't raise any compiler warnings here. It looks like it is mo
/archive/html/bug-gnulib/2005-05/msg00074.html (103,481 bytes)

257. [bug-gnulib] New GNULIB glob module? (score: 5)
Author: HIDDEN
Date: Wed, 11 May 2005 09:08:13 -0400
Hi all, I needed a portable version of glob for CVS, so I imported the glob module from glibc 2.3.5 into a GNULIB format. Mostly I kept the glibc version intact, though I managed to simplify some por
/archive/html/bug-gnulib/2005-05/msg00067.html (90,070 bytes)

258. Re: [bug-gnulib] Does regex.c support non-greedy quantifiers? (score: 2)
Author: HIDDEN
Date: Tue, 12 Apr 2005 16:18:37 +0200
Hello, the code is included in latest versions of GNU awk, and in GNU sed 4.x. I know that Arnold, the GNU awk maintainer, takes much care about portability to various systems. I believe his testers
/archive/html/bug-gnulib/2005-04/msg00031.html (7,596 bytes)

259. [bug-gnulib] update module 'localcharset' from GNU gettext (score: 3)
Author: HIDDEN
Date: Thu, 24 Feb 2005 20:47:38 +0100
Hi, I updated the module 'localcharset' from GNU gettext 0.14.2. Bruno 2004-04-23 Bruno Haible <address@hidden> * localcharset.c (get_charset_aliases): Allow the CHARSETALIASDIR environment variable
/archive/html/bug-gnulib/2005-02/msg00048.html (10,567 bytes)

260. Re: [bug-gnulib] standards.texi error function (score: 3)
Author: HIDDEN
Date: Tue, 07 Dec 2004 13:06:39 -0800
The main types I'm concerned about are long long int (or types like off_t that might be integer types that are wider than long int), and long double. Perhaps "double" and "float" as well, on hosts th
/archive/html/bug-gnulib/2004-12/msg00043.html (59,171 bytes)


This search system is powered by Namazu