summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorpsmith <>2011-05-02 12:35:01 +0000
committerpsmith <>2011-05-02 12:35:01 +0000
commit4c8a05658bfbd6a5fd39c071109fa2bc93f44d59 (patch)
tree57f724f2602214529350043774d56849f63dd11d /ChangeLog
parent48ea84114b8e561a4b820fd8efe91973914ae7d9 (diff)
downloadmake-4c8a05658bfbd6a5fd39c071109fa2bc93f44d59.tar.gz
Use the same algorithm for counting the number of words to sort as we
use to break up the list of words, so we're sure to get the same number. Fixes Savannah bug #33125
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 78b6b9eb..b3fed578 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2011-05-02 Paul Smith <psmith@gnu.org>
+ * function.c (func_sort): Use the same algorithm to count the
+ number of words we will get after the split, as we use to split.
+ Based on a patch from Matthias Hopf. Fixes Savannah bug #33125.
+
* make.h: Make global variable stack_limit extern.
Fixes Savannah bug #32753.