Lines Matching refs:tgz

187   gdtoa.tar.gz: renamed gdtoa.tgz and updated to incorporate the above
191 dtoa.c, gdtoa.tgz: fix a bug in strtod's reading of 4.9e-324:
195 gdtoa.tgz: test/ftest.c: change %.7g to %.8g throughout.
198 gdtoa.tgz: gdtoa.c: fix two bugs reported by David Chase (thanks!):
216 gdtoa.tgz: gdtoa.c: analogous change:
226 gdota.tgz: test/d.out test/dI.out test/dd.out: updated to reflect
244 gdtoa.tgz: changes analogous to those of 17 Sept. 1999 to dtoa.c to
251 dtoa.c and gdtoa.tgz: strtod: set errno = ERANGE on all inputs that
254 gdtoa.tgz: README: point out that compiling with -DNO_ERRNO inhibits
258 dtoa.c and gdtoa.tgz: strtod: modify the test inserted yesterday so
263 dtoa.c and gdtoa.tgz:
307 gdtoa.tgz: gethex.c: adjust logic for reading hex constants to accord
312 only in the variant of strtod that appears in gdtoa.tgz.
314 strtodg (gdtoa.tgz): New return value STRTOG_NaNbits (with
318 gdtoa.tgz: Fix uninitialized variable bug in g_Qfmt.c's handling of NaNs.
321 gdtoa.tgz: strtodg: fix a storage leak and an apparently rare infinite
335 gdtoa.tgz: corresponding adjustments to strtod.c and strtodg.c.
338 gdtoa.tgz: gdtoa/strtodg.c: fix bug in handling values exactly half
344 gdtoa.tgz: add gdtoa/test/strtodt.c and gdtoa/test/testnos3 to test
351 gdtoa.tgz: fix a bug in strtod's handling of 0-valued 0x... "decimal"
356 gdtoa.tgz: fix a glitch in strtodg.c with -DUSE_LOCALE; add #ifdef
364 gdtoa.tgz: gethex.c: add #ifdef USE_LOCAL logic; strtod.c: fix a
368 gdtoa.tgz: gethex.c: pedantic (and normally invisible) change:
372 gdtoa.tgz: gethex.c: supply missing parens in test for whether a
387 gdtoa.tgz: add strtodnrp.c for a variant of strtod that is slower
391 gdtoa.tgz: strtod.c: fix glitch when both INFNAN_CHECK and No_Hex_NaN
395 gdtoa.tgz:
408 gdtoa.tgz: gethex.c: fix a glitch introduced last week (and reported
411 gdtoa.tgz: many files: add automatic computation of gd_qnan.h for
420 gdtoa.tgz: strtodg.c: fix long-standing bug in handling input
423 gdtoa.tgz: Fix some bugs with -DJust_16.
426 gdtoa.tgz:
442 gdtoa.tgz:
459 dtoa.c and gdtoa.tgz: with -DINFNAN_CHECK and without
464 gdtoa.tgz: gethex.c: have, e.g., strtod("0xyz",&se) set se to "xyz".
468 dtoa.c and gdtoa.tgz: Fix a bug in strtod when compiled with
476 gdtoa/test/getround.c in gdtoa.tgz: simply report the current
525 gdtoa.tgz: fix bugs with reading C99-style hexadecimal floating-point
564 dtoa.c, gdtoa.tgz: tweaks (mostly adding unnecessary parens) to
572 gdtoa.tgz: tweaks to silence warnings from "gcc -Wstrict-aliasing=2";
584 gdtoa.tgz: add gdtoa/printf.c* and modify makefile so "make Printf"