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:
authorZoltan Varga <vargaz@gmail.com>2008-01-25 21:51:40 +0300
committerZoltan Varga <vargaz@gmail.com>2008-01-25 21:51:40 +0300
commit558e2dc762f61ace63f0f164f48a7778e190a5de (patch)
treefff22b6a6ffc56ba7c958ccfc983a2c31a50bbb8 /mcs/class/corlib/System.Reflection.Emit/ChangeLog
parent68ed59d857f25d7303e4051a88d3760b786007ed (diff)
2008-01-25 Zoltan Varga <vargaz@gmail.com>
* TypeBuilder.cs (GenerateDebugInfo): Emit debug info for nested types as well. Fixes #356316. svn path=/trunk/mcs/; revision=93944
Diffstat (limited to 'mcs/class/corlib/System.Reflection.Emit/ChangeLog')
-rw-r--r--mcs/class/corlib/System.Reflection.Emit/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/mcs/class/corlib/System.Reflection.Emit/ChangeLog b/mcs/class/corlib/System.Reflection.Emit/ChangeLog
index 7d2b1a1636a..54e2f3b8c83 100644
--- a/mcs/class/corlib/System.Reflection.Emit/ChangeLog
+++ b/mcs/class/corlib/System.Reflection.Emit/ChangeLog
@@ -1,6 +1,11 @@
+2008-01-25 Zoltan Varga <vargaz@gmail.com>
+
+ * TypeBuilder.cs (GenerateDebugInfo): Emit debug info for nested types as well.
+ Fixes #356316.
+
2008-01-21 Gert Driesen <drieseng@users.sourceforge.net>
- * AssemblyBuilder.cs: Introduce magic value for AssemblyBuilferAccess
+ * AssemblyBuilder.cs: Introduce magic value for AssemblyBuilderAccess
to signal usage from a compiler. On 2.0 profile, perform argument
check for access. Use AssemblyFlags passed in through AssemblyName
arguments. Modified SetCustomAttribute to only use the Assembly*