DragonFly commits List (threaded) for 2009-04
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
DragonFly-2.3.0.635.g037fa master include math.h lib/libc/amd64/gen Makefile.inc frexp.c lib/libc/gen Makefile.inc frexp.3 frexp.c lib/libc/i386/gen Makefile.inc frexp.c lib/libm/src Makefile.inc s_frexpl.c
commit 037fad31f3f005c331bd75825dec7807868269a2
Author: Peter Avalos <pavalos@theshell.com>
Date: Thu Feb 26 05:19:26 2009 -0500
Replace frexp(3) with MI code and add a frexpl(3) function to libm.
Obtained-from: FreeBSD
Summary of changes:
include/math.h | 1 +
lib/libc/amd64/gen/Makefile.inc | 2 +-
lib/libc/amd64/gen/frexp.c | 63 ---------------------------------------
lib/libc/gen/Makefile.inc | 3 +-
lib/libc/gen/frexp.3 | 40 ++++++++++++++----------
lib/libc/gen/frexp.c | 57 +++++++++++++++++++++++++++++++++++
lib/libc/i386/gen/Makefile.inc | 2 +-
lib/libc/i386/gen/frexp.c | 62 --------------------------------------
lib/libm/src/Makefile.inc | 5 ++-
lib/libm/src/s_frexpl.c | 62 ++++++++++++++++++++++++++++++++++++++
10 files changed, 151 insertions(+), 146 deletions(-)
delete mode 100644 lib/libc/amd64/gen/frexp.c
create mode 100644 lib/libc/gen/frexp.c
delete mode 100644 lib/libc/i386/gen/frexp.c
create mode 100644 lib/libm/src/s_frexpl.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/037fad31f3f005c331bd75825dec7807868269a2
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]