From: Adam Dickmeiss Date: Wed, 21 Sep 2011 12:48:49 +0000 (+0200) Subject: Make termlist sorting stable X-Git-Tag: v1.6.3~2 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=dd072ff41444dfdd49c76ecc3ca634b06cb75dd1;hp=dd072ff41444dfdd49c76ecc3ca634b06cb75dd1;p=pazpar2-moved-to-github.git Make termlist sorting stable Terms with same frequency are now sorted by their display name. This makes a pretty display and improves our regression test because qsort is not a stable sort. ---