summaryrefslogtreecommitdiffstats
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 13b93d974..47d5eda38 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,17 @@
+2007-05-17 Yaakov Selkowitz <yselkowitz <at> users.sourceforge.net>
+
+ * libm/common/Makefile.am: Add support for exp10, exp10f,
+ pow10, and pow10f functions.
+ * libm/common/Makefile.in: Regenerated.
+ * libm/common/s_pow10.c: New file.
+ * libm/common/sf_pow10.c: Ditto.
+ * libm/common/s_exp10.c: Ditto.
+ * libm/common/sf_exp10.c: Ditto.
+ * libc/include/math.h [!pow10]: New pow10 prototype.
+ [!pow10f]: New pow10f prototype.
+ [!exp10]: New exp10 prototype.
+ [!exp10f]: New exp10f prototype.
+
2007-05-17 Charles Wilson <cygwin@...>
* stdio/tmpfile.c: Include <sys/stat.h>.