CVS commit: src/lib/libc/gdtoa

2024-06-09 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Jun 9 15:06:07 UTC 2024 Modified Files: src/lib/libc/gdtoa: hdtoa.c Log Message: Fix hdtoa() for VAX D floating point To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/lib/libc/gdtoa/hdtoa.c Please note t

CVS commit: src/lib/libc/gdtoa

2024-06-09 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Jun 9 15:06:07 UTC 2024 Modified Files: src/lib/libc/gdtoa: hdtoa.c Log Message: Fix hdtoa() for VAX D floating point To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/lib/libc/gdtoa/hdtoa.c Please note t

CVS commit: src/lib/libc/gdtoa

2024-05-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 13 21:17:24 UTC 2024 Modified Files: src/lib/libc/gdtoa: Makefile.inc Log Message: libc/hdtoa: suppress lint warning about possible accuracy loss on sparc64: hdtoa.c(340): warning: conversion from 'unsigned long' to '

CVS commit: src/lib/libc/gdtoa

2024-05-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 13 21:17:24 UTC 2024 Modified Files: src/lib/libc/gdtoa: Makefile.inc Log Message: libc/hdtoa: suppress lint warning about possible accuracy loss on sparc64: hdtoa.c(340): warning: conversion from 'unsigned long' to '

CVS commit: src/lib/libc/gdtoa

2024-01-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 23 15:31:58 UTC 2024 Modified Files: src/lib/libc/gdtoa: strtod.c Log Message: fix vax build (unused variable) To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/lib/libc/gdtoa/strtod.c Please note that

CVS commit: src/lib/libc/gdtoa

2024-01-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 23 15:31:58 UTC 2024 Modified Files: src/lib/libc/gdtoa: strtod.c Log Message: fix vax build (unused variable) To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/lib/libc/gdtoa/strtod.c Please note that

CVS commit: src/lib/libc/gdtoa

2023-08-10 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Aug 11 06:02:46 UTC 2023 Modified Files: src/lib/libc/gdtoa: strtod.c Log Message: remove the -O0 force for _int_strtod_l() and GCC 9, it's fixed in GCC 10 and 12. this was triggering sh3 GCC 12 to fail compiles because of ssp.h

CVS commit: src/lib/libc/gdtoa

2023-08-10 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Aug 11 06:02:46 UTC 2023 Modified Files: src/lib/libc/gdtoa: strtod.c Log Message: remove the -O0 force for _int_strtod_l() and GCC 9, it's fixed in GCC 10 and 12. this was triggering sh3 GCC 12 to fail compiles because of ssp.h

CVS commit: src/lib/libc/gdtoa

2023-04-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Apr 1 23:44:11 UTC 2023 Modified Files: src/lib/libc/gdtoa: gdtoa.c Log Message: Fix lying comment. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/lib/libc/gdtoa/gdtoa.c Please note that diffs are not pu

CVS commit: src/lib/libc/gdtoa

2023-04-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Apr 1 23:44:11 UTC 2023 Modified Files: src/lib/libc/gdtoa: gdtoa.c Log Message: Fix lying comment. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/lib/libc/gdtoa/gdtoa.c Please note that diffs are not pu

CVS commit: src/lib/libc/gdtoa

2019-08-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 7 15:37:46 UTC 2019 Modified Files: src/lib/libc/gdtoa: gdtoaimp.h Log Message: Mark the libc fegetround weak reference unused. Not all .c files that include gdtoaimp.h use it, which makes clang unhappy. To generate

CVS commit: src/lib/libc/gdtoa

2019-08-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 7 15:37:46 UTC 2019 Modified Files: src/lib/libc/gdtoa: gdtoaimp.h Log Message: Mark the libc fegetround weak reference unused. Not all .c files that include gdtoaimp.h use it, which makes clang unhappy. To generate

CVS commit: src/lib/libc/gdtoa

2019-07-31 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Aug 1 02:27:43 UTC 2019 Modified Files: src/lib/libc/gdtoa: g_Qfmt.c g_dfmt.c g_ffmt.c g_xLfmt.c g_xfmt.c gdtoa.c gdtoa.h gdtoaimp.h ldtoa.c strtoIQ.c strtoId.c strtoIdd.c strtoIf.c strtoIg.c strtoIx

CVS commit: src/lib/libc/gdtoa

2019-07-31 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Aug 1 02:27:43 UTC 2019 Modified Files: src/lib/libc/gdtoa: g_Qfmt.c g_dfmt.c g_ffmt.c g_xLfmt.c g_xfmt.c gdtoa.c gdtoa.h gdtoaimp.h ldtoa.c strtoIQ.c strtoId.c strtoIdd.c strtoIf.c strtoIg.c strtoIx

CVS commit: src/lib/libc/gdtoa

2019-07-31 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Aug 1 02:06:31 UTC 2019 Modified Files: src/lib/libc/gdtoa: Makefile.inc gdtoa_fltrnds.h gdtoaimp.h Log Message: Honour the floating-point rounding mode in floating-point formatting. C99, Sec. 7.19.6.1 `The fprintf functi

CVS commit: src/lib/libc/gdtoa

2019-07-31 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Aug 1 02:06:31 UTC 2019 Modified Files: src/lib/libc/gdtoa: Makefile.inc gdtoa_fltrnds.h gdtoaimp.h Log Message: Honour the floating-point rounding mode in floating-point formatting. C99, Sec. 7.19.6.1 `The fprintf functi

Re: CVS commit: src/lib/libc/gdtoa

2011-11-17 Thread tsugutomo . enami
Christos Zoulas writes: > Modified Files: > src/lib/libc/gdtoa: misc.c I've noticed that this code casually enclosing piece of code including return statement with ACQUIRE_LOCK/FREE_LOCK. I guess the lock need to be freed (i.e., unlocked) before return. enami.

Re: CVS commit: src/lib/libc/gdtoa

2011-03-20 Thread Joerg Sonnenberger
i386 build is still broken with lint issues in dtoa.c, gdtoa.c and strtod.c at least. Joerg On Sun, Mar 20, 2011 at 07:15:36PM -0400, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Sun Mar 20 23:15:35 UTC 2011 > > Modified Files: > src/lib/libc/gdtoa: d

CVS commit: src/lib/libc/gdtoa

2010-01-17 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Jan 17 23:06:31 UTC 2010 Modified Files: src/lib/libc/gdtoa: arithchk.c Log Message: Close file handle after using it. Found by cppcheck. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libc/gdtoa/arithchk.c