glibc/sysdeps/libm-ieee754
Ulrich Drepper 6973fc0127 Update.
1997-11-18 02:31  Ulrich Drepper  <drepper@cygnus.com>

	* iconv/Makefile: New file.
	* iconv/gconv.c: New file.
	* iconv/gconv.h: New file.
	* iconv/gconv_builtin.c: New file.
	* iconv/gconv_builtin.h: New file.
	* iconv/gconv_close.c: New file.
	* iconv/gconv_conf.c: New file.
	* iconv/gconv_db.c: New file.
	* iconv/gconv_dl.c: New file.
	* iconv/gconv_open.c: New file.
	* iconv/gconv_simple.c: New file.
	* iconv/iconv.c: New file.
	* iconv/iconv.h: New file.
	* iconv/iconv_close.c: New file.
	* iconv/iconv_open.c: New file.
	* include/gconv.h: New file.

	* Makeconfig: Define gconvdir.
	* Makefile (subdirs): Add iconv.

	* string/bits/string2.h: Add optimization for strtok_r.

	* sysdeps/generic/_G_config.h: Define __need_NULL to get definition
	for NULL.
	Reported by H.J. Lu <hjl@gnu.ai.mit.edu>.
	* configure.in: Correct test for bash2.
	* locale/Makefile (CFLAGS-charmap.c): Add -Wno-char-subscripts.
	(CFLAGS-locfile.c): Likewise.
	Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
	* misc/hsearch_r.c (hsearch_r): Avoid undefinitely search for
	non-existing entry if the table is full.
	* posix/regex.h: Pretty print.
	* stdio-common/printf_fp.c: Don't define NDEBUG if already defined.
	* sysdeps/posix/ctermid.c: Simplify a bit.
	* sysdeps/unix/sysv/linux/net/if.h: Pretty print.
1997-11-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
	* sysdeps/unix/sysv/linux/sys/quota.h: Add include for
	<sys/types.h> instead of <asm/types.h>.
1997-11-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
	* math/libm-test.c (asin_test): Add epsilon for asin (0.5).
1997-11-16 17:09  H.J. Lu  <hjl@gnu.ai.mit.edu>
	* libc.map (_IO_stdin_, _IO_stdout_, _IO_stderr_, _IO_fopen,
	fopen, freopen, _IO_fclose, fclose): Added to GLIBC_2.0.
	(_IO_stdin_, _IO_stdout_, _IO_stderr_): Removed from GLIBC_2.1.
	(_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_, _IO_fclose,
	fclose): Added to GLIBC_2.1.
	* libio/Makefile (routines, shared-only-routines): Add
	oldiofclose.  Remove oldfreopen.
	* libio/freopen.c (freopen): When PIC is defined, call
	_IO_old_freopen () for old stdio.
	* libio/iofclose.c (_IO_new_fclose): Renamed from _IO_fclose.
	(_IO_fclose, fclose): Use _IO_new_fclose as default version
	for GLIBC_2.1.
	* libio/iolibio.h (_IO_old_freopen): Use _IO_old_file_close_it
	instead of _IO_file_close_it.
	* libio/libio.h (_IO_stdin_, _IO_stdout_, _IO_stderr_): Changed
	to _IO_2_1_stdxxx_.
	(_IO_stdin, _IO_stdout, _IO_stderr): Declare as extern if _LIBC
	* libio/libioP.h (_IO_old_do_flush): New.
	* libio/oldfileops.c (_IO_old_file_close_it,
	_IO_old_file_finish, _IO_old_file_overflow, _IO_old_file_sync):
	Call _IO_old_do_flush () instead of _IO_do_flush ().
	(_IO_old_file_xsputn): Call _IO_old_do_write () instead of
	_IO_do_write ().
	* libio/oldiofopen.c (_IO_old_fopen): Call _IO_old_file_init ()
	instead of _IO_file_init ().
	Bind old symbols to version GLIBC_2.0.
	* libio/oldstdfiles.c (DEF_STDFILE): Don't use symbol_version.
	(_IO_old_stdin_, _IO_old_stdout_, _IO_old_stderr_): Changed to
	_IO_stdxxx_.
	(_IO_check_libio): New function in .init.
	* libio/oldiofclose.c: New file.
	* libio/stdfiles.c (_IO_new_stdin_, _IO_new_stdout_,
	_IO_new_stderr_): Changed to _IO_2_1_stdxxx_.
	(DEF_STDFILE): Don't use default_symbol_version.
	* libio/stdio.c (stdin, stdout, stderr): Set to
	_IO_2_1_stdxxx_._
	(_IO_stdin, _IO_stdout, _IO_stderr): New, strong alias of
	stdxxx.
	* csu/Makefile (distribute): Add init.c.
	(extra-objs): Add init.o for ELF.
	(start-installed-name): Add $(objpfx)init.o.
	* csu/init.c: New file.
