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/corlib/System.Reflection.Emit/ChangeLog')
-rw-r--r--mcs/class/corlib/System.Reflection.Emit/ChangeLog30
1 files changed, 0 insertions, 30 deletions
diff --git a/mcs/class/corlib/System.Reflection.Emit/ChangeLog b/mcs/class/corlib/System.Reflection.Emit/ChangeLog
index 7f6207c5dcf..433ac41babd 100644
--- a/mcs/class/corlib/System.Reflection.Emit/ChangeLog
+++ b/mcs/class/corlib/System.Reflection.Emit/ChangeLog
@@ -1,16 +1,3 @@
-2006-02-27 Gert Driesen <drieseng@users.sourceforge.net>
-
- * ConstructorBuilder.cs: In AddDeclarativeSecurity, throw an
- ArgumentOutOfRangeException instead of an ArgumentException if action
- is a Request* action. Fixes bug #77640.
- * MethodBuilder.cs: Same.
- * TypeBuilder.cs: Same.
-
-Mon Feb 27 17:12:40 CET 2006 Paolo Molaro <lupus@ximian.com>
-
- * ModuleBuilder.cs: unlink the file before saving
- otherwise we might overwrite a file mmapped by the runtime.
-
2006-02-17 Zoltan Varga <vargaz@gmail.com>
* DynamicMethod.cs: Implement DefineParameter ().
@@ -34,23 +21,6 @@ Mon Feb 27 17:12:40 CET 2006 Paolo Molaro <lupus@ximian.com>
(MethodBuilder.IsGenericMethod): Implement this.
(MethodBuilder.IsGenericMethodDefinition): Likewise.
-2006-02-03 Zoltan Varga <vargaz@gmail.com>
-
- * TypeBuilder.cs (CreateType): Add a check for Sealed parents.
-
-2006-02-01 Zoltan Varga <vargaz@gmail.com>
-
- * OpCodes.cs: Readonly is a net 2.0 only field.
-
-Tue Jan 31 13:37:02 CET 2006 Paolo Molaro <lupus@ximian.com>
-
- * OpCodes.cs: Added Readonly field.
-
-2006-01-29 Raja R Harinath <harinath@gmail.com>
-
- * GenericTypeParameterBuilder.cs (DeclaringType): Return the
- declaring type of a generic method.
-
2005-12-15 Raja R Harinath <rharinath@novell.com>
* TypeBuilder.cs (IsGenericType): Implement override.