Fri Nov 2 18:27:58 CET 2001 Paolo Molaro * DirectoryNotFoundException.cs: implemented. Tue Sep 25 18:54:06 CEST 2001 Paolo Molaro * File.cs: fix signatures of the Open() and OpenRead() functions (they are static). Thu Sep 13 18:04:23 CEST 2001 Paolo Molaro * FileLoadException.cs, FileNotFoundException.cs: added. 2001-08-28 Dietmar Maurer * 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 * FileAccess.cs, FileMode.cs: change values to be compatible with the ms ones. Sun Aug 26 11:47:56 CEST 2001 Paolo Molaro * IOException.cs: Implemented System.IO.Exception. 2001-07-18 Michael Lambert *SeekOrigin.cs.cs, FileShare.cs, FileMode.cs, FileAccess.cs: Add. 2001-07-19 Marcin Szczepanski * 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 * StringReader.cs, StringWriter.cs, TextReader.cs, TextWriter.cs: New class implemenations. * StringReaderTest.cs, StringWriterTest.cs: Test suite for the above.