aboutsummaryrefslogtreecommitdiff
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2004-02-11 00:47:52 +0000
committerChristopher Faylor <me@cgf.cx>2004-02-11 00:47:52 +0000
commit0ccf5430f2abac4a7d4242dfb309c5fb27b4f79d (patch)
treeea7f491a21c73b8d0afa07eec451c88c00dff7ed /newlib/ChangeLog
parent6dbfb93a04322cfb0320210b7a6c0bbd8c36548b (diff)
downloadnewlib-0ccf5430f2abac4a7d4242dfb309c5fb27b4f79d.zip
newlib-0ccf5430f2abac4a7d4242dfb309c5fb27b4f79d.tar.gz
newlib-0ccf5430f2abac4a7d4242dfb309c5fb27b4f79d.tar.bz2
* libm/mathfp/er_gamma.c (gamma): Add new non-reentrant function.
* libm/mathfp/er_lgamma.c (lgamma): Ditto. * libm/mathfp/erf_gamma.c (gammaf): Ditto. * libm/mathfp/erf_lgamma.c (lgammaf): Ditto.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 6e298d1..9b2e13e 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,10 @@
+2004-02-10 Christopher Faylor <cgf@redhat.com>
+
+ * libm/mathfp/er_gamma.c (gamma): Add new non-reentrant function.
+ * libm/mathfp/er_lgamma.c (lgamma): Ditto.
+ * libm/mathfp/erf_gamma.c (gammaf): Ditto.
+ * libm/mathfp/erf_lgamma.c (lgammaf): Ditto.
+
2004-02-09 Christopher Faylor <cgf@redhat.com>
* libc/include/time.h (TIMER_RELTIME): New define.