diff options
author | Paul Smith <psmith@gnu.org> | 2005-08-29 14:11:00 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2005-08-29 14:11:00 +0000 |
commit | f7598efb676502e3ade6aac4a61be0984de4abda (patch) | |
tree | 788b89fb6c91f3ffb446e4bb49826a695c71c4b9 /ChangeLog | |
parent | 6636dc1d5c41840afd58e402f7b6ea6ef25de943 (diff) | |
download | gunmake-f7598efb676502e3ade6aac4a61be0984de4abda.tar.gz |
Fix make.h preprocessor directive to work better with Windows compilers.
Fix some regression tests to (hopefully) work better on Windows.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,9 +1,20 @@ +2005-08-29 Paul D. Smith <psmith@gnu.org> + + * function.c (func_error): On Windows, output from $(info ...) + seems to come in the wrong order. Try to force it with fflush(). + 2005-08-10 Boris Kolpackov <boris@kolpackov.net> * read.c (record_files): Move code that sets stem for static pattern rules out of the if (!two_colon) condition so it is also executed for two-colon rules. Fixes Savannah bug #13881. +2005-08-08 Paul D. Smith <psmith@gnu.org> + + * make.h: Don't test that __STDC__ is non-0. Some compilers + (Windows for example) set it to 0 to denote "ISO C + extensions". + Fixes bug # 13594. + 2005-08-07 Paul D. Smith <psmith@gnu.org> * w32/pathstuff.c (getcwd_fs): Fix warning about assignment in a |