diff options
author | Paul Smith <psmith@gnu.org> | 2007-07-14 02:57:46 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2007-07-14 02:57:46 +0000 |
commit | bb4d040fadcb76a8828eaf24b4f0557ec11f44fb (patch) | |
tree | caeae1a84c3787f3c4c930e14af86e25928689d2 /ChangeLog | |
parent | 891ebd4d9766c1fb0bd11bd0fe8ef3ca871d4bc0 (diff) | |
download | gunmake-bb4d040fadcb76a8828eaf24b4f0557ec11f44fb.tar.gz |
Fix Savannah bug #20452.
Add a new feature to the test suite suggested by Icarus Sparry:
set a timer before invoking a test, so that if it loops infinitely we
will wake up and have a chance to kill the process and continue.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2007-07-13 Paul Smith <psmith@gnu.org> + + * file.c (expand_deps): Use variable_buffer as the start of the + buffer, not the original pointer (in case it was reallocated). + Fix suggested by Rafi Einstein <rafi.einstein@formalism-labs.com>. + Fixes Savannah bug #20452. + 2007-07-04 Paul Smith <psmith@gnu.org> * (ALL FILES): Update to GPLv3. |