1997-11-12 08:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
	* elf/dl-lookup.c (do_lookup): Don't use the hidden base
	definition as the default.
1997-08-27  Klaus Espenlaub  <kespenla@hydra.informatik.uni-ulm.de>
	* erand48_r.c (__erand48_r): Implement for 32 bit short int.
1997-11-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
	* elf/genrtldtbl.awk: Replace gensub for compatibility with gawk2
	(PR 351).
1997-11-16 21:01  Philip Blundell  <Philip.Blundell@pobox.com>
	* sysdeps/arm/sysdep.h: Use __APCS_32__ to decide whether or not
	to preserve condition codes on function call.
1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
	* sysdeps/generic/s_exp2l.c: Change exp2l to __ieee754_exp2l.
1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
	* math/libm-test.c (asin_test): Add epsilon for float.
	(tan_test): Add epsilon for float.
	(log1p_test): Add epsilon for float.
	(inverse_functions): Add epsilons.
	* sysdeps/unix/sysv/linux/Makefile (sysdep_headers) [socket]: Add
	net/if_packet.h.
	* sysdeps/unix/sysv/linux/Dist: Add net/if_packet.h.
1997-11-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
	* md5-crypt/Makefile (extra-objs): Make recursively expanded
	variable, since $(object-suffixes) is not defined yet.
1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
	* db2/Makefile (distribute): db185/db185_int.src ->
	db185/db185_int.h.
1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
	* misc/tst-fdset.c: Don't require the value of FD_ISSET to be
	exactly one.
1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
	* sysdeps/generic/e_acoshl.c: Fix stub_warning: use the user level
	* sysdeps/generic/e_acosl.c: Likewise.
	* sysdeps/generic/e_asinl.c: Likewise.
	* sysdeps/generic/e_atan2l.c: Likewise.
	* sysdeps/generic/e_expl.c: Likewise.
	* sysdeps/generic/e_fmodl.c: Likewise.
	* sysdeps/generic/e_j0l.c: Likewise.
	* sysdeps/generic/e_j1l.c: Likewise.
	* sysdeps/generic/e_jnl.c: Likewise.
	* sysdeps/generic/e_lgammal_r.c: Likewise.
	* sysdeps/generic/e_log10l.c: Likewise.
	* sysdeps/generic/e_logl.c: Likewise.
	* sysdeps/generic/e_powl.c: Likewise.
	* sysdeps/generic/e_sqrtl.c: Likewise.
	* sysdeps/generic/e_exp2l.c: Likewise.

1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* Make-dist (+sysdep-names): Remove extra paren.
	* Makefile (distribute): Add stub-tag.h.
	* elf/Makefile (distribute): Add atomicity.h.
	* stdlib/Makefile (headers): Add ucontext.h and sys/ucontext.h.
	* sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
	[$(subdir)=socket]: Add net/if_packet.h.
	* sysdeps/alpha/Dist: Remove setjmp_aux.c.
	* sysdeps/unix/sysv/linux/Dist: Add s_pread64.c, s_pwrite64.c,
	net/if_packet.h, scsi/sg.h.
1997-11-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
	* Makefile (install): Quote $(CC) expansion.
1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
	* sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Added caching of
	working /proc cwd and no restrictions on path length.  Following
	some ideas from Andi Kleen <ak@muc.de> (PR 350).
1997-11-14 19:14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
	* nis/nss_compat/compat-grp.c: Remove buggy assert call.
