summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2002-04-20 19:25:54 +0000
committerPaul Smith <psmith@gnu.org>2002-04-20 19:25:54 +0000
commitdad29566b34017a548ba56469147a5398c3334df (patch)
tree7bdd3704b8b96a8919959fb1ce20f971ae6a1cd4 /ChangeLog
parentd242ee90535385a33f5b32069220d8f547a52373 (diff)
downloadgunmake-dad29566b34017a548ba56469147a5398c3334df.tar.gz
Updates to translaations.
Fix an assert() in an obscure use of -q Handling of double-colon timestamp updates was broken in a bizarre way. Store arguments to $(call ...) functions in simple variables, not recursive variables.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fd8163e..a2d9343 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2002-04-20 Paul D. Smith <psmith@gnu.org>
+
+ * function.c (func_call): Don't mark the argument variables $1,
+ etc. as recursive. They've already been fully expanded so
+ there's no need to do it again, and doing so strips escaped $'s.
+ Reported by Sebastian Glita <glseba@yahoo.com>.
+
+ * remake.c (notice_finished_file): Walk through double-colon
+ entries via the prev field, not the next field!
+ Reported by Greg McGary <greg@mcgary.org>.
+
+ * main.c (main): If the user specifies -q and asks for a specific
+ target which is a makefile, we got an assert. In that case it
+ turns out we should continue normally instead.
+
+ * i18n/de.po, i18n/fr.po: Installed an updated translation.
+
2002-01-07 Paul D. Smith <psmith@gnu.org>
* i18n/es.po, i18n/ru.po: Installed an updated translation.