bug-gnulib archive search

Search String: Display: Description: Sort:

Results:

References: [ conversion: 845 ] [ git (Too many documents hit. Ignored) ]

Total 845 documents matching your query.

321. Re: converting gnulib: cvs to git (score: 12)
Author: HIDDEN
Date: Tue, 26 Dec 2006 07:00:05 -0700
According to Jim Meyering on 12/4/2006 2:21 AM: Is this archive now up-to-date, or is there some issue still holding back the conversion process? The more I have used git over the past few weeks, the
/archive/html/bug-gnulib/2006-12/msg00242.html (6,859 bytes)

322. converting gnulib: cvs to git (score: 12)
Author: HIDDEN
Date: Mon, 04 Dec 2006 10:21:11 +0100
So far, no one has objected to my proposal to convert gnulib development from cvs to git. If there are any nay-sayers, it's time to speak up. I've just gone through the conversion process once more,
/archive/html/bug-gnulib/2006-12/msg00018.html (7,998 bytes)

323. Re: function portability documentation (score: 12)
Author: HIDDEN
Date: Mon, 22 May 2006 18:09:31 +0200
Hi Bruno, * Bruno Haible wrote on Mon, May 22, 2006 at 02:13:52PM CEST: Hmm, I think I'm not the right person to judge this, but I do think putting it in the Autoconf manual is a great idea. I'm easi
/archive/html/bug-gnulib/2006-05/msg00109.html (15,792 bytes)

