mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 23:30:07 +00:00
adfa20781b
Fri Aug 30 19:55:27 1996 Ulrich Drepper <drepper@cygnus.com> * libio/genops.c: Make _cleanup an alias of _IO_cleanup. Reported by Erik Troan. Fri Aug 30 15:40:04 1996 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/Dist: Add sys/procfs.h and sys/sysmacros.h. Reported by Curtiss <1CMC3466@IBM.MTSAC.EDU>. Fri Aug 30 13:53:32 1996 Andreas Jaeger <aj@arthur.pfalz.de> * sysdeps/unix/mman/syscalls.list: `mmap' has 6 arguments, not 5. Fri Aug 30 13:01:10 1996 NIIBE Yutaka <gniibe@mri.co.jp> * sysdeps/i386/fpu/__math.h (tan): Pop 1.0 in ST to get real result. Fri Aug 30 03:33:33 1996 Ulrich Drepper <drepper@cygnus.com> * sysdeps/libm-ieee754/s_cbrtl.c: New file. `long double' implementation. * sysdeps/unix/sysv/linux/i386/Dist: Add clone.S.
31 lines
354 B
Plaintext
31 lines
354 B
Plaintext
The following functions for the `long double' versions of the libm
|
|
function have to be written:
|
|
|
|
e_acosl.c
|
|
e_asinl.c
|
|
e_atan2l.c
|
|
e_acoshl.c
|
|
e_expl.c
|
|
e_fmodl.c
|
|
e_hypotl.c
|
|
e_j0l.c
|
|
e_j1l.c
|
|
e_jnl.c
|
|
e_lgammal_r.c
|
|
e_logl.c
|
|
e_log10l.c
|
|
e_powl.c
|
|
e_rem_pio2l.c
|
|
e_sinhl.c
|
|
e_sqrtl.c
|
|
|
|
k_cosl.c
|
|
k_rem_pio2l.c
|
|
k_sinl.c
|
|
k_tanl.c
|
|
|
|
s_atanl.c
|
|
s_erfl.c
|
|
s_expm1l.c
|
|
s_log1pl.c
|