ChangeLog 669 B

123456789101112131415161718
  1. 2001-07-18 Michael Lambert <[email protected]>
  2. *SeekOrigin.cs.cs, FileShare.cs, FileMode.cs, FileAccess.cs: Add.
  3. 2001-07-19 Marcin Szczepanski <[email protected]>
  4. * System.IO.MemoryStream.cs: Added. Had quite a few cases of
  5. "LAMESPEC", but the tests work against the MS implementation so
  6. the major functions are right (ie. Read/Write/Seek). Some more
  7. tests required for the various constructors and exceptions.
  8. 2001-07-16 Marcin Szczepanski <[email protected]>
  9. * StringReader.cs, StringWriter.cs, TextReader.cs, TextWriter.cs:
  10. New class implemenations.
  11. * StringReaderTest.cs, StringWriterTest.cs: Test suite for the above.