aboutsummaryrefslogtreecommitdiff
path: root/winsup/mingw/ChangeLog
diff options
context:
space:
mode:
authorKeith Marshall <keithmarshall@@users.sf.net>2008-10-11 21:59:04 +0000
committerKeith Marshall <keithmarshall@@users.sf.net>2008-10-11 21:59:04 +0000
commit374349395edd2e4bd4e27a185e5c45f0fb6ad5f4 (patch)
tree4f79fcd18b50f47d1279dca44957601a1c0a1cbf /winsup/mingw/ChangeLog
parent3c68dd93138548e8abde84ed11e4542f24006a15 (diff)
downloadnewlib-374349395edd2e4bd4e27a185e5c45f0fb6ad5f4.zip
newlib-374349395edd2e4bd4e27a185e5c45f0fb6ad5f4.tar.gz
newlib-374349395edd2e4bd4e27a185e5c45f0fb6ad5f4.tar.bz2
Use de-facto standard Makefile goals to invoke test suite.
Diffstat (limited to 'winsup/mingw/ChangeLog')
-rw-r--r--winsup/mingw/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index 29083b6..9e66a87 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,5 +1,14 @@
2008-10-11 Keith Marshall <keithmarshall@users.sourceforge.net>
+ Use de-facto standard Makefile goals to invoke test suite.
+
+ * Makefile.in: Some minor formatting adjustments.
+ (test_headers): Unconventionally named goal renamed to...
+ (check-headers): ...this; make it a prerequisite of...
+ (check): ...this new conventionally named goal.
+
+2008-10-11 Keith Marshall <keithmarshall@users.sourceforge.net>
+
Make strtod() inline definition C89 compliant.
(Issue reported by Ilya Shestopalov and Ian Puleston)
(Correction identified by Danny Smith)