glibc/sysdeps/libm-ieee754
Ulrich Drepper ba9234d947 Update.
1998-07-04 10:14  Ulrich Drepper  <drepper@cygnus.com>

	* libio/Makefile (routines): Add iofread_u and iofwrite_u.
	* libio/Versions: Add fread_unlocked and fwrite_unlocked.

	* Makerules (lib%.so): Adjust ignore pattern for last makefile change.

	* time/tzfile.c (decode): Optimize by using bswap_32.
	(__tzfile_read): Use _unlocked stream functions.  Correct setting of
	__tzname array values.
	(__tzfile_compute): Correct setting of __tzname array values.
	* time/tzset.c (__tzstring): Clean up a bit.

1998-06-29 19:01  Jim Wilson  <wilson@cygnus.com>

	* posix/regex.c (re_comp): Add cast to char * before gettext calls.

1998-06-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* sysdeps/unix/bsd/poll.c (__poll): Allocate fd_set dynamically so
	that fd can be bigger than FD_SETSIZE.

1998-07-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* nscd/grpcache.c: Include <unistd.h>.
	* nscd/pwdcache.c: Likewise.

	* nis/nis_modify.c: Include <string.h>.
	* nis/nis_add.c: Likewise.
	* nis/nis_checkpoint.c: Likewise.
	* posix/runptests.c: Likewise.
	* sysdeps/generic/statvfs64.c: Likewise.
	* sysdeps/generic/fstatvfs64.c: Likewise.

1998-07-03 13:16  Ulrich Drepper  <drepper@cygnus.com>

	* localedata/charmaps/ISO-8859-9: Change mapping for 0xea, 0xec, 0xef
	to match data from Unicode.
	Reported by Michael Deutschmann <michael@talamasca.wkpowerlink.com>.

1998-07-03 11:45  Ulrich Drepper  <drepper@cygnus.com>

	* stdio-common/printf.h: Define printf_function and
	printf_arginfo_function types using __PMT not __P.
	Reported by Marc Lehmann.

1998-07-02 14:07 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>

	* assert/test-assert.c: New test.
	* assert/test-assert-perr.c: New test.
	* assert/Makefile (tests): Add test-assert and test-assert-perr.

1998-07-02 13:45  Zack Weinberg  <zack@rabi.phys.columbia.edu>

	BSD-style SCM_CREDS support.

	* sysdeps/unix/sysv/linux/socket.h: Define struct cmsgcred and
	SCM_CREDS.
	* sysdeps/unix/sysv/linux/sendmsg.c: New file.  Convert user
	visible SCM_CREDS packet to what the kernel wants.
	* sysdeps/unix/sysv/linux/recvmsg.c: New file.  Convert
	SCM_CREDS packet output by kernel to what users want.

	* sysdeps/unix/sysv/linux/sendmsg.S: Moved to...
	* sysdeps/unix/sysv/linux/__sendmsg.S: here.
	* sysdeps/unix/sysv/linux/recvmsg.S: Moved to...
	* sysdeps/unix/sysv/linux/__recvmsg.S: here.

	* sysdeps/unix/sysv/linux/Makefile [subdir=socket]: Add
	__sendmsg and __recvmsg to sysdep_routines.
	* sysdeps/unix/sysv/linux/Dist: Add __sendmsg.S and __recvmsg.S.

1998-07-02  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>

	* nscd/grpcache.c: Fix gid pointer handling and debug messages.
	* nscd/pwdcache.c: Fix uid pointer handling and debug messages.
	* nscd/nscd.c: Check, if pthread_create fails.

1998-07-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* stdio-common/test_rdwr.c (main): Use %Zu for size_t in printf
	format strings.
	* stdio-common/bug1.c (main): Likewise.
	* stdio-common/bug5.c (main): Likewise.
	* stdio-common/tstgetln.c (main): Likewise.
	* elf/sprof.c (generate_call_graph): Likewise.
	(load_shobj): Likewise.
	* posix/runptests.c (main): Likewise.
	* string/tst-strlen.c (main): Likewise.

	* sysdeps/libm-ieee754/e_acos.c (__ieee754_acos): Remove unused
	variable q3.
	* sysdeps/libm-ieee754/e_asin.c (__ieee754_asin): Likewise

