Added script front-end for primer-design code
[htsworkflow.git] / htswanalysis / MACS / lib / gsl / gsl-1.11 / fft / ChangeLog
1 2006-03-16  Brian Gough  <bjg@network-theory.co.uk>
2
3         * changed to gsl_fft_forward and gsl_fft_backward enums throughout
4         internally instead of forward and backward.
5
6 2005-05-19  Brian Gough  <bjg@network-theory.co.uk>
7
8         * Makefile.am (noinst_HEADERS): removed unused real.c
9
10 Tue Jul 24 15:16:50 2001  Brian Gough  <bjg@network-theory.co.uk>
11
12         * single precision fft now uses float throughout, rather than
13         mixing float and double.
14
15 Mon Jul 16 12:38:29 2001  Brian Gough  <bjg@network-theory.co.uk>
16
17         * reorganized function names and split work
18
19 Tue May  1 14:35:52 2001  Brian Gough  <bjg@network-theory.co.uk>
20
21         * Makefile.am (libgslfft_la_SOURCES): removed spurious headers
22         from SOURCES line
23
24 2000-10-19  Brian Gough  <bjg@inweb.aethos.co.uk>
25
26         * hc_init.c (FUNCTION): scratch space changed to n elements
27         instead of 2*n (apparently the routine previously allocated too
28         much space)
29
30 Wed Feb 16 14:43:42 2000  Brian Gough  <bjg@network-theory.co.uk>
31
32         * Makefile.am (pkginclude_HEADERS): added missing
33         pkginclude_HEADERS for float functions.
34
35 Mon Feb 14 15:11:55 2000  Brian Gough  <bjg@network-theory.co.uk>
36
37         * made all internal functions static (required a slight
38         reorganization)
39
40 Fri Aug  6 11:20:25 1999  Brian Gough  <bjg@network-theory.co.uk>
41
42         *  removed dependence on rand() and RAND_MAX
43
44 Sun Feb 14 17:31:21 1999  Brian Gough  <bjg@netsci.freeserve.co.uk>
45
46         * started converting header files to use gsl_complex_packed_array
47         more consistently
48
49 Mon Dec 14 22:55:00 1998  Brian Gough  <bjg@vvv.lanl.gov>
50
51         * real_init.c: fixed a possible malloc(0) bug found by Electric Fence.
52
53 Mon Nov 23 15:47:13 1998  Brian Gough  <bjg@vvv.lanl.gov>
54
55         * gsl_fft_complex.h, gsl_fft_complex_float.h: removed data[][]
56         type arguments from prototypes since this seems to be non-ANSI.
57         Use **data instead.
58
59 1998-11-09    <bjg@ancho.lanl.gov>
60
61         * compare_source.c: fix up int/unsigned format types to prevent
62         warnings
63
64 Wed Oct 28 15:07:22 1998  Brian Gough  <bjg@vvv.lanl.gov>
65
66         * c.c: added #include <string.h> for memcpy
67
68         * c_float.c: added #include <string.h> for memcpy
69
70 Thu Sep 10 12:05:07 1998  Brian Gough  <bjg@vvv.lanl.gov>
71
72         * removed wavetable from function names to make them shorter and
73         avoid confusion, e.g. gsl_fft_complex_wavetable_alloc ->
74         gsl_fft_complex_alloc
75
76 Sat Sep  5 22:32:19 1998  Brian Gough  <bjg@vvv.lanl.gov>
77
78         * major work done on templatizing everything so that you can do an
79         fft of a float or a double vector.
80         
81 Tue Sep  1 16:44:06 1998  Brian Gough  <bjg@vvv.lanl.gov>
82
83         * c_main.c: renamed c.c to c_main.c
84
85 Tue Jul 28 11:30:43 1998  Brian Gough  <bjg@vvv.lanl.gov>
86
87         * renamed gsl_fft_signals.h to fft_signals.h (not exported)
88
89         * fft.h: a place to keep some local macros
90
91         * c.c: renamed complex.c to c.c
92
93 Mon Jul 27 12:46:25 1998  Brian Gough  <bjg@vvv.lanl.gov>
94
95         * bitreverse.c: removed gsl_ftt_ prefix from non-exported functions
96
97 Wed Jun 10 17:36:01 1998  Brian Gough  <bjg@vvv.lanl.gov>
98
99         * test.c: Eliminated the need for getopt
100
101         * test_radix2.c: Eliminated the need for getopt
102
103         * test_trap.c: Eliminated the need for getopt
104
105 Mon Apr 27 18:48:58 1998  Brian Gough  <bjg@vvv.lanl.gov>
106
107         * fft_alloc functions now return a pointer to a newly allocated
108         wavetable struct (or a null pointer if there isn't enough memory)
109
110 Fri Apr 10 15:12:37 1998  Brian Gough  <bjg@vvv.lanl.gov>
111
112         * renamed complex_*.c and halfcomplex_*.c to c_*.c and hc_*.c to
113         avoid linker complaints about long filenames on some platforms
114
115 Sun Mar 29 15:56:34 1998  Brian Gough  <bjg@vvv.lanl.gov>
116
117         * To be compatible with other architectures use size_t everywhere
118         instead of unsigned int
119
120 Sat Mar 21 17:28:26 1998  Brian Gough  <bjg@vvv.lanl.gov>
121
122         * factorize.c (gsl_fft_factorize): Stopped returning the sum of
123         factors in the status variable. The user can compute it if
124         necessary.
125
126 1998-01-27  Mark Galassi  <rosalia@cygnus.com>
127
128         * Makefile.am: fixed a typo: removed trailing \ at the end of this file.