diff options
Diffstat (limited to 'winsup/mingw/ChangeLog')
-rw-r--r-- | winsup/mingw/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog index 29083b6cb..9e66a8719 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) |