summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Johanson <latexer@gentoo.org>2005-08-04 18:31:14 +0000
committerPeter Johanson <latexer@gentoo.org>2005-08-04 18:31:14 +0000
commit677d67f12bf0c0f2b2e7c48513531d42b6cd3f7a (patch)
tree3392e1b6025083400e31e5c0156c0df88bebbdc9 /dev-lang/mono/files
parent. (diff)
downloadgentoo-2-677d67f12bf0c0f2b2e7c48513531d42b6cd3f7a.tar.gz
gentoo-2-677d67f12bf0c0f2b2e7c48513531d42b6cd3f7a.tar.bz2
gentoo-2-677d67f12bf0c0f2b2e7c48513531d42b6cd3f7a.zip
Bump to new release, including fix for bug #100515. Remove some older 1.1.x versions.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-lang/mono/files')
-rw-r--r--dev-lang/mono/files/digest-mono-1.1.61
-rw-r--r--dev-lang/mono/files/digest-mono-1.1.6-r11
-rw-r--r--dev-lang/mono/files/digest-mono-1.1.71
-rw-r--r--dev-lang/mono/files/digest-mono-1.1.8.31
-rw-r--r--dev-lang/mono/files/mono-1.1.8.3-array-getvalue.diff34
-rw-r--r--dev-lang/mono/files/mono-1.1.8.3-icall.diff10
6 files changed, 45 insertions, 3 deletions
diff --git a/dev-lang/mono/files/digest-mono-1.1.6 b/dev-lang/mono/files/digest-mono-1.1.6
deleted file mode 100644
index d5d81037e76d..000000000000
--- a/dev-lang/mono/files/digest-mono-1.1.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d5097b149effa0b248a4398fe630bd30 mono-1.1.6.tar.gz 13752717
diff --git a/dev-lang/mono/files/digest-mono-1.1.6-r1 b/dev-lang/mono/files/digest-mono-1.1.6-r1
deleted file mode 100644
index d5d81037e76d..000000000000
--- a/dev-lang/mono/files/digest-mono-1.1.6-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d5097b149effa0b248a4398fe630bd30 mono-1.1.6.tar.gz 13752717
diff --git a/dev-lang/mono/files/digest-mono-1.1.7 b/dev-lang/mono/files/digest-mono-1.1.7
deleted file mode 100644
index 1aea05202cf8..000000000000
--- a/dev-lang/mono/files/digest-mono-1.1.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f81c6b02ef0c5d5ef7ab827d28eb9731 mono-1.1.7.tar.gz 14766534
diff --git a/dev-lang/mono/files/digest-mono-1.1.8.3 b/dev-lang/mono/files/digest-mono-1.1.8.3
new file mode 100644
index 000000000000..7b672604ebdc
--- /dev/null
+++ b/dev-lang/mono/files/digest-mono-1.1.8.3
@@ -0,0 +1 @@
+MD5 5aefdc915cbd6ed84834692f59b92080 mono-1.1.8.3.tar.gz 15348432
diff --git a/dev-lang/mono/files/mono-1.1.8.3-array-getvalue.diff b/dev-lang/mono/files/mono-1.1.8.3-array-getvalue.diff
new file mode 100644
index 000000000000..b679620022cc
--- /dev/null
+++ b/dev-lang/mono/files/mono-1.1.8.3-array-getvalue.diff
@@ -0,0 +1,34 @@
+diff -aur mono-1.1.8.2-orig/mcs/class/corlib/System/Array.cs mono-1.1.8.2/mcs/class/corlib/System/Array.cs
+--- mono-1.1.8.2-orig/mcs/class/corlib/System/Array.cs 2005-06-04 14:00:46.000000000 -0400
++++ mono-1.1.8.2/mcs/class/corlib/System/Array.cs 2005-07-25 21:18:09.000000000 -0400
+@@ -188,10 +188,10 @@
+ public extern int GetLowerBound (int dimension);
+
+ [MethodImplAttribute (MethodImplOptions.InternalCall)]
+- public extern object GetValue (int[] indices);
++ public extern object GetValue (params int[] indices);
+
+ [MethodImplAttribute (MethodImplOptions.InternalCall)]
+- public extern void SetValue (object value, int[] indices);
++ public extern void SetValue (object value, params int[] indices);
+
+ // CAUTION! No bounds checking!
+ [MethodImplAttribute (MethodImplOptions.InternalCall)]
+@@ -486,7 +486,7 @@
+ }
+
+ [ComVisible (false)]
+- public object GetValue (long [] indices)
++ public object GetValue (params long [] indices)
+ {
+ if (indices == null) {
+ // LAMESPEC: Docs say we should throw a ArgumentNull, but .NET
+@@ -497,7 +497,7 @@
+ }
+
+ [ComVisible (false)]
+- public void SetValue (object value, long [] indices)
++ public void SetValue (object value, params long [] indices)
+ {
+ if (indices == null) {
+ // LAMESPEC: Docs say we should throw a ArgumentNull, but .NET
diff --git a/dev-lang/mono/files/mono-1.1.8.3-icall.diff b/dev-lang/mono/files/mono-1.1.8.3-icall.diff
new file mode 100644
index 000000000000..dbc12694e770
--- /dev/null
+++ b/dev-lang/mono/files/mono-1.1.8.3-icall.diff
@@ -0,0 +1,10 @@
+--- mono-1.1.8-orig/mono/metadata/icall.c 2005-07-27 21:27:32.000000000 -0700
++++ mono-1.1.8/mono/metadata/icall.c 2005-07-27 21:28:03.000000000 -0700
+@@ -2561,7 +2561,6 @@
+ else
+ result = *((gpointer *)((char *)this + field->offset));
+
+- g_assert (result);
+ out_args = mono_array_new (domain, mono_defaults.object_class, 1);
+ *outArgs = out_args;
+ mono_array_set (out_args, gpointer, 0, result);