merge -r 53370:58178
[mono.git] / mcs / class / corlib / System.Text / ChangeLog
index d976c311dcdc9f30903948944e4ff5554fdce541..fc05c491023eb3cc44450fb1beb83e6f30d39773 100644 (file)
@@ -1,52 +1,3 @@
-2006-01-20  Atsushi Enomoto  <atsushi@ximian.com>
-
-       * Encoding.cs : Cloned instances should not be read-only.
-
-2005-12-08  Atsushi Enomoto  <atsushi@ximian.com>
-
-       * UTF8Encoding.cs : (GetChars) let ABCREM work effectively.
-
-2005-12-08  Atsushi Enomoto  <atsushi@ximian.com>
-
-       * Encoding.cs : now under 2.0 GetBytes(string,...) dispatches to
-         byte*-based GetBytes().
-       * UTF8Encoding.cs : avoid extraneous DecoderFallbackBuffer creation
-         which came to happen after introducing fallback buffer.
-
-2005-11-28  Atsushi Enomoto  <atsushi@ximian.com>
-
-       * Encoding.cs, ASCIIEncoding.cs, Latin1Encoding.cs :
-         Added IsSingleByte.
-
-2005-11-28  Atsushi Enomoto  <atsushi@ximian.com>
-
-       * Encoder.cs : added new GetByteCount()/GetBytes() overloads.
-         Added FallbackBuffer.
-       * Decoder.cs : added new GetCharCount()/GetChars() overloads.
-
-2005-11-28  Atsushi Enomoto  <atsushi@ximian.com>
-
-       * EncodingInfo.cs : new file.
-
-2005-11-28  Atsushi Enomoto  <atsushi@ximian.com>
-
-       * UTF32Encoding.cs : Sealed. Added the overload which has
-         throwOnInvalid parameter.
-       * NormalizationForm.cs : removed [Serializable].
-
-2005-11-28  Atsushi Enomoto  <atsushi@ximian.com>
-
-       * Encoding.cs : added UTF32.
-
-2005-11-28  Atsushi Enomoto  <atsushi@ximian.com>
-
-       * UTF32Encoding.cs : surrogate pairs vanished in GetBytes() when the 
-         endianness is big.
-
-2005-11-28  Atsushi Enomoto  <atsushi@ximian.com>
-
-       * UTF32Encoding.cs : new file.
-
 2005-11-22  Atsushi Enomoto  <atsushi@ximian.com>
 
        * ASCIIEncoding.cs, Latin1Encoding.cs : added EncoderFallback support.