Merge pull request #658 from cdrnet/fix-bad-formatstring-forwarding
[mono.git] / mcs / class / System.Numerics / Test / System.Numerics / ChangeLog
1 2013-06-09 Christoph Ruegg <git@cdrnet.ch>
2
3         * ComplexTest.cs: Created; Tests ToString
4         with special format strings.
5
6 2010-03-06 Rodrigo Kumpera  <rkumpera@novell.com>
7
8         * BigIntegerTest.cs: Tests for decimal stuff.
9
10 2010-03-06 Rodrigo Kumpera  <rkumpera@novell.com>
11
12         * BigIntegerTest.cs: Tests for remaining ToString
13         overloads.
14
15 2010-03-06 Rodrigo Kumpera  <rkumpera@novell.com>
16
17         * BigIntegerTest.cs: Tests for ToString and
18         ToString(string).
19
20 2010-03-06 Rodrigo Kumpera  <rkumpera@novell.com>
21
22         * BigIntegerTest.cs: Tests for .ctor(double).
23
24 2010-03-06 Rodrigo Kumpera  <rkumpera@novell.com>
25
26         * BigIntegerTest.cs: Tests for Log.
27
28 2010-03-06 Rodrigo Kumpera  <rkumpera@novell.com>
29
30         * BigIntegerTest.cs: Tests for GreatestCommonDivisor.
31
32 2010-03-06 Rodrigo Kumpera  <rkumpera@novell.com>
33
34         * BigIntegerTest.cs: Tests for ModPow.
35
36 2010-03-06 Rodrigo Kumpera  <rkumpera@novell.com>
37
38         * BigIntegerTest.cs: Tests for Pow.
39
40 2010-03-06 Rodrigo Kumpera  <rkumpera@novell.com>
41
42         * BigIntegerTest.cs: Tests for DivRem.
43
44 2010-03-05 Rodrigo Kumpera  <rkumpera@novell.com>
45
46         * BigIntegerTest.cs: Tests for Mul.
47
48 2010-03-05 Rodrigo Kumpera  <rkumpera@novell.com>
49
50         * BigIntegerTest.cs: Tests for coersion operators
51         for short.
52
53 2010-03-05 Rodrigo Kumpera  <rkumpera@novell.com>
54
55         * BigIntegerTest.cs: Tests for << >>.
56
57 2010-03-05 Rodrigo Kumpera  <rkumpera@novell.com>
58
59         * BigIntegerTest.cs: Tests for | & ^ ~.
60
61 2010-03-05 Rodrigo Kumpera  <rkumpera@novell.com>
62
63         * BigIntegerTest.cs: Tests for ++, --.
64
65 2010-03-05 Rodrigo Kumpera  <rkumpera@novell.com>
66
67         * BigIntegerTest.cs: Tests for Abs.
68
69 2010-03-05 Rodrigo Kumpera  <rkumpera@novell.com>
70
71         * BigIntegerTest.cs: Tests for Min, Max.
72
73 2010-03-05 Rodrigo Kumpera  <rkumpera@novell.com>
74
75         * BigIntegerTest.cs: Tests for Negate.
76
77 2010-03-05 Rodrigo Kumpera  <rkumpera@novell.com>
78
79         * BigIntegerTest.cs: Tests for Sub.
80
81 2010-03-05 Rodrigo Kumpera  <rkumpera@novell.com>
82
83         * BigIntegerTest.cs: Tests for long CompareTo.
84
85 2010-03-05 Rodrigo Kumpera  <rkumpera@novell.com>
86
87         * BigIntegerTest.cs: Tests for IComparable.
88
89 2010-03-04 Rodrigo Kumpera  <rkumpera@novell.com>
90
91         * BigIntegerTest.cs: Tests for ulong relational ops with switched
92         arguments.
93
94 2010-03-04 Rodrigo Kumpera  <rkumpera@novell.com>
95
96         * BigIntegerTest.cs: Tests for ulong Compare and relational ops.
97
98 2010-03-04 Rodrigo Kumpera  <rkumpera@novell.com>
99
100         * BigIntegerTest.cs: Tests for Compare and relational ops.
101
102 2010-03-04 Rodrigo Kumpera  <rkumpera@novell.com>
103
104         *BigIntegerTest.cs: Tests for Add.
105
106 2010-03-04 Rodrigo Kumpera  <rkumpera@novell.com>
107
108         *BigIntegerTest.cs: Tests for Equals.
109
110 2010-03-04 Rodrigo Kumpera  <rkumpera@novell.com>
111
112         *BigIntegerTest.cs: Tests for long constructor and coersion operator.
113
114 2010-03-04 Rodrigo Kumpera  <rkumpera@novell.com>
115
116         *BigIntegerTest.cs: Added.