summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1999-07-21 16:06:18 +0000
committerPaul Smith <psmith@gnu.org>1999-07-21 16:06:18 +0000
commitc69d4c95bf2027252e13e4dec3fb2dcfd10fc4e7 (patch)
treed27151a5249aad92d389f8da736210d33ee4ddc4 /NEWS
parent588da9812e055fbceb900c350ab406f97eccbf37 (diff)
downloadgunmake-c69d4c95bf2027252e13e4dec3fb2dcfd10fc4e7.tar.gz
* Installed VMS fixes.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 4775cb4..8f04869 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
GNU make NEWS -*-indented-text-*-
History of user-visible changes.
- 13 Apr 1999
+ 21 Jul 1999
Copyright (C) 1992,93,94,95,96,97,98,1999 Free Software Foundation, Inc.
See the end for copying conditions.
@@ -18,15 +18,15 @@ Version 3.78
causes the text provided to be printed as a warning message, but make
proceeds normally.
-* A new function, $(apply ...) is provided. This allows users to create
- their own parameterized macros and invoke them later. This
+* A new function, $(call ...) is provided. This allows users to create
+ their own parameterized macros and invoke them later. Original
implementation of this feature was provided by Han-Wen Nienhuys
<hanwen@cs.uu.nl>.
* Make defines a new variable, .LIBPATTERNS. This variable controls how
library dependency expansion (dependencies like ``-lfoo'') is performed.
-* Make allows CRLF sequences as well as traditional LF, for
+* Make accepts CRLF sequences as well as traditional LF, for
compatibility with makefiles created on other operating systems.
* Make accepts a new option: -R, or --no-builtin-variables. This option