Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2005-02-11 10:15:00 +0300
committerDanny Smith <dannysmith@users.sourceforge.net>2005-02-11 10:15:00 +0300
commite2a12d9f7d2dd9513ee90f52634cf74e70514718 (patch)
treea6919226c94c0d3ef377ef16743574cc04a18f9c
parentba16f5aa830b51c1e0147556991a2ec630aad009 (diff)
Add Changelog entry from last commit.
-rw-r--r--winsup/mingw/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index 0c8d560fe..00d36d677 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,3 +1,14 @@
+2005-02-11 Gregory W. Chicares <chicares@cox.net>
+ Danny Smith <dannysmith@users.sourceforge.net>
+
+ * include/math.h (expm1, expm1f, expmll): Add prototypes.
+ * mingwex/Makefile.in (MATH_DISTFILES): Add expm1.c,
+ expm1f.c, expm1l.c.
+ (MATH_OBJS): Add expm1.o, expm1f.o, expm1l.o.
+ * mingwex/math/expm1.c: New file.
+ * mingwex/math/expm1f.c: New file.
+ * mingwex/math/expm1l.c: New file.
+
2005-02-07 Danny Smith <dannysmith@users.sourceforge.net>
* include/sys/stat.h (struct stat): Guard with _NO_OLDNAMES.