2009-07-09 Brian Gough <bjg@network-theory.co.uk>
* qrng.c (gsl_qrng_free): handle NULL argument in free
2008-07-03 Brian Gough <bjg@hp2.network-theory.co.uk>
* qrng.c: moved gsl_qrng_get to inline.c
* gsl_qrng.h (gsl_qrng_get): new inline declaration
* inline.c: handle inline functions separately
* Makefile.am (INCLUDES): use top_srcdir instead of top_builddir
2008-03-17 Brian Gough <bjg@network-theory.co.uk>
* reversehalton.c (reversehalton_init): removed unused variable i
* halton.c (halton_init): removed unused variable i
2006-04-21 Brian Gough <bjg@network-theory.co.uk>
* qrng.c gsl_qrng.h: use q instead of r in all prototypes
2004-05-26 Brian Gough <bjg@network-theory.co.uk>
* test.c: added <stdlib.h> for exit()
2002-11-16 Brian Gough <bjg@network-theory.co.uk>
* niederreiter-2.c (calculate_cj): clear uninitialized memory
Mon Apr 22 19:20:05 2002 Brian Gough <bjg@network-theory.co.uk>
* test.c: output results for each individual test
* qrng.c (gsl_qrng_init): added missing init function
Mon Oct 23 19:59:46 2000 Brian Gough <bjg@network-theory.co.uk>
* qrng.c (gsl_qrng_get): use an array type for the array
arguments, rather than a pointer