bug-gnulib archive search

Search String: Display: Description: Sort:

Results:

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

Total 844 documents matching your query.

1. *printf: fix result for NaN, Inf, -0.0 on mingw (score: 300)
Author: HIDDEN
Date: Sat, 19 May 2007 16:52:31 +0200
On mingw, the printf %f, %e, %g directives with a 'double' argument don't work right: For Inf and NaN, they produce results like "1.#INF00" or "1.#IND00". On top of that, they also omit the sign of -
/archive/html/bug-gnulib/2007-05/msg00103.html (96,458 bytes)

2. new module iconv_open-utf (was: Re: Endianness-aware UTF conversion) (score: 288)
Author: HIDDEN
Date: Sun, 14 Oct 2007 12:26:28 +0200
Indeed. The support of UTF-16BE/LE in non-GNU iconv implementation is not good: - On Solaris >= 9, UTF-{16,32}{BE,LE} are fully supported. - On AIX 5.1, only UCS-2 is recognized, and it is actually U
/archive/html/bug-gnulib/2007-10/msg00170.html (41,609 bytes)

3. float, math: Fix 'int' to 'long double' conversion on Linux/SPARC64 (score: 247)
Author: HIDDEN
Date: Fri, 30 Sep 2011 21:08:24 +0200
It started as a test failure on Linux/SPARC64: test-logl.c:42: assertion failed FAIL: test-logl I tried to fix it by activating the gnulib replacement code for logl(). But the bug persisted. Debuggin
/archive/html/bug-gnulib/2011-09/msg00456.html (12,341 bytes)

4. unistdio/u*-vasnprintf: Fix conversion of %Id directive result (score: 224)
Author: HIDDEN
Date: Wed, 22 Mar 2023 06:19:47 +0100
In the conversion from TCHAR_T[] to DCHAR_T[] in vasnprintf.c, there is an optimized loop for the case that the directive's result is entirely ASCII. There was a bug in this logic: On glibc systems,
/archive/html/bug-gnulib/2023-03/msg00082.html (5,451 bytes)

5. Re: float, math: Fix 'int' to 'long double' conversion on Linux/SPARC64 (score: 224)
Author: HIDDEN
Date: Sat, 01 Oct 2011 14:41:50 +0200
Hi Bruno, Thanks for all of this work. I've taken the liberty of adding the above file. Without it, any use of gnulib with affected modules fails like this: gnulib/gnulib-tool: ** file /h/j/w/co/cu/g
/archive/html/bug-gnulib/2011-10/msg00005.html (10,288 bytes)

6. *printf: override also handling of NaN in %a / %A (score: 224)
Author: HIDDEN
Date: Wed, 6 Jun 2007 03:45:30 +0200
When the handling of NaN and Inf is broken in the system's printf but the system's printf supports %a and %A, gnulib's replacement forgot to override the handling of NaN and Inf in this case. This fi
/archive/html/bug-gnulib/2007-06/msg00039.html (42,779 bytes)

7. Re: Add info about recommended warning options (score: 200)
Author: HIDDEN
Date: Thu, 07 Sep 2023 17:50:26 +0200
Going through the same process with clang: I started with most of the ca. 900 diagnostic options at https://releases.llvm.org/16.0.0/tools/clang/docs/DiagnosticsReference.html , omitting the redundan
/archive/html/bug-gnulib/2023-09/msg00053.html (30,259 bytes)

8. vasnwprintf: Fix crash upon conversion failure when processing %s (score: 200)
Author: HIDDEN
Date: Fri, 31 Mar 2023 13:47:16 +0200
This patch fixes a crash (abort) during the %s processing in vasnwprintf. vasnwprintf: Fix crash upon conversion failure when processing %s. * lib/vasnprintf.c (VASNPRINTF): When processing %s with !
/archive/html/bug-gnulib/2023-03/msg00148.html (4,920 bytes)

9. [PATCH] ftoastr: new module, for lossless conversion of floats to short strings (score: 200)
Author: HIDDEN
Date: Wed, 17 Nov 2010 13:00:56 -0800
* lib/ftoastr.h, lib/ftoastr.c, lib/dtoastr.c, lib/ldtoastr.c: * modules/ftoastr: New files. -- ChangeLog | 6 ++ lib/dtoastr.c | 2 + lib/ftoastr.c | 89 ++++++++++++++++++++++++++++++++++ lib/ftoastr.
/archive/html/bug-gnulib/2010-11/msg00233.html (17,703 bytes)

