2004-12-08 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / corlib / System.Runtime.Serialization.Formatters.Binary / ChangeLog
index 50ea5dc89e7e1ac002dd6be7f7fe15368dcb0b25..05e84f9919b9ad4918e6fb3e1327babaacedd544 100755 (executable)
@@ -1,3 +1,23 @@
+2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
+
+       * CodeGenerator.cs: Call new DefineInternalDynamicAssembly method to prevent a race
+       condition in the setting of the CorlibInternal flag.
+
+2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
+
+       * CodeGenerator.cs: Mark the created assembly builder as internal.
+
+2004-11-29  Lluis Sanchez Gual  <lluis@ximian.com>
+
+       * CodeGenerator.cs: Addded EnumToUnderlying method to get the underlying
+       type of an enum. This fixes bug #69753.
+
+2004-07-02  Lluis Sanchez Gual  <lluis@ximian.com>
+
+       * BinaryCommon.cs: Added CheckSerializable method.
+       * ObjectWriter.cs: Check for type serializability even for members with
+         null values.
+       
 2004-05-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
 
        * ObjectWriter.cs: reduce contention in GetObjectData.