diff options
author | Paul Smith <psmith@gnu.org> | 2005-02-28 09:41:25 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2005-02-28 09:41:25 +0000 |
commit | a2232470c27151ba0c1c37f3eba1e35396d7eabf (patch) | |
tree | 114e7f14497e728849bf30374145ec9383212905 /ChangeLog | |
parent | d2516343bc5c105543b22eed3b073a8a4e14a659 (diff) | |
download | gunmake-a2232470c27151ba0c1c37f3eba1e35396d7eabf.tar.gz |
- Fix bug #7144 (infinite loop sometimes with -q and double-colon rules)
- Resolve support request #103195 (rationalize wordlist fn arguments)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2005-02-28 Paul D. Smith <psmith@gnu.org> + + * doc/make.texi (Text Functions): Update docs to allow the end + ordinal for $(wordlist ...) to be 0. + * function.c (func_wordlist): Fail if the start ordinal for + $(wordlist ...) is <1. Matches documentation. + Resolves Savannah support request #103195. + + * remake.c (update_goal_chain): Fix logic for stopping in -q: + previously we were stopping when !-q, exactly the opposite. This + has been wrong since version 1.34, in 1994! + (update_file): If we got an error don't break out to run more + double-colon rules: just return immediately. + Fixes Savannah bug #7144. + 2005-02-27 Paul D. Smith <psmith@gnu.org> * misc.c (end_of_token): Make argument const. |