2004-12-08 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / corlib / System.Runtime.Serialization.Formatters.Binary / ChangeLog
index 17065ec3185690c15f1f9abf86011f0a4a9fa95b..05e84f9919b9ad4918e6fb3e1327babaacedd544 100755 (executable)
@@ -1,3 +1,46 @@
+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.
+
+2004-05-14  Vladimir Vukicevic  <vladimir@pobox.com>
+
+       * binary_serialization_format.htm: renamed filename from having
+         spaces to _'s (checked with lluis)
+
+2004-05-13  Lluis Sanchez Gual  <lluis@ximian.com>
+
+       * ObjectWriter.cs: Fixed and Simplified WriteGenericArray and 
+         WriteSingleDimensionArrayElements. This also fixes bug #58345.
+
+2004-05-03  Lluis Sanchez Gual  <lluis@ximian.com>
+
+       * MessageFormatter.cs: In the all-are-primitive case, serialize Args, 
+         not OutArgs.
+
+2004-04-28  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * MessageFormatter.cs: Serialize Args, not OutArgs, like in MS.NET.
+
 2004-04-26  Lluis Sanchez Gual <lluis@ximian.com>
 
        * ObjectReader.cs, ObjectWriter.cs: FIXME cleaning.