bug-gnulib archive search

Search String: Display: Description: Sort:

Results:

References: [ VMS: 278 ]

Total 278 documents matching your query.

261. [Bug-gnulib] Problems with gl_CHECK_HEADER_* autoconf stuff on Solaris 9 (score: 3)
Author: HIDDEN
Date: Thu, 14 Oct 2004 10:11:01 -0700
Greetings, Host OS: Solaris 9 I am trying to use: autoconf version 2.59 automake version 1.9.2 bash version 2.05.0(1)-release coreutils version 5.0 libtool version 1.5.10 m4 version 1.4 make version
/archive/html/bug-gnulib/2004-10/msg00134.html (17,163 bytes)

262. Re: [Bug-gnulib] Rewrite stdbool_.h during build? (score: 2)
Author: HIDDEN
Date: Sun, 25 Apr 2004 12:20:17 -0400
Just to be clear in advance, the following is mostly not intended to be obstinate argument but more an attempt to understand the GNULIB design goals further... libraries haven't they How does the gen
/archive/html/bug-gnulib/2004-04/msg00072.html (11,380 bytes)

263. Re: [Bug-gnulib] localcharset.c: proposed patch to avoid leak upon realloc failure (score: 2)
Author: HIDDEN
Date: Tue, 20 Apr 2004 13:01:37 +0200
Thanks. I'm using this patch, which looks a little bit more symmetrical. diff -c -3 -r1.16 localcharset.c ** localcharset.c 24 Dec 2003 13:07:08 -0000 1.16 -- localcharset.c 20 Apr 2004 10:56:26 -000
/archive/html/bug-gnulib/2004-04/msg00060.html (7,070 bytes)

264. [Bug-gnulib] localcharset.c: proposed patch to avoid leak upon realloc failure (score: 2)
Author: HIDDEN
Date: Tue, 20 Apr 2004 09:16:43 +0200
Bruno, When realloc fails in localcharset's get_charset_aliases, it can clobber the sole pointer to a block of malloc'd memory, thus leaking that block. Here's a proposed patch: 2004-04-20 Jim Meyeri
/archive/html/bug-gnulib/2004-04/msg00056.html (5,707 bytes)

265. [Bug-gnulib] getdate merge from coreutils (for fractional time stamps) (score: 3)
Author: HIDDEN
Date: Tue, 30 Mar 2004 23:22:45 -0800
I installed this: 2004-03-30 Paul Eggert <address@hidden> * modules/getdate: Depend on timespec, stdbool, gettime. * lib/getdate.h: Include stdbool.h, and timespec.h instead of the usual <time.h> dan
/archive/html/bug-gnulib/2004-03/msg00065.html (32,844 bytes)

266. [Bug-gnulib] Re: [PATCH] getopt, argp - reentrant getopt interface, argp fixes (score: 3)
Author: HIDDEN
Date: 08 Mar 2004 11:33:37 -0800
I checked it for compatibility with gnulib, and it seems OK. coreutils builds and tests with it. I also took the liberty of merging gnulib's changes with yours. gnulib assumes C89 or better (and has
/archive/html/bug-gnulib/2004-03/msg00018.html (19,513 bytes)

267. [Bug-gnulib] addition: pipe.h, pipe-in.c, pipe-out.c, pipe-bidi.c (score: 3)
Author: HIDDEN
Date: Tue, 27 Jan 2004 12:18:03 +0100
Hi, There were no comments about 'execute', so I committed it. Now comes the module that allows to create subprocesses connected with pipes (in or out or both). Again, it's tested within gettext for
/archive/html/bug-gnulib/2004-01/msg00035.html (43,704 bytes)

268. [Bug-gnulib] addition: execute.h, execute.c (score: 2)
Author: HIDDEN
Date: Sat, 24 Jan 2004 19:16:29 +0100
Hi, Continuing in the series of module for creating subprocesses, here comes a very basic module: Executing a program. It's in use within gettext for ca. 2 years. Any objections or comments? Bruno ==
/archive/html/bug-gnulib/2004-01/msg00034.html (23,535 bytes)