324. Re: regex & g++ (score: 12)
Author: HIDDEN
Date: Tue, 23 Aug 2005 20:21:52 -0400
I just looked at the first couple of errors: In file included from regex.c:85: regex_internal.c: In function `reg_errcode_t re_string_construct(re_string_t*, c onst char*, int, char*, int, const re_
/archive/html/bug-gnulib/2005-08/msg00140.html (7,289 bytes)

325. Re: new warnings in mktime.c (score: 12)
Author: HIDDEN
Date: Wed, 22 Jun 2005 12:13:38 -0700
Odd; I don't get those warnings with gcc 4.0.0 -O -Wall: $ gcc -DHAVE_CONFIG_H -I. -I.. -O -Wall -c mktime.c $ gcc --version | sed 1q gcc (GCC) 4.0.0 Anyway, I installed this patch into coreutils. Ca
/archive/html/bug-gnulib/2005-06/msg00089.html (7,677 bytes)

326. Re: [Bug-gnulib] proposed vasnprintf patches for address arithmetic and stack overflow (score: 12)
Author: HIDDEN
Date: 20 Nov 2003 00:21:20 -0800
That is not a strong argument for preferring ssize_t to ptrdiff_t, since we have the same problem with ssize_t. There is no guarantee that ssize_t is the same width as size_t either. ssize_t is a POS
/archive/html/bug-gnulib/2003-11/msg00074.html (17,938 bytes)

327. Re: [Bug-gnulib] addition: linebreak.h, linebreak.c (score: 12)
Author: HIDDEN
Date: Mon, 7 Apr 2003 17:19:13 +0200 (CEST)
'uc' means a Unicode code position (a.k.a. as "Unicode character"). I have it typedefed in the libunistring package which is under development. Until it is ready for release, I wish to keep linebreak
/archive/html/bug-gnulib/2003-04/msg00010.html (8,796 bytes)

328. Re: [Bug-gnulib] coding practices (score: 12)
Author: HIDDEN
Date: 14 Jan 2003 20:06:21 -0800
But the code is not subtle. It's unlikely to be rewritten in the way that you describe; I have never seen the kind of error that you're worrying about. Conversely, I have seen errors masked by casts.
/archive/html/bug-gnulib/2003-01/msg00052.html (5,748 bytes)

329. Re: header file substitutes (score: 6)
Author: HIDDEN
Date: Sat, 4 May 2024 23:07:51 -0700
But I don't think C23 has the conversion macros: /* big endian 32 to host. */ uint32_t be32toh (uint32_t); /* little endian 32 to host. */ uint32_t le32toh (uint32_t); Yes, those might be a good reas
/archive/html/bug-gnulib/2024-05/msg00077.html (9,613 bytes)

330. Re: warnings in unit tests (score: 6)
Author: HIDDEN
Date: Mon, 29 Apr 2024 17:31:09 -0700
Hi Bruno, Yes, I've seen both in gnulib. I'm pretty sure the cast is required for C++ (though I think gcc has a warning to make it less strict). Maybe a 5th category is code taken from another GNU pr
/archive/html/bug-gnulib/2024-04/msg00535.html (7,902 bytes)

331. Re: warnings in unit tests (score: 6)
Author: HIDDEN
Date: Tue, 30 Apr 2024 00:12:05 +0200
Hi Collin, Different warning policies need to apply in these fours sets code: 1) Code that originates in the package that uses gnulib. Example: coreutils/src/* 2) Code from public header files in gnu
/archive/html/bug-gnulib/2024-04/msg00534.html (7,640 bytes)

332. Re: gnulib-tool.sh: Match sorting of gnulib-tool.py in output. (score: 6)
Author: HIDDEN
Date: Sun, 28 Apr 2024 04:19:50 -0700
Sounds good. Yeah, there are many things I dislike about that class. I'll probably have a look at *slowly* cleaning it up eventually. There is a bunch of dead code in there if I remember correctly. G
/archive/html/bug-gnulib/2024-04/msg00512.html (6,761 bytes)

333. Re: gnulib-tool.sh: Match sorting of gnulib-tool.py in output. (score: 6)
Author: HIDDEN
Date: Sun, 28 Apr 2024 11:52:13 +0200
Hi Collin, Thanks! OK to push in 1 or 2 days. I agree that this kind of doing side effects on a GLConfig object that is already held by another object is not super maintainable. However, this is not
/archive/html/bug-gnulib/2024-04/msg00509.html (6,897 bytes)

334. [PATCH] manywarnings: update C warnings for GCC 14 (score: 6)
Author: HIDDEN
Date: Tue, 23 Apr 2024 23:19:03 -0700
Adjust for C programs compiled by GCC 14. (A C++ expert still needs to look at manywarnings-c++.m4.) * build-aux/gcc-warning.spec: Add warnings introduced in GCC 13. * m4/manywarnings.m4 (gl_MANYWARN
/archive/html/bug-gnulib/2024-04/msg00400.html (12,979 bytes)

335. Re: Problem with DATADIR on Mingw (score: 6)
Author: HIDDEN
Date: Fri, 12 Apr 2024 20:27:47 +0200
Many packages work around this by doing '#undef DATADIR' somewhere [1]. Thanks very much for the pointer, I was able to copy this workaround. It seems that the comment at that reference understates
/archive/html/bug-gnulib/2024-04/msg00198.html (8,912 bytes)

336. Re: gnulib-tool.py: Use [] instead of list() to initialize empty lists. (score: 6)
Author: HIDDEN
Date: Tue, 2 Apr 2024 12:23:27 -0700
Yes. But be careful because we have 'modulesystem.list()'. I almost changed that to 'modulesystem.[]'. :) Collin
/archive/html/bug-gnulib/2024-04/msg00035.html (4,671 bytes)

337. Re: gnulib-tool.py: Use [] instead of list() to initialize empty lists. (score: 6)
Author: HIDDEN
Date: Tue, 02 Apr 2024 21:21:26 +0200
So that we can grep for 'list(' to find where non-empty lists are getting constructed (conversion, clone). Nice. Applied. Bruno
/archive/html/bug-gnulib/2024-04/msg00034.html (4,837 bytes)

338. Re: gnulib's build-to-host.m4 and its role in the recent xz backdoor (score: 6)
Author: HIDDEN
Date: Sat, 30 Mar 2024 11:21:24 -0700
Yes, I don't see anything that can be done about that sadly. I just want to make it clear that the malicious code was contained in the *additions* that they made to this file: $ diff -u $GNULIB_REFDI
/archive/html/bug-gnulib/2024-03/msg00419.html (8,202 bytes)

339. Re: gnulib-tool.py: Fix removal of variables from GLMakefileTable. (score: 6)
Author: HIDDEN
Date: Fri, 29 Mar 2024 15:07:40 +0100
Hi Collin, Common Lisp, in this situation, silently discard the '3' value. The way Python does it helps find signature changes of functions. I agree. Let's keep list(...) only for a data conversion o
/archive/html/bug-gnulib/2024-03/msg00403.html (5,765 bytes)

340. Re: [PATCH] gnulib-tool.py: Fix "Creating directory" output. (score: 6)
Author: HIDDEN
Date: Mon, 25 Mar 2024 13:20:47 +0100
Hi Collin, Nice! Thanks, applied. You don't need this trick here, since we sort this part of the list anyway, for compatibility with gnulib-tool.sh. This occurred also with the EXTRA_DIST augmentatio
/archive/html/bug-gnulib/2024-03/msg00334.html (6,952 bytes)


This search system is powered by Namazu