DragonFly-2.3.0.614.gf202a master include stdlib.h lib/libc Makefile Makefile.inc lib/libc/amd64 Makefile.inc gd_qnan.h lib/libc/amd64/stdlib gdtoa.mk lib/libc/gdtoa Makefile.inc _hdtoa.c _hldtoa.c _ldtoa.c glue.c machdep_ldisx.c lib/libc/i386 Makefile.inc _fpmath.h arith.h gd_qnan.h lib/libc/include fpmath.h lib/libc/stdio vfprintf.c lib/libc/stdlib Makefile.inc strtod.3 strtod.c lib/libc_rtld Makefile

Peter Avalos pavalos at crater.dragonflybsd.org
Tue Apr 7 00:13:46 PDT 2009


commit f202adf74cb196abb9454a1e0044231658e0c692
Author: Peter Avalos <pavalos at theshell.com>
Date:   Mon Jan 19 14:48:45 2009 -0500

    Replace our strtod with the gdtoa package.
    
    Obtained-from: FreeBSD

Summary of changes:
 include/stdlib.h               |    6 +-
 lib/libc/Makefile              |    2 +-
 lib/libc/Makefile.inc          |   11 +-
 lib/libc/amd64/Makefile.inc    |    9 +-
 lib/libc/amd64/gd_qnan.h       |   21 +
 lib/libc/amd64/stdlib/gdtoa.mk |    6 -
 lib/libc/gdtoa/Makefile.inc    |   18 +
 lib/libc/gdtoa/_hdtoa.c        |  143 +++
 lib/libc/gdtoa/_hldtoa.c       |  176 ++++
 lib/libc/gdtoa/_ldtoa.c        |  106 ++
 lib/libc/gdtoa/glue.c          |   13 +
 lib/libc/gdtoa/machdep_ldisx.c |   46 +
 lib/libc/i386/Makefile.inc     |    5 +
 lib/libc/i386/_fpmath.h        |   54 +
 lib/libc/i386/arith.h          |   15 +
 lib/libc/i386/gd_qnan.h        |   21 +
 lib/libc/include/fpmath.h      |   75 ++
 lib/libc/stdio/vfprintf.c      |   19 +-
 lib/libc/stdlib/Makefile.inc   |    2 +-
 lib/libc/stdlib/strtod.3       |  128 ++-
 lib/libc/stdlib/strtod.c       | 2098 ----------------------------------------
 lib/libc_rtld/Makefile         |    1 +
 22 files changed, 805 insertions(+), 2170 deletions(-)
 create mode 100644 lib/libc/amd64/gd_qnan.h
 delete mode 100644 lib/libc/amd64/stdlib/gdtoa.mk
 create mode 100644 lib/libc/gdtoa/Makefile.inc
 create mode 100644 lib/libc/gdtoa/_hdtoa.c
 create mode 100644 lib/libc/gdtoa/_hldtoa.c
 create mode 100644 lib/libc/gdtoa/_ldtoa.c
 create mode 100644 lib/libc/gdtoa/glue.c
 create mode 100644 lib/libc/gdtoa/machdep_ldisx.c
 create mode 100644 lib/libc/i386/Makefile.inc
 create mode 100644 lib/libc/i386/_fpmath.h
 create mode 100644 lib/libc/i386/arith.h
 create mode 100644 lib/libc/i386/gd_qnan.h
 create mode 100644 lib/libc/include/fpmath.h
 delete mode 100644 lib/libc/stdlib/strtod.c

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f202adf74cb196abb9454a1e0044231658e0c692


-- 
DragonFly BSD source repository





More information about the Commits mailing list