[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / corlib / System.Text / ChangeLog
index 8a7c023a9df145bccf5d38c391e4d702c840da1b..c1b2012bb8a0d05b159ffe465d4b9155085c4c93 100644 (file)
@@ -1,3 +1,31 @@
+2010-06-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
+
+       * StringBuilder.cs: Moonlight needs Clear too.
+
+2010-03-16  Jb Evain  <jbevain@novell.com>
+
+       * StringBuilder.cs, Encoding.cs: use MOONLIGHT symbol to
+       disambiguate MonoTouch and Moonlight code.
+
+2010-02-02  Jb Evain  <jbevain@novell.com>
+
+       * ASCIIEncoding.cs, Latin1Encoding.cs: remove duplicated code.
+
+2009-12-09  Chris Toshok  <toshok@ximian.com>
+
+       * Encoding.cs (get_Default): moonlight defaults to UTF8, not
+       UTF8Unmarked.
+       
+2009-11-24  Marek Safar  <marek.safar@gmail.com>
+
+       * UTF8Encoding.cs (GetPreamble): Let compiler optimize it.
+
+2009-11-02  Miguel de Icaza  <miguel@novell.com>
+
+       * Jumbo patch to drop support for pre-NET_2_0 code:
+
+       Remove NET_2_0 defines assuming the value is true.
+
 2009-10-22  Miguel de Icaza  <miguel@novell.com>
 
        * StringBuilder.cs (Text): Add new 4.0 method.