Merge pull request #1466 from schani/stage-unified-card-table-scanning
[mono.git] / mcs / class / PEAPI / ChangeLog
index 486a69e9db622c4840eed4b7a71bae1c27581c38..bcc5824da42f9e4543473b3cda43842118b409e2 100644 (file)
@@ -1,3 +1,37 @@
+2009-03-31  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * Code.cs (CILLabel): Add new constructor to signal that
+       a label is an absolute il offset. This is required by exception
+       handling declarations that use offsets and not labels.
+
+2008-06-02  Ankit Jain  <jankit@novell.com>
+
+       Fix bug #367114.
+       * Code.cs (TryBlock.ResolveCatchBlocks): New.
+       (CILInstructions.AddTryBlock): Resolve the catch blocks with the new
+       method.
+       (Catch..ctor): Add new .ctor to allow exceptions of any type.
+       (Catch.ResolveType): New. Add the exception type to the metadata.
+
+2008-04-07  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * Code.cs: Removed Local::TypeSig() as it is not needed
+       for the previous patch.
+
+2008-04-07  Erven Rohou <erven.rohou@st.com>
+
+       * Code.cs: Add new method: GetLocalVars() for ilasm support for
+       emitting local variable names.
+
+2007-11-05  Jackson Harper  <jackson@ximian.com>
+
+       * LICENSE: Add long lost file.
+
+2006-11-09  Ankit Jain  <jankit@novell.com>
+
+       * Metadata.cs (AssemAttr.Retargetable): New.
+       (AssemblyRef.AddAssemblyAttr): New.
+
 2006-07-20  Ankit Jain  <jankit@novell.com>
 
        * Metadata.cs (CustomAttribute.BuildTables): Value can be null.