Blame fft/ChangeLog

Packit 67cb25
2009-07-09  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* real_init.c (FUNCTION): handle NULL argument in free
Packit 67cb25
Packit 67cb25
	* hc_init.c (FUNCTION): handle NULL argument in free
Packit 67cb25
Packit 67cb25
	* c_init.c (FUNCTION): handle NULL argument in free
Packit 67cb25
Packit 67cb25
2008-07-03  Brian Gough  <bjg@hp2.network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* Makefile.am (INCLUDES): use top_srcdir instead of top_builddir
Packit 67cb25
Packit 67cb25
2006-03-16  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* changed to gsl_fft_forward and gsl_fft_backward enums throughout
Packit 67cb25
	internally instead of forward and backward.
Packit 67cb25
Packit 67cb25
2005-05-19  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* Makefile.am (noinst_HEADERS): removed unused real.c
Packit 67cb25
Packit 67cb25
Tue Jul 24 15:16:50 2001  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* single precision fft now uses float throughout, rather than
Packit 67cb25
 	mixing float and double.
Packit 67cb25
Packit 67cb25
Mon Jul 16 12:38:29 2001  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* reorganized function names and split work
Packit 67cb25
Packit 67cb25
Tue May  1 14:35:52 2001  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* Makefile.am (libgslfft_la_SOURCES): removed spurious headers
Packit 67cb25
 	from SOURCES line
Packit 67cb25
Packit 67cb25
2000-10-19  Brian Gough  <bjg@inweb.aethos.co.uk>
Packit 67cb25
Packit 67cb25
	* hc_init.c (FUNCTION): scratch space changed to n elements
Packit 67cb25
	instead of 2*n (apparently the routine previously allocated too
Packit 67cb25
	much space)
Packit 67cb25
Packit 67cb25
Wed Feb 16 14:43:42 2000  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* Makefile.am (pkginclude_HEADERS): added missing
Packit 67cb25
 	pkginclude_HEADERS for float functions.
Packit 67cb25
Packit 67cb25
Mon Feb 14 15:11:55 2000  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* made all internal functions static (required a slight
Packit 67cb25
 	reorganization)
Packit 67cb25
Packit 67cb25
Fri Aug  6 11:20:25 1999  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	*  removed dependence on rand() and RAND_MAX
Packit 67cb25
Packit 67cb25
Sun Feb 14 17:31:21 1999  Brian Gough  <bjg@netsci.freeserve.co.uk>
Packit 67cb25
Packit 67cb25
	* started converting header files to use gsl_complex_packed_array
Packit 67cb25
 	more consistently
Packit 67cb25
Packit 67cb25
Mon Dec 14 22:55:00 1998  Brian Gough  <bjg@vvv.lanl.gov>
Packit 67cb25
Packit 67cb25
	* real_init.c: fixed a possible malloc(0) bug found by Electric Fence.
Packit 67cb25
Packit 67cb25
Mon Nov 23 15:47:13 1998  Brian Gough  <bjg@vvv.lanl.gov>
Packit 67cb25
Packit 67cb25
	* gsl_fft_complex.h, gsl_fft_complex_float.h: removed data[][]
Packit 67cb25
 	type arguments from prototypes since this seems to be non-ANSI.
Packit 67cb25
 	Use **data instead.
Packit 67cb25
Packit 67cb25
1998-11-09    <bjg@ancho.lanl.gov>
Packit 67cb25
Packit 67cb25
	* compare_source.c: fix up int/unsigned format types to prevent
Packit 67cb25
	warnings
Packit 67cb25
Packit 67cb25
Wed Oct 28 15:07:22 1998  Brian Gough  <bjg@vvv.lanl.gov>
Packit 67cb25
Packit 67cb25
	* c.c: added #include <string.h> for memcpy
Packit 67cb25
Packit 67cb25
	* c_float.c: added #include <string.h> for memcpy
Packit 67cb25
Packit 67cb25
Thu Sep 10 12:05:07 1998  Brian Gough  <bjg@vvv.lanl.gov>
Packit 67cb25
Packit 67cb25
	* removed wavetable from function names to make them shorter and
Packit 67cb25
 	avoid confusion, e.g. gsl_fft_complex_wavetable_alloc ->
Packit 67cb25
 	gsl_fft_complex_alloc
Packit 67cb25
Packit 67cb25
Sat Sep  5 22:32:19 1998  Brian Gough  <bjg@vvv.lanl.gov>
Packit 67cb25
Packit 67cb25
	* major work done on templatizing everything so that you can do an
Packit 67cb25
 	fft of a float or a double vector.
Packit 67cb25
	
Packit 67cb25
Tue Sep  1 16:44:06 1998  Brian Gough  <bjg@vvv.lanl.gov>
Packit 67cb25
Packit 67cb25
	* c_main.c: renamed c.c to c_main.c
Packit 67cb25
Packit 67cb25
Tue Jul 28 11:30:43 1998  Brian Gough  <bjg@vvv.lanl.gov>
Packit 67cb25
Packit 67cb25
	* renamed gsl_fft_signals.h to fft_signals.h (not exported)
Packit 67cb25
Packit 67cb25
	* fft.h: a place to keep some local macros
Packit 67cb25
Packit 67cb25
	* c.c: renamed complex.c to c.c
Packit 67cb25
Packit 67cb25
Mon Jul 27 12:46:25 1998  Brian Gough  <bjg@vvv.lanl.gov>
Packit 67cb25
Packit 67cb25
	* bitreverse.c: removed gsl_ftt_ prefix from non-exported functions
Packit 67cb25
Packit 67cb25
Wed Jun 10 17:36:01 1998  Brian Gough  <bjg@vvv.lanl.gov>
Packit 67cb25
Packit 67cb25
	* test.c: Eliminated the need for getopt
Packit 67cb25
Packit 67cb25
	* test_radix2.c: Eliminated the need for getopt
Packit 67cb25
Packit 67cb25
	* test_trap.c: Eliminated the need for getopt
Packit 67cb25
Packit 67cb25
Mon Apr 27 18:48:58 1998  Brian Gough  <bjg@vvv.lanl.gov>
Packit 67cb25
Packit 67cb25
	* fft_alloc functions now return a pointer to a newly allocated
Packit 67cb25
 	wavetable struct (or a null pointer if there isn't enough memory)
Packit 67cb25
Packit 67cb25
Fri Apr 10 15:12:37 1998  Brian Gough  <bjg@vvv.lanl.gov>
Packit 67cb25
Packit 67cb25
	* renamed complex_*.c and halfcomplex_*.c to c_*.c and hc_*.c to
Packit 67cb25
 	avoid linker complaints about long filenames on some platforms
Packit 67cb25
Packit 67cb25
Sun Mar 29 15:56:34 1998  Brian Gough  <bjg@vvv.lanl.gov>
Packit 67cb25
Packit 67cb25
	* To be compatible with other architectures use size_t everywhere
Packit 67cb25
 	instead of unsigned int
Packit 67cb25
Packit 67cb25
Sat Mar 21 17:28:26 1998  Brian Gough  <bjg@vvv.lanl.gov>
Packit 67cb25
Packit 67cb25
	* factorize.c (gsl_fft_factorize): Stopped returning the sum of
Packit 67cb25
 	factors in the status variable. The user can compute it if
Packit 67cb25
 	necessary.
Packit 67cb25
Packit 67cb25
1998-01-27  Mark Galassi  <rosalia@cygnus.com>
Packit 67cb25
Packit 67cb25
	* Makefile.am: fixed a typo: removed trailing \ at the end of this file.