summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2000-04-05 16:02:55 +0000
committerPaul Smith <psmith@gnu.org>2000-04-05 16:02:55 +0000
commitf9c91ec34d9427c35bceec9b025a0bb20c9ec17f (patch)
tree4ca1fd018dd54c5c735640c570be2d565f81df86 /NEWS
parentf3a974bf32a3e5d3d898a040fedcbb478d1afd85 (diff)
downloadgunmake-f9c91ec34d9427c35bceec9b025a0bb20c9ec17f.tar.gz
* Some final cleanups, and release 3.79.3.79
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 0079ffe..8a29d5c 100644
--- a/NEWS
+++ b/NEWS
@@ -39,8 +39,8 @@ Version 3.79
* The --debug option has changed: it now allows optional flags
controlling the amount and type of debugging output. By default only
a minimal amount information is generated, displaying the names of
- "normal" targets (not makefiles) were deemed out of date and in need
- of being rebuilt.
+ "normal" targets (not makefiles) that were deemed out of date and in
+ need of being rebuilt.
Note that the -d option behaves as before: it takes no arguments and
all debugging information is generated.
@@ -48,6 +48,10 @@ Version 3.79
* The `-p' (print database) output now includes filename and linenumber
information for variable definitions, to help debugging.
+* The wordlist function no longer reverses its arguments if the "start"
+ value is greater than the "end" value. If that's true, nothing is
+ returned.
+
* Hartmut Becker provided many updates for the VMS port of GNU make.
See the readme.vms file for more details.