New test.
[mono.git] / mcs / class / corlib / Linux / ChangeLog
1 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
2
3         * Linux.cs: Removed math methods (now in System.Math).
4
5 2002-01-23  Dick Porter  <dick@ximian.com>
6
7         * Linux.cs: GetFileTime and SetFileTime need to be static
8
9 Tue Jan 22 22:50:29 CET 2002 Paolo Molaro <lupus@ximian.com>
10
11         * Linux.cs: comment out call to Debug.Assert(): stuff from the System
12         assembly cannot be used in corlib.
13
14 2001-12-11  Dick Porter  <dick@ximian.com>
15
16         * Linux.cs: IO implemented with file handles with internal calls,
17         rather than casting file descriptors for C library p/invokes.
18         Implemented Get/Set Creation/LastAccess/LastWrite TimeFile
19         functions.
20
21 Wed Nov 14 16:30:27 CET 2001 Paolo Molaro <lupus@ximian.com>
22
23         * Linux.cs: a '/' is a valid char in a file path.
24
25 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
26
27         * Linux.cs (GetCurrentDirectory): implemented