2007-09-22  Alex Lancaster  <alexl AT users.sourceforge.net>

	* monte-carlo_wrap.i: Declare function prototypes in '%{ %}'
	verbatim section.

2004-12-23  Alex Lancaster  <alexl AT users.sourceforge.net>

	* monte-carlo_wrap.i: %module _EWSlatkinExact -> EWSlatkinExact
	for compatibility with most recent SWIG.

2004-11-12  Alex Lancaster  <alexl AT users.sourceforge.net>

	* monte-carlo.c (main_proc): Change calculation of Var_F to reduce
	number of unstable numerical operations involving subtracting very
	small numbers.

2004-11-12  Owen Solberg  <solberg@mws11.biol.berkeley.edu>

	* monte-carlo.c (main): Changing def type 'void main_proc' to 'int
	main_proc' to be compliant with new gcc (per Alex.)

2003-12-08  Alex Lancaster  <alexl AT socrates.berkeley.edu>

	* Makefile (DFLAGS): Add call to link ElectricFence library.
	(monte-carlo_distribution): DFLAGS -> CFLAGS.

	* monte-carlo.c (free_vector, free_ivector): New functions, to fix
	memory leak.  Before calling free() we need to shift pointer back
	to beginning to the originally malloc()'ed memory address for both
	the double vector and the integer vector because original program
	returned an pointer with an offset, and free() requires the
	pointer to match the malloc() call..
	(main_proc): Use them.  Add free_ivector for r_random variable,
	there was no free() call for this variable at all previously.
	(NR_END): Move #define to beginning of file.

	* Start ChangeLog.
