diff options
author | Paul Smith <psmith@gnu.org> | 2002-09-18 20:51:58 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2002-09-18 20:51:58 +0000 |
commit | ebd05dbeb31dbc09c496d76e802d9b68bd848e9a (patch) | |
tree | da4a5274f20e107b74120f1f1bef2e43b2f38113 /ChangeLog | |
parent | 76652d5d02b31941ec085435f62b6c955d7e63d3 (diff) | |
download | gunmake-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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): |