File: ChangeLog

package info (click to toggle)
gsl-doc 2.7.1-1
  • links: PTS
  • area: non-free
  • in suites: bookworm, forky, sid, trixie
  • size: 30,572 kB
  • sloc: ansic: 259,459; sh: 4,568; makefile: 1,136; python: 69
file content (48 lines) | stat: -rw-r--r-- 1,423 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
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