Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Numerics/Test/System.Numerics/ChangeLog')
-rw-r--r--mcs/class/System.Numerics/Test/System.Numerics/ChangeLog121
1 files changed, 0 insertions, 121 deletions
diff --git a/mcs/class/System.Numerics/Test/System.Numerics/ChangeLog b/mcs/class/System.Numerics/Test/System.Numerics/ChangeLog
deleted file mode 100644
index ec7ae1f94b4..00000000000
--- a/mcs/class/System.Numerics/Test/System.Numerics/ChangeLog
+++ /dev/null
@@ -1,121 +0,0 @@
-2013-06-13 Christoph Ruegg <git@cdrnet.ch>
-
- * BigIntegerTest.cs: Extended tests for
- GreatestCommonDivisor to cover zero-args.
-
-2013-06-09 Christoph Ruegg <git@cdrnet.ch>
-
- * ComplexTest.cs: Created; Tests ToString
- with special format strings.
-
-2010-03-06 Rodrigo Kumpera <rkumpera@novell.com>
-
- * BigIntegerTest.cs: Tests for decimal stuff.
-
-2010-03-06 Rodrigo Kumpera <rkumpera@novell.com>
-
- * BigIntegerTest.cs: Tests for remaining ToString
- overloads.
-
-2010-03-06 Rodrigo Kumpera <rkumpera@novell.com>
-
- * BigIntegerTest.cs: Tests for ToString and
- ToString(string).
-
-2010-03-06 Rodrigo Kumpera <rkumpera@novell.com>
-
- * BigIntegerTest.cs: Tests for .ctor(double).
-
-2010-03-06 Rodrigo Kumpera <rkumpera@novell.com>
-
- * BigIntegerTest.cs: Tests for Log.
-
-2010-03-06 Rodrigo Kumpera <rkumpera@novell.com>
-
- * BigIntegerTest.cs: Tests for GreatestCommonDivisor.
-
-2010-03-06 Rodrigo Kumpera <rkumpera@novell.com>
-
- * BigIntegerTest.cs: Tests for ModPow.
-
-2010-03-06 Rodrigo Kumpera <rkumpera@novell.com>
-
- * BigIntegerTest.cs: Tests for Pow.
-
-2010-03-06 Rodrigo Kumpera <rkumpera@novell.com>
-
- * BigIntegerTest.cs: Tests for DivRem.
-
-2010-03-05 Rodrigo Kumpera <rkumpera@novell.com>
-
- * BigIntegerTest.cs: Tests for Mul.
-
-2010-03-05 Rodrigo Kumpera <rkumpera@novell.com>
-
- * BigIntegerTest.cs: Tests for coersion operators
- for short.
-
-2010-03-05 Rodrigo Kumpera <rkumpera@novell.com>
-
- * BigIntegerTest.cs: Tests for << >>.
-
-2010-03-05 Rodrigo Kumpera <rkumpera@novell.com>
-
- * BigIntegerTest.cs: Tests for | & ^ ~.
-
-2010-03-05 Rodrigo Kumpera <rkumpera@novell.com>
-
- * BigIntegerTest.cs: Tests for ++, --.
-
-2010-03-05 Rodrigo Kumpera <rkumpera@novell.com>
-
- * BigIntegerTest.cs: Tests for Abs.
-
-2010-03-05 Rodrigo Kumpera <rkumpera@novell.com>
-
- * BigIntegerTest.cs: Tests for Min, Max.
-
-2010-03-05 Rodrigo Kumpera <rkumpera@novell.com>
-
- * BigIntegerTest.cs: Tests for Negate.
-
-2010-03-05 Rodrigo Kumpera <rkumpera@novell.com>
-
- * BigIntegerTest.cs: Tests for Sub.
-
-2010-03-05 Rodrigo Kumpera <rkumpera@novell.com>
-
- * BigIntegerTest.cs: Tests for long CompareTo.
-
-2010-03-05 Rodrigo Kumpera <rkumpera@novell.com>
-
- * BigIntegerTest.cs: Tests for IComparable.
-
-2010-03-04 Rodrigo Kumpera <rkumpera@novell.com>
-
- * BigIntegerTest.cs: Tests for ulong relational ops with switched
- arguments.
-
-2010-03-04 Rodrigo Kumpera <rkumpera@novell.com>
-
- * BigIntegerTest.cs: Tests for ulong Compare and relational ops.
-
-2010-03-04 Rodrigo Kumpera <rkumpera@novell.com>
-
- * BigIntegerTest.cs: Tests for Compare and relational ops.
-
-2010-03-04 Rodrigo Kumpera <rkumpera@novell.com>
-
- *BigIntegerTest.cs: Tests for Add.
-
-2010-03-04 Rodrigo Kumpera <rkumpera@novell.com>
-
- *BigIntegerTest.cs: Tests for Equals.
-
-2010-03-04 Rodrigo Kumpera <rkumpera@novell.com>
-
- *BigIntegerTest.cs: Tests for long constructor and coersion operator.
-
-2010-03-04 Rodrigo Kumpera <rkumpera@novell.com>
-
- *BigIntegerTest.cs: Added.