ChangeLog 1010 B

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