Blame diff/ChangeLog

Packit 67cb25
2008-09-18  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* diff.c test.c: temporarily enable deprecated functions for
Packit 67cb25
	testing
Packit 67cb25
Packit 67cb25
	* gsl_diff.h: marked these functions deprecated, use gsl_deriv
Packit 67cb25
	instead.
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
Mon Apr 23 13:26:21 2001  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* Makefile.am: removed demo from Makefile
Packit 67cb25
Packit 67cb25
	* test.c (test): changed return type to void
Packit 67cb25
Packit 67cb25
Mon Feb  5 13:42:54 2001  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* diff.c: moved gradient calculating function into multimin since
Packit 67cb25
 	it depends on multimin functions
Packit 67cb25
Packit 67cb25
	* test.c (main): tidied up the tests
Packit 67cb25