summaryrefslogtreecommitdiffstats
path: root/winsup/mingw/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/mingw/ChangeLog')
-rw-r--r--winsup/mingw/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index 2c55a4728..dbdeb0cdb 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,3 +1,9 @@
+2004-07-27 Danny Smith <dannysmith@users.sourceforge.net>
+
+ * mingwex/math/expl.c (expl): Move body of code to new static
+ function __expl, removing tests for +/-Inf. Extern function
+ expl calls __expl after testing for max, min log thresholds.
+
2004-07-26 Danny Smith <dannysmith@users.sourceforge.net>
* mingwex/stdio/vsscanf.c: Add "edi" to registers-modified field