glibc/sysdeps/ieee754/ldbl-128ibm
Ulrich Drepper 7e3706ea25 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
	Remove unreachable code at the end.

2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>

	* sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
	ldbl-128ibm in comment.
	(fpclassifyl): Correct classification of denormals.
	* sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
	return value for MIN denormal. Rewrite using long double math too
	correctly handle denormals and canonicalize the results.

2007-06-05  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
	(__mpn_construct_long_double): Fix conversion where result ought
	to be smaller than __LDBL_MIN__, or the low double should be
	denormal.  Fix decision where to negate low double - honor round
	to even rules.
	* stdio-common/tst-sprintf2.c: Include string.h.
	(COMPARE_LDBL): Define.
	(TEST): Also test whether a string hexadecimal float representation
	can be parsed back to the number.
	(main): Add a couple of further tests.

2007-06-04  Jakub Jelinek  <jakub@redhat.com>
2007-06-08 03:08:45 +00:00
..
Makefile
e_acoshl.c
e_acosl.c
e_asinl.c
e_atan2l.c
e_atanhl.c
e_coshl.c
e_expl.c
e_fmodl.c [BZ #2423] 2006-03-16 11:47:24 +00:00
e_gammal_r.c
e_hypotl.c
e_j0l.c
e_j1l.c
e_jnl.c
e_lgammal_r.c
e_log2l.c
e_log10l.c
e_logl.c
e_powl.c
e_rem_pio2l.c [BZ #2423] 2006-03-16 11:47:24 +00:00
e_remainderl.c
e_sinhl.c
e_sqrtl.c
ieee754.h
k_cosl.c * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Correct index 2006-01-31 18:56:42 +00:00
k_sincosl.c * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Correct index 2006-01-31 18:56:42 +00:00
k_sinl.c * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Correct index 2006-01-31 18:56:42 +00:00
k_tanl.c
ldbl2mpn.c
math_ldbl.h [BZ #2423] 2006-03-16 11:47:24 +00:00
mpn2ldbl.c * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove 2007-06-08 03:08:45 +00:00
printf_fphex.c * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c 2007-06-04 14:38:22 +00:00
s_asinhl.c
s_atanl.c
s_cbrtl.c
s_ceill.c [BZ #2749] 2007-01-17 13:00:11 +00:00
s_copysignl.c [BZ #2749] 2007-01-17 13:00:11 +00:00
s_cosl.c
s_cprojl.c * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Correct index 2006-01-31 18:56:42 +00:00
s_ctanhl.c * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Correct index 2006-01-31 18:56:42 +00:00
s_ctanl.c * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Correct index 2006-01-31 18:56:42 +00:00
s_erfl.c
s_expm1l.c
s_fabsl.c [BZ #2749] 2007-01-17 13:00:11 +00:00
s_finitel.c * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Use long_double_symbol 2006-02-01 19:47:57 +00:00
s_floorl.c [BZ #2749] 2007-01-17 13:00:11 +00:00
s_fpclassifyl.c * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove 2007-06-08 03:08:45 +00:00
s_frexpl.c
s_ilogbl.c
s_isinfl.c
s_isnanl.c
s_llrintl.c * io/Makefile (CFLAGS-fstatat.c): Set. 2006-09-17 07:26:24 +00:00
s_llroundl.c * io/Makefile (CFLAGS-fstatat.c): Set. 2006-09-17 07:26:24 +00:00
s_log1pl.c
s_logbl.c
s_lrintl.c * io/Makefile (CFLAGS-fstatat.c): Set. 2006-09-17 07:26:24 +00:00
s_lroundl.c * io/Makefile (CFLAGS-fstatat.c): Set. 2006-09-17 07:26:24 +00:00
s_modfl.c
s_nearbyintl.c
s_nextafterl.c * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove 2007-06-08 03:08:45 +00:00
s_nexttoward.c [BZ #3306] 2007-04-16 20:41:42 +00:00
s_nexttowardf.c [BZ #3306] 2007-04-16 20:41:42 +00:00
s_remquol.c
s_rintl.c [BZ #2423] 2006-03-16 11:47:24 +00:00
s_roundl.c [BZ #2749] 2007-01-17 13:00:11 +00:00
s_scalblnl.c
s_scalbnl.c
s_signbitl.c
s_sincosl.c
s_sinl.c
s_tanhl.c
s_tanl.c
s_truncl.c [BZ #2749] 2007-01-17 13:00:11 +00:00
strtold_l.c
t_sincosl.c
w_expl.c