Blob Blame History Raw
2012-12-16  Rhys Ulerich  <rhys.ulerich@gmail.com>

	* demo.c: remove NOP while statement per comment from Jorge Barros de
	Abreu <ficmatin10@gmail.com>.  Add proper return statement to main().

2009-07-09  Brian Gough  <bjg@network-theory.co.uk>

	* init.c (gsl_combination_free): handle NULL argument in free

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

	* gsl_combination.h: added gsl_inline.h, use INLINE_DECL and
	GSL_RANGE_COND for gsl_combination_get

	* combination.c: moved gsl_combination_get to inline.c

	* inline.c: separate file for inline function object code

	* Makefile.am (INCLUDES): use top_srcdir only, remove top_builddir

2003-07-30  Brian Gough  <bjg@network-theory.co.uk>

	* init.c (gsl_combination_alloc): set c->data to NULL when k=0

2003-04-12  Szymon Jaroszewicz  <sj@cs.umb.edu>

	* combination.c (gsl_combination_valid): fix a typo in error
	message

2003-03-22  Brian Gough  <bjg@network-theory.co.uk>

	* combination.c (gsl_combination_memcpy): added memcpy function

2003-03-21  Brian Gough  <bjg@network-theory.co.uk>

	* combination.c (gsl_combination_valid): fix bug in test for
	validity (cj<ci not ci<cj)

	* test.c (main): added tests of gsl_combination_valid

Sat Jan 26 22:39:03 2002  Brian Gough  <bjg@network-theory.co.uk>

	* test.c: use unsigned loop variables

Sat Dec  8 18:22:06 2001  Szymon Jaroszewicz  <sj@cs.umb.edu>

	* added combination support to GSL