1 2002-03-18 Dan Lewis <dihlewis@yahoo.co.uk>
3 * Linux.cs: Removed math methods (now in System.Math).
5 2002-01-23 Dick Porter <dick@ximian.com>
7 * Linux.cs: GetFileTime and SetFileTime need to be static
9 Tue Jan 22 22:50:29 CET 2002 Paolo Molaro <lupus@ximian.com>
11 * Linux.cs: comment out call to Debug.Assert(): stuff from the System
12 assembly cannot be used in corlib.
14 2001-12-11 Dick Porter <dick@ximian.com>
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
21 Wed Nov 14 16:30:27 CET 2001 Paolo Molaro <lupus@ximian.com>
23 * Linux.cs: a '/' is a valid char in a file path.
25 2001-11-10 Sean MacIsaac <macisaac@ximian.com>
27 * Linux.cs (GetCurrentDirectory): implemented