From mboxrd@z Thu Jan 1 00:00:00 1970 From: bjg@sourceware.cygnus.com To: gsl-cvs@sourceware.cygnus.com Subject: gsl/sort ChangeLog Makefile.am gsl_sort.h sort ... Date: Mon, 28 Feb 2000 13:32:00 -0000 Message-id: <20000228213252.896.qmail@sourceware.cygnus.com> X-SW-Source: 2000/msg00066.html List-Id: CVSROOT: /cvs/gsl Module name: gsl Changes by: bjg@sourceware.cygnus.com 00/02/28 13:32:52 Modified files: sort : ChangeLog Makefile.am gsl_sort.h sort.c sortind.c sortvec.c sortvec_source.c sortvecind.c sortvecind_source.c test.c Added files: sort : gsl_heapsort.h gsl_sort_char.h gsl_sort_double.h gsl_sort_float.h gsl_sort_int.h gsl_sort_long.h gsl_sort_long_double.h gsl_sort_short.h gsl_sort_uchar.h gsl_sort_uint.h gsl_sort_ulong.h gsl_sort_ushort.h test_heapsort.c Log message: * renamed gsl_sort to gsl_heapsort, since this is more meaningful and gsl_sort, gsl_sort_float, ... is now used for sorting of arrays. * added support for sorting of arrays, without going through a gsl_vector object (gsl_sort_vector is now implemented in terms of these functions)