File: ChangeLog

package info (click to toggle)
gsl-doc 1.14-1
  • links: PTS
  • area: non-free
  • in suites: squeeze
  • size: 20,420 kB
  • ctags: 11,494
  • sloc: ansic: 187,017; sh: 10,550; makefile: 715
file content (140 lines) | stat: -rw-r--r-- 4,280 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
2009-07-09  Brian Gough  <bjg@network-theory.co.uk>

	* real_init.c (FUNCTION): handle NULL argument in free

	* hc_init.c (FUNCTION): handle NULL argument in free

	* c_init.c (FUNCTION): handle NULL argument in free

2008-07-03  Brian Gough  <bjg@hp2.network-theory.co.uk>

	* Makefile.am (INCLUDES): use top_srcdir instead of top_builddir

2006-03-16  Brian Gough  <bjg@network-theory.co.uk>

	* changed to gsl_fft_forward and gsl_fft_backward enums throughout
	internally instead of forward and backward.

2005-05-19  Brian Gough  <bjg@network-theory.co.uk>

	* Makefile.am (noinst_HEADERS): removed unused real.c

Tue Jul 24 15:16:50 2001  Brian Gough  <bjg@network-theory.co.uk>

	* single precision fft now uses float throughout, rather than
 	mixing float and double.

Mon Jul 16 12:38:29 2001  Brian Gough  <bjg@network-theory.co.uk>

	* reorganized function names and split work

Tue May  1 14:35:52 2001  Brian Gough  <bjg@network-theory.co.uk>

	* Makefile.am (libgslfft_la_SOURCES): removed spurious headers
 	from SOURCES line

2000-10-19  Brian Gough  <bjg@inweb.aethos.co.uk>

	* hc_init.c (FUNCTION): scratch space changed to n elements
	instead of 2*n (apparently the routine previously allocated too
	much space)

Wed Feb 16 14:43:42 2000  Brian Gough  <bjg@network-theory.co.uk>

	* Makefile.am (pkginclude_HEADERS): added missing
 	pkginclude_HEADERS for float functions.

Mon Feb 14 15:11:55 2000  Brian Gough  <bjg@network-theory.co.uk>

	* made all internal functions static (required a slight
 	reorganization)

Fri Aug  6 11:20:25 1999  Brian Gough  <bjg@network-theory.co.uk>

	*  removed dependence on rand() and RAND_MAX

Sun Feb 14 17:31:21 1999  Brian Gough  <bjg@netsci.freeserve.co.uk>

	* started converting header files to use gsl_complex_packed_array
 	more consistently

Mon Dec 14 22:55:00 1998  Brian Gough  <bjg@vvv.lanl.gov>

	* real_init.c: fixed a possible malloc(0) bug found by Electric Fence.

Mon Nov 23 15:47:13 1998  Brian Gough  <bjg@vvv.lanl.gov>

	* gsl_fft_complex.h, gsl_fft_complex_float.h: removed data[][]
 	type arguments from prototypes since this seems to be non-ANSI.
 	Use **data instead.

1998-11-09    <bjg@ancho.lanl.gov>

	* compare_source.c: fix up int/unsigned format types to prevent
	warnings

Wed Oct 28 15:07:22 1998  Brian Gough  <bjg@vvv.lanl.gov>

	* c.c: added #include <string.h> for memcpy

	* c_float.c: added #include <string.h> for memcpy

Thu Sep 10 12:05:07 1998  Brian Gough  <bjg@vvv.lanl.gov>

	* removed wavetable from function names to make them shorter and
 	avoid confusion, e.g. gsl_fft_complex_wavetable_alloc ->
 	gsl_fft_complex_alloc

Sat Sep  5 22:32:19 1998  Brian Gough  <bjg@vvv.lanl.gov>

	* major work done on templatizing everything so that you can do an
 	fft of a float or a double vector.
	
Tue Sep  1 16:44:06 1998  Brian Gough  <bjg@vvv.lanl.gov>

	* c_main.c: renamed c.c to c_main.c

Tue Jul 28 11:30:43 1998  Brian Gough  <bjg@vvv.lanl.gov>

	* renamed gsl_fft_signals.h to fft_signals.h (not exported)

	* fft.h: a place to keep some local macros

	* c.c: renamed complex.c to c.c

Mon Jul 27 12:46:25 1998  Brian Gough  <bjg@vvv.lanl.gov>

	* bitreverse.c: removed gsl_ftt_ prefix from non-exported functions

Wed Jun 10 17:36:01 1998  Brian Gough  <bjg@vvv.lanl.gov>

	* test.c: Eliminated the need for getopt

	* test_radix2.c: Eliminated the need for getopt

	* test_trap.c: Eliminated the need for getopt

Mon Apr 27 18:48:58 1998  Brian Gough  <bjg@vvv.lanl.gov>

	* fft_alloc functions now return a pointer to a newly allocated
 	wavetable struct (or a null pointer if there isn't enough memory)

Fri Apr 10 15:12:37 1998  Brian Gough  <bjg@vvv.lanl.gov>

	* renamed complex_*.c and halfcomplex_*.c to c_*.c and hc_*.c to
 	avoid linker complaints about long filenames on some platforms

Sun Mar 29 15:56:34 1998  Brian Gough  <bjg@vvv.lanl.gov>

	* To be compatible with other architectures use size_t everywhere
 	instead of unsigned int

Sat Mar 21 17:28:26 1998  Brian Gough  <bjg@vvv.lanl.gov>

	* factorize.c (gsl_fft_factorize): Stopped returning the sum of
 	factors in the status variable. The user can compute it if
 	necessary.

1998-01-27  Mark Galassi  <rosalia@cygnus.com>

	* Makefile.am: fixed a typo: removed trailing \ at the end of this file.