Date: Sat, 12 Mar 2011 07:03:06 +0000 (UTC) From: David Schultz <das@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/contrib/gdtoa README changes dtoa.c g__fmt.c g_ddfmt.c g_dfmt.c gdtoa.c gdtoa.h gdtoaimp.h gethex.c hexnan.c makefile misc.c printf.c printf.c0 smisc.c stdio1.h strtoIg.c strtod.c strtodI.c strtodg.c strtof.c strtopdd.c strtopf.c ... Message-ID: <201103120703.p2C73Gd0051149@repoman.freebsd.org>
index | next in thread | raw e-mail
das 2011-03-12 07:03:06 UTC
FreeBSD src repository
Modified files:
contrib/gdtoa README dtoa.c g__fmt.c g_ddfmt.c g_dfmt.c
gdtoa.c gdtoa.h gdtoaimp.h gethex.c
hexnan.c makefile misc.c smisc.c
strtoIg.c strtod.c strtodI.c strtodg.c
strtof.c strtopdd.c strtopf.c strtopx.c
strtopxL.c strtordd.c strtorf.c strtorx.c
strtorxL.c ulp.c
Added files:
contrib/gdtoa changes printf.c printf.c0 stdio1.h
Log:
SVN rev 219557 on 2011-03-12 07:03:06Z by das
Merge gdtoa-20110304.
Revision Changes Path
1.4 +7 -0 src/contrib/gdtoa/README
1.1 +672 -0 src/contrib/gdtoa/changes (new)
1.3 +93 -75 src/contrib/gdtoa/dtoa.c
1.3 +1 -1 src/contrib/gdtoa/g__fmt.c
1.3 +12 -11 src/contrib/gdtoa/g_ddfmt.c
1.3 +2 -0 src/contrib/gdtoa/g_dfmt.c
1.3 +88 -84 src/contrib/gdtoa/gdtoa.c
1.4 +1 -1 src/contrib/gdtoa/gdtoa.h
1.13 +23 -24 src/contrib/gdtoa/gdtoaimp.h
1.5 +5 -5 src/contrib/gdtoa/gethex.c
1.4 +23 -31 src/contrib/gdtoa/hexnan.c
1.3 +26 -15 src/contrib/gdtoa/makefile
1.3 +34 -30 src/contrib/gdtoa/misc.c
1.1 +8 -0 src/contrib/gdtoa/printf.c (new)
1.1 +1669 -0 src/contrib/gdtoa/printf.c0 (new)
1.3 +10 -10 src/contrib/gdtoa/smisc.c
1.1 +103 -0 src/contrib/gdtoa/stdio1.h (new)
1.3 +1 -1 src/contrib/gdtoa/strtoIg.c
1.5 +246 -200 src/contrib/gdtoa/strtod.c
1.2 +45 -59 src/contrib/gdtoa/strtodI.c
1.4 +63 -62 src/contrib/gdtoa/strtodg.c
1.5 +1 -1 src/contrib/gdtoa/strtof.c
1.3 +18 -18 src/contrib/gdtoa/strtopdd.c
1.3 +1 -1 src/contrib/gdtoa/strtopf.c
1.3 +2 -1 src/contrib/gdtoa/strtopx.c
1.3 +2 -1 src/contrib/gdtoa/strtopxL.c
1.2 +21 -27 src/contrib/gdtoa/strtordd.c
1.2 +4 -10 src/contrib/gdtoa/strtorf.c
1.4 +2 -1 src/contrib/gdtoa/strtorx.c
1.2 +7 -11 src/contrib/gdtoa/strtorxL.c
1.2 +12 -18 src/contrib/gdtoa/ulp.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103120703.p2C73Gd0051149>