1997-11-14 22:23  Ulrich Drepper  <drepper@cygnus.com>
	* sysdeps/libm-i387/s_fdim.S: New file.
	* sysdeps/libm-i387/s_fdimf.S: New file.
	* sysdeps/libm-i387/s_fdiml.S: New file.
	* sysdeps/libm-i387/i686/s_fdim.S: New file.
	* sysdeps/libm-i387/i686/s_fdimf.S: New file.
	* sysdeps/libm-i387/i686/s_fdiml.S: New file.
1997-11-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
	* string/bits/string2.h (strstr): Avoid warning if HAYSTACK is a
	pointer to unsigned char.
1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
	* sysdeps/libm-ieee754/s_llrintf.c (__llrintf): Fix function.
	* sysdeps/libm-ieee754/s_lrintf.c (__lrintf): Fix function.
	* sysdeps/libm-ieee754/s_lrint.c (__lrint): Fix function.
1997-11-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
	* sysdeps/libm-ieee754/s_ilogbf.c: Correct return values for
	ilogb(0/NaN).
	* sysdeps/libm-ieee754/s_ilogbl.c: Likewise.
	* sysdeps/libm-ieee754/s_ilogb.c: Likewise.

1997-11-14 05:44  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/libm-i387/s_fmin.S: New file.
	* sysdeps/libm-i387/s_fminf.S: New file.
	* sysdeps/libm-i387/s_fminl.S: New file.
	* sysdeps/libm-i387/s_fmax.S: New file.
	* sysdeps/libm-i387/s_fmaxf.S: New file.
	* sysdeps/libm-i387/s_fmaxl.S: New file.
	* sysdeps/libm-i387/i686/s_fmin.S: New file.
	* sysdeps/libm-i387/i686/s_fminf.S: New file.
	* sysdeps/libm-i387/i686/s_fminl.S: New file.
	* sysdeps/libm-i387/i686/s_fmax.S: New file.
	* sysdeps/libm-i387/i686/s_fmaxf.S: New file.
	* sysdeps/libm-i387/i686/s_fmaxl.S: New file.

1997-11-14 03:06  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/unix/sysv/linux/accept.S: Add __libc_accept as alias.
	* sysdeps/unix/sysv/linux/send.S: Likewise.
	* sysdeps/unix/sysv/linux/recv.S: Likewise.
	* sysdeps/unix/sysv/linux/connect.S: Likewise.
	Reported by Christopher Wiles <wileyc@ai.cs.fujitsu.co.jp>.
