summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2002-09-18 20:51:58 +0000
committerPaul Smith <psmith@gnu.org>2002-09-18 20:51:58 +0000
commitebd05dbeb31dbc09c496d76e802d9b68bd848e9a (patch)
treeda4a5274f20e107b74120f1f1bef2e43b2f38113 /ChangeLog
parent76652d5d02b31941ec085435f62b6c955d7e63d3 (diff)
downloadgunmake-ebd05dbeb31dbc09c496d76e802d9b68bd848e9a.tar.gz
Fix a bug exporting/unexporting multiple variables in one command.
Update the text about reporting bugs.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6eb5691..46d049e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2002-09-18 Paul D. Smith <psmith@gnu.org>
+
+ * doc/make.texi (Bugs): Update with some info on Savannah, etc.
+
+ * read.c (eval): Expansion of arguments to export/unexport was
+ ignoring all arguments after the first one. Change the algorithm
+ to expand the whole line once, then parse the results.
+
2002-09-17 Paul D. Smith <psmith@gnu.org>
Fix Bug #940 (plus another bug I found while looking at this):