summaryrefslogtreecommitdiff
path: root/NEWS
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 /NEWS
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 'NEWS')
-rw-r--r--NEWS13
1 files changed, 10 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 0c2dd69..12f4959 100644
--- a/NEWS
+++ b/NEWS
@@ -12,7 +12,14 @@ Please send GNU make bug reports to <bug-make@gnu.org>.
See the README file and the GNU make manual for details on sending bug
reports.
-Version 3.79.2
+Version <next>
+
+* The arguments to $(call ...) functions were being stored in $1, $2,
+ etc. as recursive variables, even though they are fully expanded
+ before assignment. This means that escaped dollar signs ($$ etc.)
+ were not behaving properly. Now the arguments are stored as simple
+ variables. This may mean that if you added extra escaping to your
+ $(call ...) function arguments you will need to undo it now.
* New pseudo-target .LOW_RESOLUTION_TIME, superseding the configure
option --disable-nsec-timestamps. You might need this if your build
@@ -20,8 +27,8 @@ Version 3.79.2
"cp -p" (right now) doesn't preserve the subsecond portion of a time
stamp.
-* Updated translations for French, Galician, Japanese, Korean, and Russian.
- New translations for Danish and Turkish.
+* Updated translations for French, Galician, German, Japanese, Korean,
+ and Russian. New translations for Danish and Turkish.
Version 3.79.1