See ChangeLog.7 for earlier changes.
1997-11-18 02:50:07 +00:00
..
Dist Update. 1997-09-24 23:03:42 +00:00
e_acos.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
e_acosf.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
e_acosh.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
e_acoshf.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
e_acoshl.c Update. 1997-05-07 15:31:21 +00:00
e_asin.c Update. 1997-11-12 00:06:02 +00:00
e_asinf.c Update. 1997-11-12 00:06:02 +00:00
e_atan2.c Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-03-17 01:58:17 +00:00
e_atan2f.c Update. 1997-07-22 00:10:33 +00:00
e_atan2l.c Update. 1997-11-12 00:06:02 +00:00
e_atanh.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
e_atanhf.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
e_atanhl.c Update. 1997-05-07 15:31:21 +00:00
e_cosh.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
e_coshf.c update from main archive 970101 1997-01-01 15:28:18 +00:00
e_coshl.c update from main archive 961005 1996-10-06 02:05:11 +00:00
e_exp.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
e_expf.c update from main archive 970101 1997-01-01 15:28:18 +00:00
e_fmod.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
e_fmodf.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
e_gamma_r.c Update. 1997-06-19 19:11:22 +00:00
e_gammaf_r.c Update. 1997-06-19 19:11:22 +00:00
e_gammal_r.c Update. 1997-06-19 19:11:22 +00:00
e_hypot.c update from main archive 970101 1997-01-01 15:28:18 +00:00
e_hypotf.c update from main archive 970101 1997-01-01 15:28:18 +00:00
e_hypotl.c update from main archive 970101 1997-01-01 15:28:18 +00:00
e_j0.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
e_j0f.c Fri May 3 13:32:08 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-03 17:44:31 +00:00
e_j1.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
e_j1f.c Fri May 3 13:32:08 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-03 17:44:31 +00:00
e_jn.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
e_jnf.c update from main archive 961030 1996-10-31 02:57:12 +00:00
e_lgamma_r.c Update. 1997-06-19 19:11:22 +00:00
e_lgammaf_r.c Update. 1997-06-19 19:11:22 +00:00
e_log.c Update. 1997-07-22 00:10:33 +00:00
e_log10.c Update. 1997-07-22 00:10:33 +00:00
e_log10f.c Update. 1997-07-22 00:10:33 +00:00
e_logf.c Update. 1997-07-22 00:10:33 +00:00
e_pow.c update from main archive 961030 1996-10-31 02:57:12 +00:00
e_powf.c update from main archive 970101 1997-01-01 15:28:18 +00:00
e_rem_pio2.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
e_rem_pio2f.c update from main archive 961030 1996-10-31 02:57:12 +00:00
e_remainder.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
e_remainderf.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
e_remainderl.c Update. 1997-11-12 00:06:02 +00:00
e_scalb.c Update. 1997-06-23 21:55:26 +00:00
e_scalbf.c Update. 1997-06-23 21:55:26 +00:00
e_scalbl.c Update. 1997-06-23 21:55:26 +00:00
e_sinh.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
e_sinhf.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
e_sinhl.c Update. 1997-05-07 15:31:21 +00:00
e_sqrt.c Update from main archive 961219 1996-12-20 01:39:50 +00:00
e_sqrtf.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
k_cos.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
k_cosf.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
k_rem_pio2.c Update from main archive 961219 1996-12-20 01:39:50 +00:00
k_rem_pio2f.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
k_sin.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
k_sinf.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
k_standard.c Update. 1997-09-24 23:03:42 +00:00
k_tan.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
k_tanf.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
s_asinh.c update from main archive 961005 1996-10-06 02:05:11 +00:00
s_asinhf.c update from main archive 961229 1996-12-30 01:47:46 +00:00
s_asinhl.c Update. 1997-04-02 14:47:34 +00:00
s_atan.c update from main archive 961005 1996-10-06 02:05:11 +00:00
s_atanf.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
s_cacos.c Update. 1997-04-12 23:41:36 +00:00
s_cacosf.c Update. 1997-04-12 23:41:36 +00:00
s_cacosh.c Update. 1997-04-12 23:41:36 +00:00
s_cacoshf.c Update. 1997-04-12 23:41:36 +00:00
s_cacoshl.c Update. 1997-04-12 23:41:36 +00:00
s_cacosl.c Update. 1997-04-12 23:41:36 +00:00
s_casin.c Update. 1997-04-12 23:41:36 +00:00
s_casinf.c Update. 1997-04-12 23:41:36 +00:00
s_casinh.c Update. 1997-04-12 23:41:36 +00:00
s_casinhf.c Update. 1997-04-12 23:41:36 +00:00
s_casinhl.c Update. 1997-04-12 23:41:36 +00:00
s_casinl.c Update. 1997-04-12 23:41:36 +00:00
s_catan.c Update. 1997-04-12 23:41:36 +00:00
s_catanf.c Update. 1997-04-12 23:41:36 +00:00
s_catanh.c Update. 1997-04-12 23:41:36 +00:00
s_catanhf.c Update. 1997-04-12 23:41:36 +00:00
s_catanhl.c Update. 1997-04-12 23:41:36 +00:00
s_catanl.c Update. 1997-04-12 23:41:36 +00:00
s_cbrt.c Update. 1997-10-29 20:33:40 +00:00
s_cbrtf.c Update. 1997-10-29 20:33:40 +00:00
s_cbrtl.c Update. 1997-10-29 20:33:40 +00:00
s_ccos.c Update. 1997-04-30 15:51:34 +00:00
s_ccosf.c Update. 1997-04-30 15:51:34 +00:00
s_ccosh.c Update. 1997-07-26 02:33:30 +00:00
s_ccoshf.c Update. 1997-07-26 02:33:30 +00:00
s_ccoshl.c Update. 1997-07-26 02:33:30 +00:00
s_ccosl.c Update. 1997-04-30 15:51:34 +00:00
s_ceil.c update from main archive 961005 1996-10-06 02:05:11 +00:00
s_ceilf.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
s_ceill.c Update. 1997-11-12 00:06:02 +00:00
s_cexp.c 1997-05-01 03:13 Ulrich Drepper <drepper@cygnus.com> 1997-05-01 01:25:40 +00:00
s_cexpf.c Update. 1997-04-30 15:51:34 +00:00
s_cexpl.c Update. 1997-04-30 15:51:34 +00:00
s_clog.c Update. 1997-04-12 23:41:36 +00:00
s_clog10.c Update. 1997-10-12 04:05:44 +00:00
s_clog10f.c Update. 1997-10-12 04:05:44 +00:00
s_clog10l.c Update. 1997-10-12 04:05:44 +00:00
s_clogf.c Update. 1997-04-12 23:41:36 +00:00
s_clogl.c Update. 1997-04-12 23:41:36 +00:00
s_copysign.c update from main archive 961005 1996-10-06 02:05:11 +00:00
s_copysignf.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
s_copysignl.c Thu May 30 11:24:05 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-30 16:12:42 +00:00
s_cos.c update from main archive 961005 1996-10-06 02:05:11 +00:00
s_cosf.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
s_cosl.c Update. 1997-04-15 01:38:39 +00:00
s_cpow.c Update. 1997-04-12 23:41:36 +00:00
s_cpowf.c Update. 1997-04-12 23:41:36 +00:00
s_cpowl.c Update. 1997-04-12 23:41:36 +00:00
s_cproj.c Update. 1997-04-30 15:51:34 +00:00
s_cprojf.c Update. 1997-04-30 15:51:34 +00:00
s_cprojl.c Update. 1997-04-30 15:51:34 +00:00
s_csin.c Update. 1997-04-30 15:51:34 +00:00
s_csinf.c Update. 1997-04-30 15:51:34 +00:00
s_csinh.c Update. 1997-04-30 15:51:34 +00:00
s_csinhf.c Update. 1997-04-30 15:51:34 +00:00
s_csinhl.c Update. 1997-08-20 03:53:21 +00:00
s_csinl.c Update. 1997-04-30 15:51:34 +00:00
s_csqrt.c Update. 1997-04-12 23:41:36 +00:00
s_csqrtf.c Update. 1997-04-12 23:41:36 +00:00
s_csqrtl.c Update. 1997-04-12 23:41:36 +00:00
s_ctan.c Update. 1997-04-21 11:38:46 +00:00
s_ctanf.c Update. 1997-04-21 11:38:46 +00:00
s_ctanh.c Update. 1997-04-30 15:51:34 +00:00
s_ctanhf.c Update. 1997-04-30 15:51:34 +00:00
s_ctanhl.c Update. 1997-04-30 15:51:34 +00:00
s_ctanl.c Update. 1997-04-21 11:38:46 +00:00
s_erf.c Update. 1997-06-04 19:05:38 +00:00
s_erff.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
s_exp2.c Update. 1997-09-24 23:03:42 +00:00
s_exp2f.c Update. 1997-09-27 00:21:42 +00:00
s_expm1.c update from main archive 961005 1996-10-06 02:05:11 +00:00
s_expm1f.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
s_fabs.c update from main archive 961005 1996-10-06 02:05:11 +00:00
s_fabsf.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
s_fabsl.c Thu May 30 11:24:05 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-30 16:12:42 +00:00
s_fdim.c Update. 1997-06-04 19:05:38 +00:00
s_fdimf.c update from main archive 970304 1997-03-04 05:53:28 +00:00
s_fdiml.c update from main archive 970304 1997-03-04 05:53:28 +00:00
s_finite.c update from main archive 961005 1996-10-06 02:05:11 +00:00
s_finitef.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
s_finitel.c Update. 1997-03-25 01:45:04 +00:00
s_floor.c update from main archive 961005 1996-10-06 02:05:11 +00:00
s_floorf.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
s_floorl.c Update. 1997-11-12 00:06:02 +00:00
s_fma.c Update. 1997-10-12 04:05:44 +00:00
s_fmaf.c Update. 1997-10-12 04:05:44 +00:00
s_fmal.c Update. 1997-10-12 04:05:44 +00:00
s_fmax.c Update. 1997-06-04 19:05:38 +00:00
s_fmaxf.c update from main archive 970304 1997-03-04 05:53:28 +00:00
s_fmaxl.c update from main archive 970304 1997-03-04 05:53:28 +00:00
s_fmin.c Update. 1997-06-12 21:38:55 +00:00
s_fminf.c update from main archive 970304 1997-03-04 05:53:28 +00:00
s_fminl.c update from main archive 970304 1997-03-04 05:53:28 +00:00
s_fpclassify.c Update. 1997-03-09 06:16:49 +00:00
s_fpclassifyf.c Update. 1997-03-17 03:04:18 +00:00
s_fpclassifyl.c Update. 1997-03-25 01:45:04 +00:00
s_frexp.c update from main archive 961005 1996-10-06 02:05:11 +00:00
s_frexpf.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
s_frexpl.c * math/Makefile (calls): Add s_frexp, s_ldexp. 1996-07-12 00:43:28 +00:00
s_ilogb.c Update. 1997-11-18 02:50:07 +00:00
s_ilogbf.c Update. 1997-11-18 02:50:07 +00:00
s_ilogbl.c Update. 1997-11-18 02:50:07 +00:00
s_isinf.c Update. 1997-08-10 18:37:15 +00:00
s_isinff.c Update. 1997-08-10 18:37:15 +00:00
s_isinfl.c Update. 1997-08-10 18:37:15 +00:00
s_isnan.c Update to 960810. 1996-08-11 01:08:23 +00:00
s_isnanf.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
s_isnanl.c Thu May 30 11:24:05 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-30 16:12:42 +00:00
s_ldexp.c update from main archive 961005 1996-10-06 02:05:11 +00:00
s_ldexpf.c update from main archive 1996-09-27 03:45:24 +00:00
s_ldexpl.c update from main archive 1996-09-27 03:45:24 +00:00
s_lib_version.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
s_llrint.c Update. 1997-11-12 00:06:02 +00:00
s_llrintf.c Update. 1997-11-18 02:50:07 +00:00
s_llrintl.c Update. 1997-11-12 00:06:02 +00:00
s_llround.c Update. 1997-11-12 00:06:02 +00:00
s_llroundf.c Update. 1997-11-12 00:06:02 +00:00
s_llroundl.c Update. 1997-11-12 00:06:02 +00:00
s_log1p.c Update. 1997-07-22 00:10:33 +00:00
s_log1pf.c Update. 1997-07-22 00:10:33 +00:00
s_log2.c Update. 1997-07-22 00:10:33 +00:00
s_log2f.c Update. 1997-07-22 00:10:33 +00:00
s_logb.c update from main archive 961005 1996-10-06 02:05:11 +00:00
s_logbf.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
s_logbl.c Tue Jun 4 21:01:20 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-06-05 01:07:21 +00:00
s_lrint.c Update. 1997-11-18 02:50:07 +00:00
s_lrintf.c Update. 1997-11-18 02:50:07 +00:00
s_lrintl.c Update. 1997-11-12 00:06:02 +00:00
s_lround.c Update. 1997-11-12 00:06:02 +00:00
s_lroundf.c Update. 1997-11-12 00:06:02 +00:00
s_lroundl.c Update. 1997-11-12 00:06:02 +00:00
s_matherr.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
s_modf.c Update. 1997-03-20 05:17:15 +00:00
s_modff.c Update. 1997-03-20 05:17:15 +00:00
s_modfl.c Update. 1997-03-20 02:20:57 +00:00
s_nan.c Update. 1997-06-04 19:05:38 +00:00
s_nanf.c Update. 1997-11-18 02:50:07 +00:00
s_nanl.c Update. 1997-11-18 02:50:07 +00:00
s_nearbyint.c Update. 1997-04-12 23:41:36 +00:00
s_nearbyintf.c Update. 1997-04-21 11:38:46 +00:00
s_nearbyintl.c Update. 1997-04-21 11:38:46 +00:00
s_nextafter.c Update. 1997-03-23 01:54:07 +00:00
s_nextafterf.c Update. 1997-03-23 01:54:07 +00:00
s_nextafterl.c Update. 1997-10-12 04:05:44 +00:00
s_nextafterx.c Update. 1997-10-12 04:05:44 +00:00
s_nextafterxf.c Update. 1997-10-26 20:13:00 +00:00
s_nextafterxl.c Update. 1997-10-12 04:05:44 +00:00
s_remquo.c Update. 1997-06-19 19:11:22 +00:00
s_remquof.c Update. 1997-06-19 19:11:22 +00:00
s_remquol.c Update. 1997-06-19 19:11:22 +00:00
s_rint.c update from main archive 961005 1996-10-06 02:05:11 +00:00
s_rintf.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
s_rintl.c Update. 1997-04-08 23:42:08 +00:00
s_round.c Update. 1997-04-12 23:41:36 +00:00
s_roundf.c Update. 1997-04-12 23:41:36 +00:00
s_roundl.c Update. 1997-04-17 15:10:04 +00:00
s_scalbln.c Update. 1997-10-12 04:05:44 +00:00
s_scalblnf.c Update. 1997-10-12 04:05:44 +00:00
s_scalblnl.c Update. 1997-11-12 00:06:02 +00:00
s_scalbn.c Update. 1997-10-12 04:05:44 +00:00
s_scalbnf.c Update. 1997-10-12 04:05:44 +00:00
s_scalbnl.c Update. 1997-11-12 00:06:02 +00:00
s_signbit.c update from main archive 970304 1997-03-04 05:53:28 +00:00
s_signbitf.c update from main archive 970304 1997-03-04 05:53:28 +00:00
s_signbitl.c update from main archive 970304 1997-03-04 05:53:28 +00:00
s_signgam.c Mon Apr 1 13:34:55 1996 Roland McGrath <roland@whiz-bang.gnu.ai.mit.edu> 1996-04-02 13:27:17 +00:00
s_significand.c update from main archive 961005 1996-10-06 02:05:11 +00:00
s_significandf.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
s_significandl.c Thu May 30 11:24:05 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-30 16:12:42 +00:00
s_sin.c update from main archive 961005 1996-10-06 02:05:11 +00:00
s_sincos.c Update. 1997-04-15 01:38:39 +00:00
s_sincosf.c Update. 1997-04-15 01:38:39 +00:00
s_sincosl.c Update. 1997-11-12 00:06:02 +00:00
s_sinf.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
s_sinl.c Update. 1997-04-15 01:38:39 +00:00
s_tan.c update from main archive 961005 1996-10-06 02:05:11 +00:00
s_tanf.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
s_tanh.c Update. 1997-03-20 02:20:57 +00:00
s_tanhf.c Update. 1997-03-20 02:20:57 +00:00
s_tanhl.c Update. 1997-03-20 02:20:57 +00:00
s_tanl.c Update. 1997-11-12 00:06:02 +00:00
s_trunc.c Update. 1997-03-23 01:54:07 +00:00
s_truncf.c Update. 1997-03-23 01:54:07 +00:00
s_truncl.c Update. 1997-03-23 01:54:07 +00:00
t_exp2.h Update. 1997-09-24 23:03:42 +00:00
t_exp2f.h Update. 1997-09-24 23:03:42 +00:00
w_acos.c update from main archive 961005 1996-10-06 02:05:11 +00:00
w_acosf.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
w_acosh.c update from main archive 961005 1996-10-06 02:05:11 +00:00
w_acoshf.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
w_acoshl.c Tue Jun 4 21:01:20 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-06-05 01:07:21 +00:00
w_acosl.c Tue Jun 4 21:01:20 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-06-05 01:07:21 +00:00
w_asin.c update from main archive 961005 1996-10-06 02:05:11 +00:00
w_asinf.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
w_asinl.c Tue Jun 4 21:01:20 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-06-05 01:07:21 +00:00
w_atan2.c Update. 1997-03-17 03:04:18 +00:00
w_atan2f.c Update. 1997-03-17 03:04:18 +00:00
w_atan2l.c Update. 1997-03-17 03:04:18 +00:00
w_atanh.c update from main archive 961005 1996-10-06 02:05:11 +00:00
w_atanhf.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
w_atanhl.c Tue Jun 4 21:01:20 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-06-05 01:07:21 +00:00
w_cosh.c update from main archive 961005 1996-10-06 02:05:11 +00:00
w_coshf.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
w_coshl.c Tue Jun 4 21:01:20 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-06-05 01:07:21 +00:00
w_drem.c update from main archive 961005 1996-10-06 02:05:11 +00:00
w_dremf.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
w_dreml.c Tue Jun 4 21:01:20 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-06-05 01:07:21 +00:00
w_exp.c update from main archive 961005 1996-10-06 02:05:11 +00:00
w_exp2.c Update. 1997-09-24 23:03:42 +00:00
w_exp2f.c Update. 1997-09-24 23:03:42 +00:00
w_exp2l.c Update. 1997-09-24 23:03:42 +00:00
w_expf.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
w_expl.c Tue Jun 4 21:01:20 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-06-05 01:07:21 +00:00
w_fmod.c update from main archive 961005 1996-10-06 02:05:11 +00:00
w_fmodf.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
w_fmodl.c Tue Jun 4 21:01:20 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-06-05 01:07:21 +00:00
w_gamma.c Update. 1997-09-05 01:43:20 +00:00
w_gammaf.c Update. 1997-09-05 01:43:20 +00:00
w_gammal.c Update. 1997-09-05 01:43:20 +00:00
w_hypot.c update from main archive 961005 1996-10-06 02:05:11 +00:00
w_hypotf.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
w_hypotl.c * math/Makefile (libm-support, libm-calls): New variables. 1996-06-05 03:29:45 +00:00
w_j0.c update from main archive 961005 1996-10-06 02:05:11 +00:00
w_j0f.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
w_j0l.c Tue Jun 4 21:01:20 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-06-05 01:07:21 +00:00
w_j1.c update from main archive 961005 1996-10-06 02:05:11 +00:00
w_j1f.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
w_j1l.c Tue Jun 4 21:01:20 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-06-05 01:07:21 +00:00
w_jn.c update from main archive 961005 1996-10-06 02:05:11 +00:00
w_jnf.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
w_jnl.c Tue Jun 4 21:01:20 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-06-05 01:07:21 +00:00
w_lgamma.c update from main archive 961005 1996-10-06 02:05:11 +00:00
w_lgamma_r.c update from main archive 961005 1996-10-06 02:05:11 +00:00
w_lgammaf.c Fri Apr 19 00:49:44 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-04-20 00:05:25 +00:00
w_lgammaf_r.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
w_lgammal.c Tue Jun 4 21:01:20 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-06-05 01:07:21 +00:00
w_lgammal_r.c Tue Jun 4 21:01:20 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-06-05 01:07:21 +00:00
w_log.c update from main archive 961005 1996-10-06 02:05:11 +00:00
w_log10.c update from main archive 961011 1996-10-12 00:56:05 +00:00
w_log10f.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
w_log10l.c Tue Jun 4 21:01:20 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-06-05 01:07:21 +00:00
w_logf.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
w_logl.c Tue Jun 4 21:01:20 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-06-05 01:07:21 +00:00
w_pow.c Update. 1997-03-16 20:28:07 +00:00
w_powf.c Update. 1997-03-16 20:28:07 +00:00
w_powl.c Update. 1997-03-16 20:28:07 +00:00
w_remainder.c update from main archive 961005 1996-10-06 02:05:11 +00:00
w_remainderf.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
w_remainderl.c Tue Jun 4 21:01:20 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-06-05 01:07:21 +00:00
w_scalb.c update from main archive 961005 1996-10-06 02:05:11 +00:00
w_scalbf.c update from main archive 1996-09-27 03:45:24 +00:00
w_scalbl.c update from main archive 1996-09-27 03:45:24 +00:00
w_sinh.c update from main archive 961005 1996-10-06 02:05:11 +00:00
w_sinhf.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
w_sinhl.c Tue Jun 4 21:01:20 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-06-05 01:07:21 +00:00
w_sqrt.c update from main archive 961005 1996-10-06 02:05:11 +00:00
w_sqrtf.c Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
w_sqrtl.c Tue Jun 4 21:01:20 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-06-05 01:07:21 +00:00