]> git.ipfire.org Git - thirdparty/make.git/commitdiff
* NEWS: Update with author details
authorPaul Smith <psmith@gnu.org>
Sun, 28 Nov 2021 19:34:05 +0000 (14:34 -0500)
committerPaul Smith <psmith@gnu.org>
Sun, 28 Nov 2021 19:34:05 +0000 (14:34 -0500)
NEWS

diff --git a/NEWS b/NEWS
index 87f94666b5a6c06fddee8c3c8f00b58ae5248435..2f552882bd482d9e5d1240f415180fd208f9d3c5 100644 (file)
--- 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>