summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2021-11-28 14:34:05 -0500
committerPaul Smith <psmith@gnu.org>2021-11-28 14:34:05 -0500
commit35b51df110e23135922f48680c9babf7a916ca27 (patch)
tree05de90402462bbc0b523f6f6f1a4c9743a8aee9d /NEWS
parente62f4cf9a2eaf71c0d0102c28280e52e3c169b99 (diff)
downloadmake-git-35b51df110e23135922f48680c9babf7a916ca27.tar.gz
* NEWS: Update with author details
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 87f94666..2f552882 100644
--- a/NEWS
+++ b/NEWS
@@ -53,6 +53,7 @@ https://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=109&se
* New feature: The $(intcmp ...) function
This function allows conditional evaluation controlled by a numerical
comparison.
+ Implementation provided by Jouke Witteveen <j.witteveen@gmail.com>
* If the MAKEFLAGS variable is modified in a makefile, it will be re-parsed
immediately rather than after all makefiles have been read. Note that
@@ -89,6 +90,7 @@ https://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=109&se
prerequisites mentioned explicitly in the target being built and only if
that results in no matching rule, will GNU make consider prerequisites
mentioned in other targets as "ought to exist".
+ Implementation provided by Dmitry Goncharov <dgoncharov@users.sf.net>
* GNU Make can now be built for MS-Windows using the Tiny C tcc compiler.
Port provided by Christian Jullien <eligis@orange.fr>