Added script front-end for primer-design code
[htsworkflow.git] / htswanalysis / MACS / lib / gsl / gsl-1.11 / sort / ChangeLog
1 2008-02-09  Brian Gough  <bjg@network-theory.co.uk>
2
3         * test_source.c: prevent signed overflow in tests
4
5 2005-08-31  Brian Gough  <bjg@network-theory.co.uk>
6
7         * test_source.c: free index memory as well
8
9 2005-04-08  Brian Gough  <bjg@network-theory.co.uk>
10
11         * sortvecind_source.c sortvec_source.c: write tests in such a way
12         as to avoid an infinite loop if nan, by always comparing in the
13         same direction (note that nan < x and nan > x are both false)
14
15 Tue Jun 26 12:06:58 2001  Brian Gough  <bjg@network-theory.co.uk>
16
17         * subset_source. subsetind_source.c: make prototypes match header
18         file
19
20 Sun Jan 21 18:36:04 2001  Brian Gough  <bjg@network-theory.co.uk>
21
22         * subset.c, subsetind.c: added functions for selecting subsets
23         (k-th smallest or largest values)
24
25 Mon Mar 13 13:57:33 2000  Brian Gough  <bjg@network-theory.co.uk>
26
27         * sortind.c (gsl_heapsort_index): changed to use an array of
28         size_t's directly instead of gsl_permutation
29
30 Mon Feb 28 20:30:06 2000  Brian Gough  <bjg@network-theory.co.uk>
31
32         * renamed gsl_sort to gsl_heapsort, since this is more meaningful
33         and gsl_sort, gsl_sort_float, ... is now used for sorting of
34         arrays.
35
36         * added support for sorting of arrays, without going through a
37         gsl_vector object (gsl_sort_vector is now implemented in terms of
38         these functions)
39
40 Sat Feb 26 14:47:36 2000  Brian Gough  <bjg@network-theory.co.uk>
41
42         * added support for indirect sorting of objects
43
44         * fixed bug in indirect sorting from use of BASE type instead of
45         size_t for index.
46
47         * reorganized directory
48
49 Fri Feb 25 19:30:08 2000  Brian Gough  <bjg@network-theory.co.uk>
50
51         * sortind_source.c: changed return type of indirect sort to int,
52         to allow error return code in case where permutation and vector
53         sizes do not match
54
55 Sat Feb 19 12:18:28 2000  Brian Gough  <bjg@network-theory.co.uk>
56
57         * sortind_source.c: added indirect sorting
58
59 Fri Feb 18 10:48:24 2000  Brian Gough  <bjg@network-theory.co.uk>
60
61         * initial GPL sources from Thomas Walter
62         <walter@pctc.chemie.uni-erlangen.de>