about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-12-24 01:10:17 +0000
committerRoland McGrath <roland@gnu.org>2003-12-24 01:10:17 +0000
commit4e142297fd024a6537ee5df20626a712fe12dc0f (patch)
tree58ce07b4da8d0f2e11ecf25c441bdaa53d5a8ad7 /ChangeLog
parent432aaf5b3c599d8eb7e70acf8a9b31fa4185c41f (diff)
downloadglibc-4e142297fd024a6537ee5df20626a712fe12dc0f.tar.gz
glibc-4e142297fd024a6537ee5df20626a712fe12dc0f.tar.xz
glibc-4e142297fd024a6537ee5df20626a712fe12dc0f.zip
* sysdeps/i386/fpu/bits/mathinline.h (__expm1_code): Avoid using ?:
	with omitted middle operand.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 31f1cb4cc1..d060d73d60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-05-22  Jakub Jelinek  <jakub@redhat.com>
+
+	* sysdeps/i386/fpu/bits/mathinline.h (__expm1_code): Avoid using ?:
+	with omitted middle operand.
+
 2003-12-22  Jakub Jelinek  <jakub@redhat.com>
 
 	* posix/regcomp.c: Remove C99-ism.