summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-07-09 19:14:40 -0400
committerPaul Smith <psmith@gnu.org>2013-07-09 19:14:40 -0400
commit5601726151b3856ad26433d632392904ec059368 (patch)
tree04b9fed5f0a9ccb21cf139e3cd390ce49729e7a7 /ChangeLog
parent9453a7451d66ee1ea5762a75161bf8a818c01a1f (diff)
downloadgunmake-5601726151b3856ad26433d632392904ec059368.tar.gz
Keep a local count of the max dependency list size.
This global variable could be modified during recursion so keep our own local copy to compare against.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b24186a..11442c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-07-09 Paul Smith <psmith@gnu.org>
+
+ * implicit.c (pattern_search): Keep a local copy of the number of
+ deps in deplist: the global max might change due to recursion.
+ Fixes a bug reported by Martin d'Anjou <martin.danjou14@gmail.com>.
+
2013-06-28 Paul Smith <psmith@gnu.org>
* misc.c (set_append_mode): Set the O_APPEND flag on a file descriptor.