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
..
e_acoshl.c 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
e_acosl.c 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
e_asinl.c 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
e_atan2l.c 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
e_atanhl.c 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
e_coshl.c 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
e_expl.c 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
e_fmodl.c [BZ #2423] 2006-03-16 11:47:24 +00:00
e_gammal_r.c 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
e_hypotl.c 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
e_j0l.c 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
e_j1l.c 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
e_jnl.c 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
e_lgammal_r.c 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
e_log2l.c 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
e_log10l.c 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
e_logl.c 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
e_powl.c 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
e_rem_pio2l.c [BZ #2423] 2006-03-16 11:47:24 +00:00
e_remainderl.c 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
e_sinhl.c 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
e_sqrtl.c 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
ieee754.h 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
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 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
ldbl2mpn.c 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
Makefile 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
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 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
s_atanl.c 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
s_cbrtl.c 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
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 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
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 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
s_expm1l.c 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
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 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
s_ilogbl.c 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
s_isinfl.c 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
s_isnanl.c 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
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 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
s_logbl.c 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
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 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
s_nearbyintl.c 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
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 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
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 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
s_scalbnl.c 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
s_signbitl.c 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
s_sincosl.c 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
s_sinl.c 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
s_tanhl.c 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
s_tanl.c 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
s_truncl.c [BZ #2749] 2007-01-17 13:00:11 +00:00
strtold_l.c 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
t_sincosl.c 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00
w_expl.c 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> 2006-01-28 00:15:15 +00:00