1999-02-14  Mark Galassi  <rosalia@cygnus.com>

	* minor fixes.

Tue Nov 17 17:22:14 1998  Brian Gough  <bjg@vvv.lanl.gov>

	* added #include <config.h> to all top-level source files

Sun Nov  8 20:40:28 1998  Brian Gough  <bjg@vvv.lanl.gov>

	* siman_tsp.c: clean up for make strict

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

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

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

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

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

Thu Aug 20 12:22:28 1998  Brian Gough  <bjg@vvv.lanl.gov>

	* siman.c: use (char *) judiciously to avoid warnings about void
 	pointer arithmetic (see randist/shuffle.c for similar examples)

	* siman_test.c: perform several tests, using the exact answer as
 	the comparison value, rather than checking for stationarity.

Sun Jun 28 14:11:04 1998  Brian Gough  <bjg@vvv.lanl.gov>

	* Converted to work with rng-style random number generators

	* gsl_siman.h: gsl_siman_step_t type functions now take a gsl_rng
 	random number generator as their first argument

	* siman.c (gsl_siman_solve): Now takes a gsl_rng random number
 	generator as the first argument

Fri Jun 19 11:17:24 1998  Brian Gough  <bjg@vvv.lanl.gov>

	* siman.c (gsl_siman_solve_many): changed the variable 'throw' to
 	'u' (for uniform-random-number) so that we can compile with c++
 	where throw is a reserved word.
	
Sat May 23 13:59:55 1998  Brian Gough  <bjg@vvv.lanl.gov>

	* siman.c: made the solving functions deterministic by removing
 	the random seed, gsl_ran_seed(time(0L)). When the function is
 	non-deterministic it is hard to debug and test (about 1 time in 20
 	the test would fail due to the randomness). We can let the user do
 	the seeding if they need that.
	
1998-02-09  Mark Galassi  <rosalia@nis.lanl.gov>

	* siman_test_driver.sh (LAST_ENERGY): fixed a typo; the tests now
	report well when they converge.

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

	* siman_test_driver.sh, Makefile.am (TESTS): added a test driver
	so that now "make check" does something interesting.
