Added script front-end for primer-design code
[htsworkflow.git] / htswanalysis / MACS / lib / gsl / gsl-1.11 / sys / ChangeLog
1 2008-03-18  Brian Gough  <bjg@network-theory.co.uk>
2
3         * test.c (main): use volatile to avoid extended precision in loop
4
5         * ldfrexp.c (gsl_ldexp): added a test for x==0
6
7 2007-11-04  Brian Gough  <bjg@network-theory.co.uk>
8
9         * ldfrexp.c (gsl_ldexp): handle full range of double precision
10         (gsl_frexp): handle full range of double precision
11
12 2007-07-30  Brian Gough  <bjg@network-theory.co.uk>
13
14         * infnan.c (gsl_finite): use isfinite (c99) in preference to
15         finite
16
17 2007-07-23  Brian Gough  <bjg@network-theory.co.uk>
18
19         * log1p.c (gsl_log1p): added another volatile to prevent unwanted
20         optimisation
21
22 2007-04-03  Brian Gough  <bjg@r51e.network-theory.co.uk>
23
24         * infnan.c (gsl_isinf): now return -1 for -Inf instead of +1
25
26         * test.c (main): add test for -inf
27
28         * infnan.c (gsl_finite): always use finite where available
29         (gsl_isnan): always use isnan where available
30         (gsl_isinf): always use isinf where available
31
32 2005-11-14  Brian Gough  <bjg@network-theory.co.uk>
33
34         * test.c: added tests for constants
35
36 2005-04-05  Brian Gough  <bjg@network-theory.co.uk>
37
38         * infnan.c: added #include ieeefp.h for Solaris
39
40 2004-12-22  Brian Gough  <bjg@network-theory.co.uk>
41
42         * infnan.c (gsl_isinf): added missing return type of int
43
44 2003-09-02  Brian Gough  <bjg@network-theory.co.uk>
45
46         * infnan.c (gsl_isinf): added fallback for missing isinf (IRIX)
47
48 2003-07-24  Brian Gough  <bjg@network-theory.co.uk>
49
50         * invhyp.c: removed duplicate declarations
51
52         * ldfrexp.c: removed duplicate declarations
53
54         * expm1.c: removed duplicate declaration of gsl_expm1
55
56 2003-01-02  Brian Gough  <brian.gough@network-theory.co.uk>
57
58         * infnan.c (gsl_isnan): fall back to isnan,isinf,finite/isfinite
59         if available and IEEE comparisons do not work
60
61 Wed Dec 11 17:29:24 2002  Brian Gough  <brian.gough@network-theory.co.uk>
62
63         * ldfrexp.c: fix include to use <gsl/gsl_math.h> instead of
64         <gsl_math.h>
65
66 2002-08-25  Brian Gough  <bjg@network-theory.co.uk>
67
68         * fcmp.c (gsl_fcmp): approximate comparison of floating point
69         numbers using Knuth's algorithm
70
71         * ldfrexp.c (gsl_ldexp): portable replacement for ldexp()
72         (gsl_frexp): portable replacement for frexp()
73
74 Wed Jan 16 16:35:58 2002  Brian Gough  <bjg@network-theory.co.uk>
75
76         * test.c (main): only test gsl_isnan, gsl_isinf, gsl_finite
77         functions if they have been compiled in.
78
79         * infnan.c (gsl_isnan): #ifdef out the gsl_isnan, gsl_isinf and
80         gsl_finite functions if IEEE comparisons for nans and infs are not
81         supported (HAVE_IEEE_COMPARISONS).
82
83 Tue Aug 21 22:54:08 2001  Brian Gough  <bjg@network-theory.co.uk>
84
85         * test.c (main): use inf/inf to generate a nan, because MSVC
86         optimizes inf-inf to zero
87
88 Sun May  6 14:28:57 2001  Brian Gough  <bjg@network-theory.co.uk>
89
90         * infnan.c: added gsl_isnan, gsl_isinf, gsl_isreal
91
92 Sun Feb 25 11:54:21 2001  Brian Gough  <bjg@network-theory.co.uk>
93
94         * invhyp.c: added gsl_acosh, gsl_asinh, gsl_atanh
95
96 Mon Jan 29 10:53:06 2001  Brian Gough  <bjg@network-theory.co.uk>
97
98         * hypot.c: removed the inline from gsl_hypot, since this is the
99         static version of the function
100
101         * test.c (main): added an underflow test for gsl_hypot
102
103 Thu Nov 16 19:28:38 2000  Brian Gough  <bjg@network-theory.co.uk>
104
105         * coerce.c: added functions for coercing values out of registers
106         so they are correctly rounded
107
108 Sun Oct 22 15:00:24 2000  Brian Gough  <bjg@network-theory.co.uk>
109
110         * expm1.c (gsl_expm1): added gsl_expm1, a substitute for BSD's expm1
111
112 Mon Apr  3 16:58:53 2000  Brian Gough  <bjg@network-theory.co.uk>
113
114         * params.c (main): added parentheses around negative output values
115
116 Tue Mar 21 12:44:07 2000  Brian Gough  <bjg@network-theory.co.uk>
117
118         * hypot.c: added a quick gsl_hypot function for sqrt(x^2+y^2)
119
120 1999-07-14  Mark Galassi  <rosalia@cygnus.com>
121
122         * prec.c (GSL_MODE_PREC): surrounded this with function with an
123         #ifndef, since it might already be defined as a macro.  In truth,
124         this function might be completely unnecessary, since the logic in
125         ../gsl_mode.h seems to cover all cases.
126
127 Fri Nov 20 17:41:35 1998  Brian Gough  <bjg@vvv.lanl.gov>
128
129         * params.c: added program for printing ieee parameters
130