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>2002-08-21 03:26:11 +0400
committerDanny Smith <dannysmith@users.sourceforge.net>2002-08-21 03:26:11 +0400
commitcfb5d4db12e36486971ca07b8ac9f2958dcfa165 (patch)
treeecae0ff2120a228822ac8d17fdebd7dfbd8c4eeb /winsup/mingw/ChangeLog
parentaabc7d585a473f06de07cb4778618e5bf94dcba1 (diff)
* include/math.h (asm): Change to __asm__ throughout.
Expose ISO C99 functions if __GLIBCPP__. (hypotf): Use hypot, not _hypot in stub..
Diffstat (limited to 'winsup/mingw/ChangeLog')
-rw-r--r--winsup/mingw/ChangeLog12
1 files changed, 9 insertions, 3 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index 34b7ed5a3..83719b786 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,12 +1,18 @@
-2002-08-20 Danny Smith <dannysmith@users.sourceforge.net
+2002-08-21 Danny Smith <dannysmith@users.sourceforge.net>
+
+ * include/math.h (asm): Change to __asm__ throughout.
+ Expose ISO C99 functions if __GLIPCPP__.
+ (hypotf): Use hypot, not _hypot in stub.
+
+2002-08-20 Danny Smith <dannysmith@users.sourceforge.net>
* include/tchar.h: Ansi-fy another comment.
-2002-08-20 Danny Smith <dannysmith@users.sourceforge.net
+2002-08-20 Danny Smith <dannysmith@users.sourceforge.net>
* include/tchar.h: Ansi-fy comment.
-2002-08-20 Danny Smith <dannysmith@users.sourceforge.net
+2002-08-20 Danny Smith <dannysmith@users.sourceforge.net>
* test_headers.c : New file.
* Makefile.in (test_headers): New target, using it,