File: ChangeLog

package info (click to toggle)
mlgmp 20021123-11
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 324 kB
  • ctags: 619
  • sloc: ml: 1,769; ansic: 1,750; sh: 235; makefile: 126
file content (38 lines) | stat: -rw-r--r-- 833 bytes parent folder | download | duplicates (8)
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
2002-11-23    <david@picsou.chatons>

	* Replaced -ggdb by -g - MacOS X.2 gcc does not generate proper
	assembly code if -ggdb is used.

	* Bugfix wrt Achim Blumensath: do not store parameter's mpz_t
	address into local variables.

2002-11-21    <david@picsou.chatons>

	* Fixed Z.legendre and Z.jacobi

	* More testing for Z

	* Changed Makefile not to build creal by default.

	* Changed Makefile to stop if autotest fails.

	* Added tests for Q.

	* Changed comparison operators in Q.Infixes to / suffix.

2002-07-29  David Monniaux  <monniaux@gamma.csl.sri.com>

	* Upgraded to GMP 4.1

2002-01-24  David Monniaux  <monniaux@basilic.ens.fr>

	* Fixed compilation for MacOS X.

	* Added hash functions etc...
	
	* Fixed lots of bugs.

2001-12-31  David Monniaux  <monniaux@genievre.ens.fr>

	* First public release (3.1-3.04-1).