2008-05-19 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / corlib / System / ChangeLog
index 0a37fd318cd1f778b5b4856fbdc88e8cf0e3dd89..6cbb3711ce5408ad775c4ad6c851f78d1cde3809 100644 (file)
@@ -1,4 +1,24 @@
-2008-05-16  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
+2008-05-19  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * Boolean.cs,
+       * Double.cs,
+       * Enum.cs,
+       * Int64.cs,
+       * Single.cs,
+       * UInt32.cs,
+       * UInt64.cs: Avoid unboxing primitive types more than one time.
+       [Found using Gendarme]
+
+2008-05-19  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
+
+       * String.cs: Update Trim functions
+
+2008-05-19  Zoltan Varga  <vargaz@gmail.com>
+
+       * ConsoleDriver.cs: Avoid initializing the three driver classes when only one
+       is needed.
+
+2008-05-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
 
        * String.cs: Update Join and Pad functions