summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Rosin <peda@lysator.liu.se>2010-11-16 13:08:06 +0100
committerPeter Rosin <peda@lysator.liu.se>2010-11-16 13:08:06 +0100
commit206f3bf19c4384591b50888bf0d4859ae985ca6b (patch)
treeed7e1adf84cf3b4b334c13df7c28eb1a35ab26da /ChangeLog
parentf3a5d05517c8f60cc515c835cc15cd86e2b39abd (diff)
parent38846c5f1cb8ad3745bc9a37816fb1cb7d75b399 (diff)
downloadautomake-206f3bf19c4384591b50888bf0d4859ae985ca6b.tar.gz
Merge branch 'msvc' into tests-init
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 634a3ed25..7596418b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2010-11-16 Peter Rosin <peda@lysator.liu.se>
+
+ Skip MSVC oriented tests if the shell is not capable.
+ * tests/defs: New required entry 'xsi-shell'.
+ * tests/ar-lib.test, tests/compile3.test, tests/compile6.test:
+ Require a XSI capable shell.
+ Reported by Ralf Wildenhues.
+
+2010-11-15 Peter Rosin <peda@lysator.liu.se>
+
+ compile: clear the `eat' variable earlier.
+ * lib/compile: Clear the `eat' variable earlier.
+ ($scriptversion): Update.
+ * tests/compile3.test: Prevent regressions.
+
2010-11-11 Stefano Lattarini <stefano.lattarini@gmail.com>
Tests defs: improve messages for skipped tests.