| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- Tue Sep 25 18:54:06 CEST 2001 Paolo Molaro <[email protected]>
- * File.cs: fix signatures of the Open() and OpenRead() functions
- (they are static).
- Thu Sep 13 18:04:23 CEST 2001 Paolo Molaro <[email protected]>
- * FileLoadException.cs, FileNotFoundException.cs: added.
- 2001-08-28 Dietmar Maurer <[email protected]>
- * TextReader.cs: implemented the Read method
- * StreamReader.cs: impl. stubs
- * StreamWriter.cs: impl.
- * TextWriter.cs: implemented Write and WriteLine methods
- Sun Aug 26 23:01:41 CEST 2001 Paolo Molaro <[email protected]>
- * FileAccess.cs, FileMode.cs: change values to be compatible with
- the ms ones.
-
- Sun Aug 26 11:47:56 CEST 2001 Paolo Molaro <[email protected]>
- * IOException.cs: Implemented System.IO.Exception.
- 2001-07-18 Michael Lambert <[email protected]>
- *SeekOrigin.cs.cs, FileShare.cs, FileMode.cs, FileAccess.cs: Add.
- 2001-07-19 Marcin Szczepanski <[email protected]>
- * System.IO.MemoryStream.cs: Added. Had quite a few cases of
- "LAMESPEC", but the tests work against the MS implementation so
- the major functions are right (ie. Read/Write/Seek). Some more
- tests required for the various constructors and exceptions.
- 2001-07-16 Marcin Szczepanski <[email protected]>
- * StringReader.cs, StringWriter.cs, TextReader.cs, TextWriter.cs:
- New class implemenations.
- * StringReaderTest.cs, StringWriterTest.cs: Test suite for the above.
|