2004-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / class / corlib / System.Text / ChangeLog
index 959ff311f7acfd6eee28b924fb135a6df4b6555f..2366bcf6999674862776c4348c3723cf81372262 100755 (executable)
@@ -1,3 +1,91 @@
+2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * StringBuilder.cs: Fixed potential integer overflows in several 
+       methods.
+
+2004-05-14  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * UTF8Encoding.cs: Moved charCount-- after the check for surrogate 
+       pair. This fix bug #57009 (and 2 failing unit tests). Added code
+       to check for some (like MS) overlongs.
+
+2004-05-03 Lluis Sanches Gual  <lluis@ximian.com>
+
+       * Encoding.cs: Use name const to load I18N assembly.
+
+2004-04-25  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
+
+       * Encoding.cs: Call shortcut String.ToLowerInvariant
+
+2004-04-13  Miguel de Icaza  <miguel@ximian.com>
+
+       * Encoding.cs: Use new internal codepage setup.
+
+2004-04-10  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * UTF7Encoding.cs : GetMaxByteCount() was based on incorrect formula.
+
+2004-03-19  Dick Porter  <dick@ximian.com>
+
+       * UnicodeEncoding.cs: GetCharCount(), GetChars(): Check for the
+       BOM at the beginning of the range of characters we're interested
+       in, not at the beginning of the array.  Fixes bug 51531.
+
+2004-03-10  Juraj Skripsky <juraj@hotfeet.ch>
+
+       * StringBuilder.cs
+       (Insert int, char[]): fix by using new string(char[]) instead of
+       char[].ToString() and simplify.
+       (Insert int, string, int): add LAMESPEC note.
+       (Insert int char[], int, int): handle value==null according to spec. 
+       Use a string instead of char array + Array.Copy (gonzalo)
+
+2004-03-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * StringBuilder.cs:
+       (Append (string)): remove redundant check.
+
+2004-01-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * StringBuilder.cs:
+       (Remove): fixed offsets when copying and set the new size. Fixes bug
+       #53240.
+
+2004-01-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * StringBuilder.cs: added checks for null in a few Append methods.
+
+Tue Jan 13 22:23:25 CET 2004 Paolo Molaro <lupus@ximian.com>
+
+       * StringBuilder.cs: fixed start offset in Append(char).
+
+2004-01-12  Patrik Torstensson
+
+       * StringBuilder.cs: new implementation that uses
+       string as a buffer instead of a array of chars.
+
+2003-12-07 Ben Maurer  <bmaurer@users.sourceforge.net>
+
+       * UTF8Encoding.cs (GetBytes string): Do not call base
+       The version in Encoding will call string.ToCharArray (),
+       allocating an extra array. By calling the better method
+       in our own class we can save memory.
+
+2003-11-17 Ben Maurer  <bmaurer@users.sourceforge.net>
+
+       * StringBuilder.cs (Insert int, char): It is really silly and
+       wasteful to allocate an array here. We can just copy the value
+       over.
+
+2003-11-11  Miguel de Icaza  <miguel@ximian.com>
+
+       * Encoding.cs: Use an internal variable to track the parameters of
+       each encoder, since the .NET API does not expose virtual methods
+       in the child classes, we should not depend on that.
+       
+       * ASCIIEncoding.cs, UTF7Encoding, UTF8Encoding, UnicodeEncoding:
+       Initialize the parameters for base class encoding here.
+
 2003-09-01  Miguel de Icaza  <miguel@ximian.com>
 
        * Encoding.cs (UTF8Unmarked): make it also not error out on