X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem%2FChangeLog;h=6cbb3711ce5408ad775c4ad6c851f78d1cde3809;hb=23d092946655ef0523af8cff35b7c4a1279dd3ca;hp=0a37fd318cd1f778b5b4856fbdc88e8cf0e3dd89;hpb=1ca46bf24271e6fd9233b135bb547fca2e2e7f34;p=mono.git diff --git a/mcs/class/corlib/System/ChangeLog b/mcs/class/corlib/System/ChangeLog index 0a37fd318cd..6cbb3711ce5 100644 --- a/mcs/class/corlib/System/ChangeLog +++ b/mcs/class/corlib/System/ChangeLog @@ -1,4 +1,24 @@ -2008-05-16 Andreas Nahr +2008-05-19 Sebastien Pouliot + + * 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 + + * String.cs: Update Trim functions + +2008-05-19 Zoltan Varga + + * ConsoleDriver.cs: Avoid initializing the three driver classes when only one + is needed. + +2008-05-18 Andreas Nahr * String.cs: Update Join and Pad functions