File: ChangeLog

package info (click to toggle)
gsl 2.8%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 29,088 kB
  • sloc: ansic: 269,984; sh: 4,535; makefile: 902; python: 69
file content (32 lines) | stat: -rw-r--r-- 968 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
2009-07-09  Brian Gough  <bjg@network-theory.co.uk>

	* wavelet.c (gsl_wavelet_free): handle NULL argument in free
	(gsl_wavelet_workspace_free): handle NULL argument in free

2008-10-13  Brian Gough  <bjg@network-theory.co.uk>

	* test.c (test_2d): change typename variable to name to avoid
	conflict with C++ typename keyword

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

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

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

	* dwt.c (dwt_step): move pointer dereference out of loop

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

	* changed to gsl_wavelet_forward and gsl_wavelet_backward enums
	throughout internally instead of forward and backward. 
	
2004-12-29  Brian Gough  <bjg@network-theory.co.uk>

	* gsl_wavelet.h: added missing includes, use GSL_VAR instead of
	extern

2004-07-23  Brian Gough  <bjg@network-theory.co.uk>

	* added wavelet directory from Ivo Alxneit.