10. Endianness-aware UTF conversion (score: 200)
Author: HIDDEN
Date: Sun, 07 Oct 2007 19:33:25 +0200
Hi Bruno, That's what I was going to do, but the excerpt of `u16-conv-from-enc.c' that I quoted made me think that, e.g., "UTF-16BE" and "UTF-16LE" were only known to work on Glibc >= 2.2: /* Name of
/archive/html/bug-gnulib/2007-10/msg00101.html (5,913 bytes)

11. Re: [PATCH] ftoastr: new module, for lossless conversion of floats to short strings (score: 194)
Author: HIDDEN
Date: Thu, 18 Nov 2010 21:46:04 +0100
Hi Paul, Three comments on this: * The code uses the snprintf() function but the module does not depend on the 'snprintf' or 'snprintf-posix' module. Do you intend to ignore these portability problem
/archive/html/bug-gnulib/2010-11/msg00242.html (9,002 bytes)

12. Re: [PATCH] ftoastr: new module, for lossless conversion of floats to short strings (score: 194)
Author: HIDDEN
Date: Thu, 18 Nov 2010 17:36:01 +0100
Nice! Before I'd looked through the code I started thinking this might be useful in avoiding snprintf's unhealthy need to malloc. Then I saw that it uses snprintf. Oh well ;-)
/archive/html/bug-gnulib/2010-11/msg00238.html (7,623 bytes)

13. git log -> changelog [was: [PATCH] Path conversion documentation] (score: 194)
Author: HIDDEN
Date: Thu, 02 Sep 2010 15:08:30 -0600
[adding bug-gnulib] iii) fix the gitlog entries -- if that's even viable? I don't think (iii) will work. You can play all sorts of games with filter-branch, but...I managed to screw up three differen
/archive/html/bug-gnulib/2010-09/msg00040.html (9,496 bytes)

14. striconveh: optimize conversion from UTF-8 to UTF-8 (score: 194)
Author: HIDDEN
Date: Sun, 30 Mar 2008 17:58:11 +0100
A minor optimization. 2008-03-30 Bruno Haible <address@hidden> * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UT
/archive/html/bug-gnulib/2008-03/msg00275.html (5,380 bytes)

15. charset conversion functions for Unicode strings (score: 194)
Author: HIDDEN
Date: Sat, 27 Jan 2007 01:38:16 +0100 (MET)
Here comes the second part of the Unicode string library: charset conversion. It is all built on the striconveha module. 2007-01-26 Bruno Haible <address@hidden> * MODULES.html.sh (Unicode string fun
/archive/html/bug-gnulib/2007-01/msg00375.html (12,806 bytes)

16. Re: bug#56524: doc: timezone offset conversion/info (score: 189)
Author: HIDDEN
Date: Wed, 13 Jul 2022 19:05:22 -0700
Nothing about this seems "simple" to me :). I meant "simple" in comparison to the rules like TZ="<-05>+5<-04>,M3.2.0/2,M11.1.0/2". Fixed by installing the attached further patch, which also omits tha
/archive/html/bug-gnulib/2022-07/msg00044.html (5,853 bytes)

17. Re: bug#56524: doc: timezone offset conversion/info (score: 189)
Author: HIDDEN
Date: Wed, 13 Jul 2022 23:50:31 +0200
I like Paul's way to disambiguate between More {complex POSIX TZ strings} and {More complex} POSIX TZ strings by use of a hyphen. I also like your, Karl, way to nest double-quotes and sentence syntax
/archive/html/bug-gnulib/2022-07/msg00042.html (4,822 bytes)

18. Re: bug#56524: doc: timezone offset conversion/info (score: 189)
Author: HIDDEN
Date: Wed, 13 Jul 2022 15:31:26 -0600
I installed the attached patch to Gnulib Thanks. +Simple POSIX rules like this can also specify nonzero Greenwich offsets. Nothing about this seems "simple" to me :). Anyway. +More-complex POSIX TZ s
/archive/html/bug-gnulib/2022-07/msg00041.html (4,325 bytes)

19. Re: bug#56524: doc: timezone offset conversion/info (score: 189)
Author: HIDDEN
Date: Tue, 12 Jul 2022 17:20:59 -0700
$ TZ=UTC-4 date -d 'TZ="UTC" 2022-07-24 15:00' This doesn't mean what you want, because TZ=UTC-4 means "My time zone is abbreviated 'UTC', and it's four hours east of Greenwich" which is not a usefu
/archive/html/bug-gnulib/2022-07/msg00034.html (5,983 bytes)

20. Re: float, math: Fix 'int' to 'long double' conversion on Linux/SPARC64 (score: 189)
Author: HIDDEN
Date: Sat, 01 Oct 2011 15:44:35 +0200
If you always write ChangeLog entries before committing, using "vc-dwim --commit" to perform the commit would prevent precisely this problem (among others). I.e., it would have detected the inconsist
/archive/html/bug-gnulib/2011-10/msg00007.html (5,039 bytes)


This search system is powered by Namazu