about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-11-04 23:45:45 +0000
committerUlrich Drepper <drepper@redhat.com>1998-11-04 23:45:45 +0000
commitff8ac38322d991429a64dd127173af99dee3d9ca (patch)
tree857c258a5ae7292290a9ebb8fefb531a21d9d169 /ChangeLog
parent00c1176b65cc2961b094c3dd78dd53072eb61fe9 (diff)
downloadglibc-ff8ac38322d991429a64dd127173af99dee3d9ca.tar.gz
glibc-ff8ac38322d991429a64dd127173af99dee3d9ca.tar.xz
glibc-ff8ac38322d991429a64dd127173af99dee3d9ca.zip
Update.
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 81e2b2b8b8..756a0a2897 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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  Andreas Jaeger  <aj@arthur.rhein-neckar.de> 
  
 	* elf/dlopenold.c: Compile only if DO_VERSIONING is also defined.