From 6979e7e43b57bba5cd7b88a8d09761fe476f01e8 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 2 May 2011 12:35:01 +0000 Subject: 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 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 78b6b9e..b3fed57 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2011-05-02 Paul Smith + * 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. -- cgit v1.2.3