File: ChangeLog

package info (click to toggle)
gsl 2.3%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 20,392 kB
  • ctags: 15,188
  • sloc: ansic: 235,014; sh: 11,541; makefile: 869
file content (74 lines) | stat: -rw-r--r-- 2,260 bytes parent folder | download | duplicates (18)
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
2009-07-09  Brian Gough  <bjg@network-theory.co.uk>

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

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

	* permutation.c: move gsl_permutation_get to inline.c

	* gsl_permutation.h: use new inline declarations

	* inline.c: handle inline functions separately

	* Makefile.am (INCLUDES): use top_srcdir instead of top_builddir

2003-02-17  Brian Gough  <bjg@network-theory.co.uk>

	* canonical.c (gsl_permutation_canonical_to_linear): fixed bug
	confusing input and output (swapped pp and qq)

Sat Apr  6 19:08:40 2002  Brian Gough  <bjg@network-theory.co.uk>

	* test.c (main): added tests for canonical representation
 	functions

	* canonical.c: functions for canonical representations	
	(Nicolas Darnis)

Mon Apr  1 17:29:49 2002  Brian Gough  <bjg@network-theory.co.uk>

	* permutation.c (gsl_permutation_mul): added function for
 	combining permutations (Nicolas Darnis)

Sat Feb  9 18:17:53 2002  Brian Gough  <bjg@network-theory.co.uk>

	* permutation.c (gsl_permutation_memcpy): added memcpy function

Tue Sep  4 17:22:06 2001  Brian Gough  <bjg@network-theory.co.uk>

	* added permutations of complex arrays and vectors

	* permute_source.c: added permutations of complex arrays and
 	vectors

Sat Dec 30 21:30:16 2000  Brian Gough  <bjg@network-theory.co.uk>

	* test.c: added the start of a test program

	* permutation.c: added gsl_permutation_next and
 	gsl_permutation_prev as in STL, from vattervi@msu.edu

Mon Apr 24 20:54:03 2000  Brian Gough  <bjg@network-theory.co.uk>

	* gsl_permutation.h: renamed gsl_permutation_invert to
 	gsl_permutation_inverse

Mon Apr 10 14:31:01 2000  Brian Gough  <bjg@network-theory.co.uk>

	* added functions for permuting data and vectors

Thu Feb 24 17:53:55 2000  Brian Gough  <bjg@network-theory.co.uk>

	* permutation.c (gsl_permutation_invert): add an inverse function
 	for permutations

Sat Feb 19 12:04:32 2000  Brian Gough  <bjg@network-theory.co.uk>

	* permutation.c (gsl_permutation_reverse): changed from return
 	type int to void, since no errors can occur.

Fri Feb 18 12:06:13 2000  Brian Gough  <bjg@network-theory.co.uk>

	* permutation.c: added valid and reverse methods
	(gsl_permutation_reverse): fixed bug in reverse