2001-12-11 Dick Porter <dick@ximian.com>
[mono.git] / mcs / class / corlib / System.IO / ChangeLog
1 2001-12-11  Dick Porter  <dick@ximian.com>
2
3         * FileStream.cs: Use handles rather than casting file descriptors.
4         Added Handle property.
5
6 Wed Nov 14 16:47:47 CET 2001 Paolo Molaro <lupus@ximian.com>
7
8         * CheckPermission.cs: disable ModeAccess() code: it's wrong.
9         * FileStream.cs: only trow an exception if the read failed in ReadByte().
10         * StreamReader.cs: implement Peek and Read.
11         * TextWriter.cs: CLSCompliant updates.
12
13 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
14
15         * FileNotFoundException.cs: Added some constructors
16
17         * Path.cs (GetFullPath): Fixed implementation
18
19 Fri Nov 2 18:27:58 CET 2001 Paolo Molaro <lupus@ximian.com>
20
21         * DirectoryNotFoundException.cs: implemented.
22
23 Tue Sep 25 18:54:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
24
25         * File.cs: fix signatures of the Open() and OpenRead() functions
26         (they are static).
27
28 Thu Sep 13 18:04:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
29
30         * FileLoadException.cs, FileNotFoundException.cs: added.
31
32 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
33
34         * TextReader.cs: implemented the Read method
35
36         * StreamReader.cs: impl. stubs
37
38         * StreamWriter.cs: impl.
39
40         * TextWriter.cs: implemented Write and WriteLine methods
41
42 Sun Aug 26 23:01:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
43
44         * FileAccess.cs, FileMode.cs: change values to be compatible with
45         the ms ones.
46         
47 Sun Aug 26 11:47:56 CEST 2001 Paolo Molaro <lupus@ximian.com>
48
49         * IOException.cs: Implemented System.IO.Exception.
50
51 2001-07-18  Michael Lambert <michaellambert@email.com>
52
53         *SeekOrigin.cs.cs, FileShare.cs, FileMode.cs, FileAccess.cs: Add.
54
55 2001-07-19  Marcin Szczepanski <marcins@zipworld.com.au>
56
57         * System.IO.MemoryStream.cs: Added.  Had quite a few cases of
58         "LAMESPEC", but the tests work against the MS implementation so
59         the major functions are right (ie. Read/Write/Seek).  Some more
60         tests required for the various constructors and exceptions.
61
62 2001-07-16  Marcin Szczepanski <marcins@zipworld.com.au>
63
64         * StringReader.cs, StringWriter.cs, TextReader.cs, TextWriter.cs:
65         New class implemenations.
66
67         * StringReaderTest.cs, StringWriterTest.cs: Test suite for the above.
68