From: Ulrich Drepper Date: Wed, 4 Nov 1998 23:50:17 +0000 (+0000) Subject: Update. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4d3202d19af7b35378876c773bc0cbee6111f66;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index b33a16b7d94..e846e49dbe4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1998-11-04 Ulrich Drepper + + * misc/efgcvt_r.c (fcvt_r): Remove code which tries to use libm + functions. Reduce error in computing normalized value by multiplying + factor in loop and compute result in one step. + 1998-11-04 Ulrich Drepper * malloc/malloc.c: Make sure calloc really returned zeroed memory.