Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261944AbVAaHp0 (ORCPT ); Mon, 31 Jan 2005 02:45:26 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261951AbVAaHol (ORCPT ); Mon, 31 Jan 2005 02:44:41 -0500 Received: from waste.org ([216.27.176.166]:58860 "EHLO waste.org") by vger.kernel.org with ESMTP id S261944AbVAaHfB (ORCPT ); Mon, 31 Jan 2005 02:35:01 -0500 Date: Mon, 31 Jan 2005 01:34:19 -0600 From: Matt Mackall To: Andrew Morton X-PatchBomber: http://selenic.com/scripts/mailpatches Cc: linux-kernel@vger.kernel.org Message-Id: <1.416337461@selenic.com> Subject: [PATCH 0/8] lib/sort: Add generic sort to lib/ Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 559 Lines: 10 This patch series introduces a generic heapsort function, sort(), in lib/. It also replaces the uses of the recently introduced qsort() code from glibc and then removes that code. A few other open-coded sort routines are updated as well. I plan to clean up some other effervescent sort routines in the near future. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/