freebsd-skq/lib/libc
das 87888496cc Replace the ldexp() implementation in libc with a renamed copy of the
scalbn() implementation from libm.  (The two functions are defined to
be identical, but ldexp() lives in libc for backwards compatibility.)
The old ldexp() implementation...
  - was more complicated than this one
  - set errno instead of raising FP exceptions
  - got some corner cases wrong
    (e.g. ldexp(1.0, 2000) in round-to-zero mode)

The new implementation lives in libc/gen instead of
libc/$MACHINE_ARCH/gen, since we don't need N copies of a
machine-independent file.  The amd64 and i386 platforms
retain their fast and correct MD implementations and
override this one.
2005-01-22 06:03:40 +00:00
..
alpha Replace the ldexp() implementation in libc with a renamed copy of the 2005-01-22 06:03:40 +00:00
amd64 Eliminate gdtoa.mk and move its contents to ${MACHINE_ARCH}/Makefile.inc. 2005-01-15 05:23:58 +00:00
arm Replace the ldexp() implementation in libc with a renamed copy of the 2005-01-22 06:03:40 +00:00
compat-43 Sort sections. 2005-01-20 09:17:07 +00:00
db Fix a condition where the hole would be inserted in the wrong 2004-09-13 22:07:24 +00:00
gdtoa Cut out the gordian handling of subnormals by bit fiddling, and 2005-01-18 18:44:07 +00:00
gen Replace the ldexp() implementation in libc with a renamed copy of the 2005-01-22 06:03:40 +00:00
gmon Enable building with LIBC_SCCS defined. 2004-10-16 06:32:43 +00:00
i386 Eliminate gdtoa.mk and move its contents to ${MACHINE_ARCH}/Makefile.inc. 2005-01-15 05:23:58 +00:00
ia64 Replace the ldexp() implementation in libc with a renamed copy of the 2005-01-22 06:03:40 +00:00
include Add support for TLS in statically linked programs. 2004-08-15 16:18:52 +00:00
locale Sort sections. 2005-01-20 09:17:07 +00:00
net Sort sections. 2005-01-20 09:17:07 +00:00
nls Remove incomplete support for running FreeBSD userland on old NetBSD kernels 2003-10-29 10:45:01 +00:00
posix1e Sort sections. 2005-01-20 09:17:07 +00:00
powerpc Replace the ldexp() implementation in libc with a renamed copy of the 2005-01-22 06:03:40 +00:00
quad libc_r wasn't so tied to libc for 22 months. 2002-11-18 09:50:57 +00:00
regex Sort sections. 2005-01-20 09:17:07 +00:00
rpc Sort sections. 2005-01-20 09:17:07 +00:00
softfloat Oooops I forgot to commit that. 2004-12-08 18:41:42 +00:00
sparc64 Replace the ldexp() implementation in libc with a renamed copy of the 2005-01-22 06:03:40 +00:00
stdio Sort sections. 2005-01-20 09:17:07 +00:00
stdlib Whitespace/style tweaking of prev. commit. 2005-01-21 13:31:02 +00:00
stdtime Sort sections. 2005-01-20 09:17:07 +00:00
string Sort sections. 2005-01-20 09:17:07 +00:00
sys Fixed punctuation in xrefs. 2005-01-21 20:48:00 +00:00
uuid Sort sections. 2005-01-20 09:17:07 +00:00
xdr Enable building with LIBC_SCCS defined. 2004-10-16 06:32:43 +00:00
yp Back out the `hiding' of strlcpy and strlcat. Several people 2003-05-01 19:03:14 +00:00
Makefile Eliminate gdtoa.mk and move its contents to ${MACHINE_ARCH}/Makefile.inc. 2005-01-15 05:23:58 +00:00