summaryrefslogtreecommitdiff
path: root/tests/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2005-08-29 14:11:00 +0000
committerPaul Smith <psmith@gnu.org>2005-08-29 14:11:00 +0000
commitf7598efb676502e3ade6aac4a61be0984de4abda (patch)
tree788b89fb6c91f3ffb446e4bb49826a695c71c4b9 /tests/ChangeLog
parent6636dc1d5c41840afd58e402f7b6ea6ef25de943 (diff)
downloadgunmake-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 'tests/ChangeLog')
-rw-r--r--tests/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index 84f40f6..5e1f948 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,13 @@
+2005-08-29 Paul D. Smith <psmith@gnu.org>
+
+ * scripts/functions/abspath: Add some text to the error messages
+ to get a better idea of what's wrong. Make warnings instead of
+ errors.
+
+ * scripts/features/patspecific_vars: Don't use "test", which is
+ UNIX specific. Print the values and let the test script match
+ them.
+
2005-08-25 Paul Smith <psmith@gnu.org>
* scripts/variables/SHELL: Use a /./ prefix instead of //: the