Module Name:src
Committed By: christos
Date: Tue Jun 15 10:56:52 UTC 2021
Modified Files:
src/lib/libc/gdtoa: hdtoa.c
Log Message:
PR/56247: Greg A. Woods: printf("%La", LDBL_MIN) dumps core
Don't write to ((char *)malloc(size))[-1];
To generate a diff of this commit:
cv
Module Name:src
Committed By: christos
Date: Thu May 6 16:15:33 UTC 2021
Modified Files:
src/lib/libc/gdtoa: dtoa.c gdtoa.c strtoIg.c strtod.c strtodg.c
Log Message:
PR/56148: Andreas Gustafsson: lib/libc/stdio/t_printf:snprintf_float test
randomly fails.
Add checks to al
Module Name:src
Committed By: christos
Date: Fri Sep 18 14:19:34 UTC 2020
Modified Files:
src/lib/libc/gdtoa: strtod.c
Log Message:
delint
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/lib/libc/gdtoa/strtod.c
Please note that diffs are not public dom
Module Name:src
Committed By: christos
Date: Fri Sep 18 14:06:45 UTC 2020
Modified Files:
src/lib/libc/gdtoa: strtod.c
Log Message:
PR/55668: Martin Husemann: Disable optimization to avoid infinite loop.
Also bring in a few changes from the most recent gdtoa code (not rele
Module Name:src
Committed By: christos
Date: Sat Apr 11 20:48:53 UTC 2020
Modified Files:
src/lib/libc/gdtoa: hdtoa.c
Log Message:
fix tyop
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/gdtoa/hdtoa.c
Please note that diffs are not public dom
Module Name:src
Committed By: christos
Date: Sat Apr 11 20:28:28 UTC 2020
Modified Files:
src/lib/libc/gdtoa: hdtoa.c
Log Message:
Via enh at google dot com in tech-userlevel. Fix handling of
EXT_FRAC{H,L}BITS (although we don't need to since we don't have them).
To gene
Module Name:src
Committed By: kamil
Date: Sat Feb 22 00:38:15 UTC 2020
Modified Files:
src/lib/libc/gdtoa: gethex.c
Log Message:
Avoid unportable left shift construct
left shift of 9 by 28 places cannot be represented in type 'int'
To generate a diff of this commit:
cvs
Module Name:src
Committed By: christos
Date: Sun Mar 13 19:44:58 UTC 2016
Modified Files:
src/lib/libc/gdtoa: ldtoa.c
Log Message:
PR/50937: Henning Petersen: Fix subnormal printf for long double x86. From
FreeBSD PR 85080.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: joerg
Date: Fri Apr 19 20:18:33 UTC 2013
Modified Files:
src/lib/libc/gdtoa: Makefile.inc
Log Message:
Add libc/locale to the search path.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib/libc/gdtoa/Makefile.inc
Please no
Module Name:src
Committed By: joerg
Date: Fri Apr 19 10:41:54 UTC 2013
Modified Files:
src/lib/libc/gdtoa: gdtoaimp.h gethex.c strtod.c strtodg.c
Log Message:
Pass locale down to gethex as well.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/lib/libc/g
Module Name:src
Committed By: alnsn
Date: Wed May 16 17:48:59 UTC 2012
Modified Files:
src/lib/libc/gdtoa: dtoa.c
Log Message:
Use original indentation style in more places.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/libc/gdtoa/dtoa.c
Please no
Module Name:src
Committed By: alnsn
Date: Tue May 15 18:13:22 UTC 2012
Modified Files:
src/lib/libc/gdtoa: dtoa.c
Log Message:
Don't use normal indentation style, use original author's indentation style.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib
Module Name:src
Committed By: alnsn
Date: Tue May 15 18:10:02 UTC 2012
Modified Files:
src/lib/libc/gdtoa: dtoa.c
Log Message:
Add missing {} around two "if (b == NULL)" checks which were added in r1.5.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/
Module Name:src
Committed By: christos
Date: Thu Mar 22 15:34:14 UTC 2012
Modified Files:
src/lib/libc/gdtoa: strtod.c
Log Message:
add constcond, make shifts unsigned
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/gdtoa/strtod.c
Please note
Module Name:src
Committed By: he
Date: Thu Mar 22 13:15:48 UTC 2012
Modified Files:
src/lib/libc/gdtoa: strtod.c
Log Message:
A few modifications to make this build for vax:
* The decpt variable is only used if INFNAN_CHECK, which isn't defined
for vax.
* Use a cast t
Module Name:src
Committed By: he
Date: Thu Mar 22 13:09:13 UTC 2012
Modified Files:
src/lib/libc/gdtoa: strtodg.c
Log Message:
A few fixes to make this build for vax:
* The fivesbits[] variable is not used for vax
* The decpt variable is only used if INFNAN_CHECK, which
Module Name:src
Committed By: mlelstv
Date: Mon Nov 21 09:46:20 UTC 2011
Modified Files:
src/lib/libc/gdtoa: misc.c
Log Message:
one more error path that didn't free a lock.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/gdtoa/misc.c
Please n
Module Name:src
Committed By: martin
Date: Fri Nov 18 08:20:13 UTC 2011
Modified Files:
src/lib/libc/gdtoa: misc.c
Log Message:
Release dtoa lock before returning, pointed out by enami.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/libc/gdtoa/misc.
Module Name:src
Committed By: christos
Date: Fri Nov 18 04:17:23 UTC 2011
Modified Files:
src/lib/libc/gdtoa: misc.c
Log Message:
unlock before returning on error, thanks enami.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib/libc/gdtoa/misc.c
Please
Module Name:src
Committed By: christos
Date: Fri Nov 18 02:38:18 UTC 2011
Modified Files:
src/lib/libc/gdtoa: misc.c
Log Message:
PR/45627: Martin Husemann: Plug memory leak
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/libc/gdtoa/misc.c
Please not
Module Name:src
Committed By: matt
Date: Fri Jul 1 03:20:06 UTC 2011
Modified Files:
src/lib/libc/gdtoa: strtof_vaxf.c
Log Message:
Fix some bugs [exceed array bounds]. Simplify.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libc/gdtoa/strtof_vaxf
Module Name:src
Committed By: christos
Date: Sat Jun 4 14:18:10 UTC 2011
Modified Files:
src/lib/libc/gdtoa: gdtoaimp.h
Log Message:
remove string placed by error(1)
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/lib/libc/gdtoa/gdtoaimp.h
Please note
Module Name:src
Committed By: he
Date: Sun Mar 27 11:21:55 UTC 2011
Modified Files:
src/lib/libc/gdtoa: strtod.c
Log Message:
Fix this so that it builds for vax; where the compiler balks at the
mixture of a union and a double in an expression (imagine that!)
I see other si
Module Name:src
Committed By: enami
Date: Mon Mar 21 23:37:42 UTC 2011
Modified Files:
src/lib/libc/gdtoa: hdtoa.c
Log Message:
Don't use #endif where #else is expected.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/libc/gdtoa/hdtoa.c
Please note t
Module Name:src
Committed By: christos
Date: Mon Mar 21 22:33:46 UTC 2011
Modified Files:
src/lib/libc/gdtoa: hdtoa.c
Log Message:
pacify lint.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libc/gdtoa/hdtoa.c
Please note that diffs are not public d
Module Name:src
Committed By: christos
Date: Mon Mar 21 22:33:29 UTC 2011
Modified Files:
src/lib/libc/gdtoa: gdtoaimp.h
Log Message:
Add Emin for the vax. Need to check
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/gdtoa/gdtoaimp.h
Please n
Module Name:src
Committed By: christos
Date: Mon Mar 21 19:46:41 UTC 2011
Modified Files:
src/lib/libc/gdtoa: dtoa.c
Log Message:
fix vax typo.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libc/gdtoa/dtoa.c
Please note that diffs are not public do
Module Name:src
Committed By: christos
Date: Mon Mar 21 12:53:51 UTC 2011
Modified Files:
src/lib/libc/gdtoa: g__fmt.c strtod.c strtodg.c
Log Message:
more de-linting.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 src/lib/libc/gdtoa/g__fmt.c
cvs rdiff -
Module Name:src
Committed By: christos
Date: Mon Mar 21 04:52:09 UTC 2011
Modified Files:
src/lib/libc/gdtoa: gdtoaimp.h hexnan.c misc.c
Log Message:
fix some lint on i386
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/libc/gdtoa/gdtoaimp.h
cvs rdif
Module Name:src
Committed By: christos
Date: Sun Mar 20 23:15:35 UTC 2011
Modified Files:
src/lib/libc/gdtoa: dtoa.c g_Qfmt.c g_ddfmt.c g_dfmt.c g_ffmt.c
g_xLfmt.c g_xfmt.c gdtoa.c gdtoa.h gdtoaimp.h gethex.c hexnan.c
makefile misc.c smisc.c strtoIg.
Module Name:src
Committed By: christos
Date: Sat Mar 19 21:26:02 UTC 2011
Removed Files:
src/lib/libc/gdtoa: printf.c printf.c0 stdio1.h
Log Message:
don't need these and they break the build
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r0 src/lib/libc/gdto
Module Name:src
Committed By: christos
Date: Sat Mar 19 16:26:49 UTC 2011
Update of /cvsroot/src/lib/libc/gdtoa
In directory ivanova.netbsd.org:/tmp/cvs-serv23231
Log Message:
from www.netlib.org
Status:
Vendor Tag: DMG
Release Tags: gdtoa-2011-03-19
C src
Module Name:src
Committed By: christos
Date: Fri Jan 21 23:36:50 UTC 2011
Modified Files:
src/lib/libc/gdtoa: gdtoaimp.h
Log Message:
add may alias attribute to the double union because gcc-4.5.x produces
incorrect code on ARMv7a. From nikunj badjatya
To generate a diff
33 matches
Mail list logo