summaryrefslogtreecommitdiff
path: root/tests/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2005-06-25 21:30:13 +0000
committerPaul Smith <psmith@gnu.org>2005-06-25 21:30:13 +0000
commit6cdaff0948bbec3220d5cb071f79d5f2e1c9b083 (patch)
tree407efa2f97b6dfb472fb96396d6fa73892f38a97 /tests/ChangeLog
parent1dd9ed1c0537cb2583e1de8367994560ad1470aa (diff)
downloadgunmake-6cdaff0948bbec3220d5cb071f79d5f2e1c9b083.tar.gz
Fix Savannah bug #1454: skip over semicolons (and comments) inside variable
references in target definition lines.
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r--tests/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index be5169b..fa6420d 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,5 +1,8 @@
2005-06-25 Paul D. Smith <psmith@gnu.org>
+ * scripts/misc/general3: Test semicolons in variable references.
+ Tests fix for Savannah bug #1454.
+
* scripts/variables/MAKE_RESTARTS: New file: test the
MAKE_RESTARTS variable.
* scripts/options/dash-B: Test re-exec doesn't loop infinitely.