* math/Makefile (calls): Add s_frexp, s_ldexp.
authorRoland McGrath <roland@gnu.org>
Fri, 12 Jul 1996 00:43:28 +0000 (00:43 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 12 Jul 1996 00:43:28 +0000 (00:43 +0000)
commite6c9a67a0bdb970f3b7f7ced6581b98cfe35797c
treef44ede8d7ebfe1f660126bebf0f2ef7009e04309
parentadc6ff7f817959b0acf48de1bf0e7a7a6c0b901d
* math/Makefile (calls): Add s_frexp, s_ldexp.

(routines): Remove them and &f from here.

* sys/socket.h: New file, wrapper for socket/sys/socket.h.

Thu Jul 11 00:22:40 1996  Ulrich Drepper  <drepper@cygnus.com>

* sysdeps/libm-ieee754/s_frexpl.c: New file.  `long double'
implementation of frexp() function.
* sysdeps/libm-ieee754/s_ldexpl.c: New file.  `long double'
implementation of ldexp() function.

* sysdeps/libm-i387/s_isnanl.c (isnanl): Mask explicit one
out before or'ing.
ChangeLog
FAQ
math/Makefile
sysdeps/libm-i387/s_isnanl.c
sysdeps/libm-ieee754/s_frexpl.c [new file with mode: 0644]
sysdeps/libm-ieee754/s_ldexpl.c [new file with mode: 0644]