summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2012-09-09 20:06:03 +0000
committerPaul Smith <psmith@gnu.org>2012-09-09 20:06:03 +0000
commita95dc485fa060a57916a091b6990db0b76f4bdab (patch)
treedb57095b66dc76948a255cd7452daf49f79a9aeb /ChangeLog
parent30b2e4207d2f41c64e843959119a03307e06aa9a (diff)
downloadgunmake-a95dc485fa060a57916a091b6990db0b76f4bdab.tar.gz
Break out of an infinite loop if we're not making progress.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aa2e517..ffe1a5d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
* read.c (record_files): Reset the default macro values if .POSIX
is set. Fixes Savannah bug #37069.
+ (parse_file_seq): Break out of an infinite loop if we're not
+ making progress when parsing archive references.
2012-09-01 Eli Zaretskii <eliz@gnu.org>