269. [Bug-gnulib] addition: execute.h, execute.c, w32spawn.h (score: 2)
Author: HIDDEN
Date: Mon, 20 Oct 2003 13:18:49 +0200
Hi, After wait-process, here is the proposed module for executing subprocesses in a synchronous way. It's a single function, which - unlike system() - doesn't require an intermediate /bin/sh. A minim
/archive/html/bug-gnulib/2003-10/msg00074.html (22,531 bytes)

270. Re: [Bug-gnulib] using gnulib modules in shared libraries on Windows (score: 2)
Author: HIDDEN
Date: 01 Oct 2003 13:01:37 -0700
Sorry, I must have missed this in August, but I'll reply now. My kneejerk reaction is that this sort of thing may be heading down the wrong path. The GNU coding standards say: As for systems that are
/archive/html/bug-gnulib/2003-10/msg00010.html (5,740 bytes)

271. [Bug-gnulib] getopt patch to assume C89 or better (score: 2)
Author: HIDDEN
Date: 09 Sep 2003 11:41:10 -0700
This patch breaks the linkage between glibc and gnulib for getopt.h and getopt1.c (getopt.c was already not linked). I hope to merge this back into libc. 2003-09-09 Paul Eggert <address@hidden> * src
/archive/html/bug-gnulib/2003-09/msg00061.html (17,916 bytes)

272. Re: [Bug-gnulib] strftime merge from Emacs (score: 10)
Author: HIDDEN
Date: 04 Aug 2003 13:36:15 -0700
After installing your getloadavg.c gnulib-Emacs merge <http://mail.gnu.org/archive/html/bug-gnulib/2003-06/msg00023.html> I installed the following minor change, to sync one white space change with c
/archive/html/bug-gnulib/2003-08/msg00002.html (13,938 bytes)

273. [Bug-gnulib] proposal for PARAMS removal from gnulib (score: 3)
Author: HIDDEN
Date: 17 Jun 2003 12:40:11 -0700
The latest Bison test version has problems with PARAMS mismatch. This motivated me to propose the following patch. gnulib assumes C89 or better now, so it doesn't need PARAMS any more. Index: lib/Cha
/archive/html/bug-gnulib/2003-06/msg00154.html (42,266 bytes)

274. [Bug-gnulib] changes for getloadavg.c (score: 3)
Author: HIDDEN
Date: Thu, 05 Jun 2003 17:26:09 +0100
2003-06-05 Dave Love <address@hidden> [From Emacs.] * getloadavg.c: Check `__unix' as well as `unix'. Use #ifdef, not F_SETFD, not FD_SETFD. Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not obsolete NLIST_NAME
/archive/html/bug-gnulib/2003-06/msg00023.html (12,610 bytes)

275. Re: [Bug-gnulib] dirname.h self-contained? (score: 3)
Author: HIDDEN
Date: Tue, 27 May 2003 08:58:51 +0200
Usually it is. If not, there should be a good reason and a comment describing the dependency. IMHO, the way to do it is like this: include <stddef.h> include <stdlib.h> The others may be changed even
/archive/html/bug-gnulib/2003-05/msg00008.html (7,231 bytes)

276. Re: [Bug-gnulib] dirname.h self-contained? (score: 3)
Author: HIDDEN
Date: 26 May 2003 23:31:30 +0100
There must be a reason why the inclusion of stddef.h isn't done whenever we determine that it's available, but I don't know what it is. This will certainly work; AC_HEADER_STDC causes STDC_HEADERS to
/archive/html/bug-gnulib/2003-05/msg00007.html (7,440 bytes)

277. [Bug-gnulib] dirname.h self-contained? (score: 3)
Author: HIDDEN
Date: Mon, 26 May 2003 23:50:50 +0200
I don't know if the idea is to make each header file provided by gnulib self-contained or not, but if it is then dirname.h needs some #include for size_t. I guess the needed header file is <stddef.h>
/archive/html/bug-gnulib/2003-05/msg00006.html (6,581 bytes)

278. Re: [Bug-gnulib] addition: exit.h (score: 4)
Author: HIDDEN
Date: Tue, 21 Jan 2003 16:52:14 -0500
That's good with me, but what would you think of going further and defining an xexit function that checks the ferror status of stdout, and translates 0/nonzero into EXIT_SUCCESS/EXIT_FAILURE? I adap
/archive/html/bug-gnulib/2003-01/msg00075.html (7,704 bytes)


This search system is powered by Namazu