1998-07-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* wctype/Versions: Add __towctrans.
	Noticed by Alex Buell <alex.buell@tahallah.demon.co.uk>.

1998-07-02  Mark Kettenis  <kettenis@phys.uva.nl>

	* grp/initgroups.c (compat_call): Only call dynamically loaded
	functions if they are really present.

1998-07-02  Mark Kettenis  <kettenis@phys.uva.nl>

	* sysdeps/unix/sysv/linux/bits/sched.h: Move __END_DECLS within
	#ifdef that contains __BEGIN_DECLS.

1998-07-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* libio/iofwrite.c: Fix return value when size == 0.

1998-07-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* posix/Makefile (distribute): Add annexc.c.
	(generated): Add $(objpfx)annexc and $(objpfx)annexc.out.

1998-07-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
	bits/pthreadtypes.h here, and do not clobber headers.

	* sysdeps/unix/sysv/linux/Dist: Add bits/pthreadtypes.h.

1998-07-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* timezone/tst-timezone.c: Add tests for tzname variable.

1998-07-03 12:17  Zack Weinberg  <zack@rabi.phys.columbia.edu>

	* Makefile [versioning=yes]: Build the mapfiles with a pattern
	rule that lists all of them as targets.
	(sysd-versions): Depend only on Versions.def.  Write a Makefile
	fragment that defines $(vers-libs) based on contents of that file;
	then include it.
	(lib-noranlib): Depend on lib-mapfiles not sysd-versions.
	(lib-mapfiles): New target, depends on sysd-versions and $(vers-libs).
	Predicate all this on avoid-generated unset as well as versioning.

