Added MACS source
[htsworkflow.git] / htswanalysis / MACS / lib / gsl / gsl-1.11 / test / ChangeLog
1 2005-06-21  Brian Gough  <bjg@network-theory.co.uk>
2
3         * results.c: now displayed PASS lines only if GSL_TEST_VERBOSE=1,
4         otherwise only display fail lines by default.
5
6 Thu Sep 12 22:56:31 2002  Brian Gough  <bjg@network-theory.co.uk>
7
8         * results.c (gsl_test_rel): catch NaN
9         (gsl_test_abs): catch NaN
10
11 Fri Sep 28 10:40:21 2001  Brian Gough  <bjg@network-theory.co.uk>
12
13         * results.c: use the definition STDC_HEADERS instead of __STDC__
14         as recommended by the autoconf manual
15
16 Thu Sep  6 10:17:10 2001  Brian Gough  <bjg@network-theory.co.uk>
17
18         * results.c (gsl_test_factor): fixed factor to work for case of
19         0==0 without dividing by zero
20
21 Wed Nov 29 10:42:57 2000  Brian Gough  <bjg@network-theory.co.uk>
22
23         * results.c (gsl_test_factor): added a test for two results being
24         within a given factor of each other (e.g. "result should be good
25         to within a factor of 2").  Note that this is different from the
26         definition of relative error, which starts with a measurement of
27         the difference by subtraction.
28
29 Fri May  5 11:20:36 2000  Brian Gough  <bjg@network-theory.co.uk>
30
31         * split out gsl_test code from err/ directory
32