summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2006-03-15 03:31:30 +0000
committerPaul Smith <psmith@gnu.org>2006-03-15 03:31:30 +0000
commit50eb3cf5e5a8a68b68e966a6607f668f2c36191e (patch)
tree8665fbf1e101e681967fbfea570d09bbe6f3ab54 /ChangeLog
parent6d8d9b74d9c50cb07fe952ac0929f618e4280a55 (diff)
downloadgunmake-50eb3cf5e5a8a68b68e966a6607f668f2c36191e.tar.gz
Fix Savannah bug #15913.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 04f4672..abe3b9b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-03-14 Paul D. Smith <psmith@gnu.org>
+
+ * expand.c (variable_append): Instead of appending everything then
+ expanding the result, we expand (or not, if it's simple) each part
+ as we add it.
+ (allocated_variable_append): Don't expand the final result.
+ Fixes Savannah bug #15913.
+
2006-03-09 Paul Smith <psmith@gnu.org>
* remake.c (update_file_1): Revert the change of 3 Jan 2006 which
@@ -7,7 +15,7 @@
in the next release, to give them time to fix their build system.
Fixes Savannah bug #16002.
Introduces Savannah bug #16051.
-
+
* implicit.c (pattern_search) [DOS_PATHS]: Look for DOS paths if
we *don't* find UNIX "/".
Reported by David Ergo <david.ergo@alterface.com>