[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / I18N / West / ChangeLog
index 7e6945f3bfd93c19fa00f0005c38c79f181cfa3e..fdae4a6a8341fec01a43fb8ffffa6ef19c14a280 100644 (file)
@@ -1,3 +1,32 @@
+2010-02-11  Zoltan Varga  <vargaz@gmail.com>
+
+       * CP1250.cs CP1252.cs: Move the '--charCount' line to the beginning of the loop,
+       since it can be skipped in case of HandleFallback. Add brances around the
+       call to HandleFallback so the 'continue' call is only done if it is called.
+       Should fix #573682.
+
+2008-07-11  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CP1252.cs : continue after fallback was missing.
+         Fixed bug #408381, patch by Jonathan Gagnon.
+
+2008-05-16  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile : added Test/texts/*.txt to EXTRA_DISTFILES.
+
+2006-11-20  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * windows-437-2000.ucm: copied from ICU: http://dev.icu-project.org/cgi-bin/viewcvs.cgi/charset/data/ucm/windows-437-2000.ucm?revision=1.2
+       * windows-10079-2000.ucm: copied from ICU: http://dev.icu-project.org/cgi-bin/viewcvs.cgi/charset/data/ucm/windows-10079-2000.ucm?revision=1.2
+       * CP437.cs : now it is autogenerated from windows-437-2000.ucm
+         Fixed bug #79951
+       * CP10079.cs : now it is autogenerated from windows-10079-2000.ucm.
+
+2006-11-20  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CP28605.cs, CP10000.cs:
+         cosmetic indent fix (now they are correctly auto-generated).
+
 2006-01-17  Atsushi Enomoto  <atsushi@ximian.com>
 
        * CP1252.cs CP28592.cs CP437.cs CP861.cs CP10079.cs CP863.cs