1998-07-03 14:35  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1998-07-04 10:39:13 +00:00
..
Dist Update. 1997-09-24 23:03:42 +00:00
e_acos.c Update. 1998-07-04 10:39:13 +00:00
e_acosf.c
e_acosh.c
e_acoshf.c
e_acoshl.c Update. 1997-05-07 15:31:21 +00:00
e_asin.c Update. 1998-07-04 10:39:13 +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
e_atanhf.c
e_atanhl.c Update. 1997-05-07 15:31:21 +00:00
e_cosh.c
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 Update. 1998-05-06 14:43:15 +00:00
e_exp10.c Update. 1998-06-27 09:52:12 +00:00
e_exp10f.c Update. 1998-06-27 09:52:12 +00:00
e_exp10l.c Update. 1998-06-27 09:52:12 +00:00
e_expf.c Update. 1998-05-06 14:43:15 +00:00
e_fmod.c
e_fmodf.c
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 Update. 1998-04-04 07:46:55 +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 Update. 1998-04-04 07:46:55 +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
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. 1998-04-04 07:46:55 +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. 1998-04-11 09:51:01 +00:00
e_powf.c update from main archive 970101 1997-01-01 15:28:18 +00:00
e_rem_pio2.c
e_rem_pio2f.c update from main archive 961030 1996-10-31 02:57:12 +00:00
e_remainder.c
e_remainderf.c
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
e_sinhf.c
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
k_cos.c Update. 1998-04-04 07:46:55 +00:00
k_cosf.c
k_rem_pio2.c Update from main archive 961219 1996-12-20 01:39:50 +00:00
k_rem_pio2f.c
k_sin.c Update. 1998-04-04 07:46:55 +00:00
k_sinf.c
k_standard.c Update. 1998-06-09 18:24:13 +00:00
k_tan.c Update. 1998-04-04 07:46:55 +00:00
k_tanf.c
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. 1998-04-04 07:46:55 +00:00
s_atanf.c
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-12-14 22:24:57 +00:00
s_cacoshl.c Update. 1998-02-17 15:15:51 +00:00
s_cacosl.c Update. 1998-02-17 15:15:51 +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. 1998-02-17 15:15:51 +00:00
s_casinl.c Update. 1997-04-12 23:41:36 +00:00
s_catan.c Update. 1997-12-14 22:24:57 +00:00
s_catanf.c Update. 1997-12-14 22:24:57 +00:00
s_catanh.c Update. 1997-12-14 22:24:57 +00:00
s_catanhf.c Update. 1997-12-14 22:24:57 +00:00
s_catanhl.c Update. 1998-02-17 15:15:51 +00:00
s_catanl.c Update. 1998-02-17 15:15:51 +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
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-12-14 22:24:57 +00:00
s_clog10f.c Update. 1997-12-14 22:24:57 +00:00
s_clog10l.c Update. 1998-02-17 15:15:51 +00:00
s_clogf.c Update. 1997-04-12 23:41:36 +00:00
s_clogl.c Update. 1998-02-17 15:15:51 +00:00
s_copysign.c update from main archive 961005 1996-10-06 02:05:11 +00:00
s_copysignf.c
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
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-12-04 00:12:34 +00:00
s_csqrtf.c Update. 1997-12-04 00:12:34 +00:00
s_csqrtl.c Update. 1997-12-04 00:12:34 +00:00
s_ctan.c Update. 1997-12-01 17:16:22 +00:00
s_ctanf.c Update. 1997-12-01 17:16:22 +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-12-01 17:16:22 +00:00
s_erf.c Update. 1998-04-04 07:46:55 +00:00
s_erff.c
s_exp2.c Update. 1998-05-06 14:43:15 +00:00
s_exp2f.c Update. 1998-05-06 14:43:15 +00:00
s_expm1.c Update. 1998-04-11 09:51:01 +00:00
s_expm1f.c
s_fabs.c update from main archive 961005 1996-10-06 02:05:11 +00:00
s_fabsf.c
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
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
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
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. 1998-02-27 10:00:44 +00:00
s_isnan.c Update to 960810. 1996-08-11 01:08:23 +00:00
s_isnanf.c
s_isnanl.c Update. 1998-02-27 10:00:44 +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
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. 1998-04-04 07:46:55 +00:00
s_log1pf.c Update. 1997-07-22 00:10:33 +00:00
s_log2.c Update. 1998-02-26 11:20:59 +00:00
s_log2f.c Update. 1998-02-26 11:20:59 +00:00
s_logb.c update from main archive 961005 1996-10-06 02:05:11 +00:00
s_logbf.c
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 Update. 1998-04-08 20:27:31 +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. 1998-02-17 18:23:42 +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-11-22 18:49:27 +00:00
s_remquof.c Update. 1997-11-22 18:49:27 +00:00
s_remquol.c Update. 1997-11-22 18:49:27 +00:00
s_rint.c update from main archive 961005 1996-10-06 02:05:11 +00:00
s_rintf.c
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 Update. 1998-04-11 09:51:01 +00:00
s_significand.c update from main archive 961005 1996-10-06 02:05:11 +00:00
s_significandf.c
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
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
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_exp.c Update. 1998-02-13 17:54:15 +00:00
t_exp2.h Update. 1997-09-24 23:03:42 +00:00
t_exp2f.h Update. 1998-02-13 17:54:15 +00:00
w_acos.c update from main archive 961005 1996-10-06 02:05:11 +00:00
w_acosf.c
w_acosh.c update from main archive 961005 1996-10-06 02:05:11 +00:00
w_acoshf.c
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
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
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
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
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_exp10.c Update. 1998-06-12 07:36:49 +00:00
w_exp10f.c Update. 1998-06-09 18:24:13 +00:00
w_exp10l.c Update. 1998-06-09 18:24:13 +00:00
w_expf.c
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
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. 1998-04-11 09:51:01 +00:00
w_gammaf.c Update. 1998-04-11 09:51:01 +00:00
w_gammal.c Update. 1998-04-11 09:51:01 +00:00
w_hypot.c update from main archive 961005 1996-10-06 02:05:11 +00:00
w_hypotf.c
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
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
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
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. 1998-04-11 09:51:01 +00:00
w_lgamma_r.c update from main archive 961005 1996-10-06 02:05:11 +00:00
w_lgammaf.c Update. 1998-04-11 09:51:01 +00:00
w_lgammaf_r.c
w_lgammal.c Update. 1998-04-11 09:51:01 +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
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
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. 1998-02-11 13:11:40 +00:00
w_remainder.c update from main archive 961005 1996-10-06 02:05:11 +00:00
w_remainderf.c
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
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
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