about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b33a16b7d9..e846e49dbe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 1998-11-04  Ulrich Drepper  <drepper@cygnus.com>
 
+	* 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  <drepper@cygnus.com>
+
 	* malloc/malloc.c: Make sure calloc really returned zeroed memory.
 	Patch by Wolfram Gloger <wmglo@dent.med.uni-muenchen.de>.