Wed Jan 9 13:54:28 MST 2002 Matt Kimball * BinaryReader.cs: Initial implementation. I think it's complete. 2002-01-04 Ravi Pratap * CheckArgument.cs, CheckPermission.cs, Directory.cs: MonoTODO attribute decorations. * DirectoryInfo.cs, File.cs, FileInfo.cs, FileSystemInfo.cs, Path.cs, TextReader.cs, TextWriter.cs : Ditto. * FileLoadException.cs, FileNotFoundException.cs, StreamReader.cs: Ditto. 2001-12-11 Dick Porter * FileStream.cs: Use handles rather than casting file descriptors. Added Handle property. Wed Nov 14 16:47:47 CET 2001 Paolo Molaro * CheckPermission.cs: disable ModeAccess() code: it's wrong. * FileStream.cs: only trow an exception if the read failed in ReadByte(). * StreamReader.cs: implement Peek and Read. * TextWriter.cs: CLSCompliant updates. 2001-11-10 Sean MacIsaac * FileNotFoundException.cs: Added some constructors * Path.cs (GetFullPath): Fixed implementation 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.