cvs commit: src/contrib/gdtoa README dtoa.c gdtoa.h gdtoaimp.h gethex.c strtoIg.c strtod.c strtodg.c xsum0.out src/contrib/gdtoa/test README f.out getround.c xsum0.out

David Schultz das at FreeBSD.org
Wed Sep 3 07:24:14 UTC 2008


das         2008-09-03 07:23:57 UTC

  FreeBSD src repository

  Modified files:
    contrib/gdtoa        README dtoa.c gdtoa.h gdtoaimp.h gethex.c 
                         strtoIg.c strtod.c strtodg.c xsum0.out 
    contrib/gdtoa/test   README f.out getround.c xsum0.out 
  Log:
  SVN rev 182709 on 2008-09-03 07:23:57Z by das
  
  Merge gdtoa 20080831. This fixes several bugs, including an infinite
  loop pointed out by cognet@ that occurs when calling strtod() with a
  string representing a number between DBL_MAX and 2*DBL_MAX, when the
  rounding mode is anything other than the default.
  
  Revision  Changes    Path
  1.2       +38 -14    src/contrib/gdtoa/README
  1.2       +27 -24    src/contrib/gdtoa/dtoa.c
  1.2       +5 -11     src/contrib/gdtoa/gdtoa.h
  1.10      +13 -9     src/contrib/gdtoa/gdtoaimp.h
  1.3       +69 -10    src/contrib/gdtoa/gethex.c
  1.2       +12 -14    src/contrib/gdtoa/strtoIg.c
  1.3       +38 -22    src/contrib/gdtoa/strtod.c
  1.2       +75 -58    src/contrib/gdtoa/strtodg.c
  1.2       +5 -0      src/contrib/gdtoa/test/README
  1.2       +30 -10    src/contrib/gdtoa/test/f.out
  1.2       +10 -9     src/contrib/gdtoa/test/getround.c
  1.2       +17 -17    src/contrib/gdtoa/test/xsum0.out
  1.2       +48 -46    src/contrib/gdtoa/xsum0.out


More information about the cvs-all mailing list