ChangeLog 835 B

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