ChangeLog 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. 2001-10-07 Miguel de Icaza <[email protected]>
  2. * Encoding.cs, UTF8Encoding.cs, UTF7Encoding.cs, ASCIIEncoding.cs,
  3. UnicodeEncoding.cs: Corrected API.
  4. * UTF8Encoding.cs: Checked in changes from Rafael.
  5. 2001-08-28 Dietmar Maurer <[email protected]>
  6. * UTF8Encoding.cs: impl. clumsy GetBytes
  7. 2001-07-16 Marcin Szczepanski <[email protected]>
  8. * StringBuilder.cs (Text): Fixed.
  9. * StringBuilderTest.cs: Implement Test suite.
  10. 2001-07-12 Marcin Szczepanski <[email protected]>
  11. * StringBuilder.cs: Implemented.
  12. The only methods left unimplemented are the AppendFormat( ... )
  13. ones just because it's probably better to wait until some of the
  14. Format related classes are implemented. I've put that as a TODO
  15. comment at the top and created the methods with a "nop" body.
  16. 2001-06-26 Sean MacIsaac <[email protected]>
  17. * UnicodeEncoding.cs: Members added so that a clean compile is
  18. possible.
  19. * ASCIIEncoding.cs: Members added so that a clean compile is
  20. possible.
  21. * UTF7Encoding.cs: Members added so that a clean compile is
  22. possible.
  23. * UTF8Encoding.cs: Members added so that a clean compile is
  24. possible.
  25. * Encoding.cs: All public members included. Most members
  26. unimplemented.