X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mcs%2Fclass%2Fcorlib%2FLinux%2FChangeLog;h=96eb5e7cdedd95dce22c20c93861878d9e6b160f;hb=0443306d611d0830e27327e1f0a3ef3457dfa535;hp=01c46cc3430657313ff65ea5cd33372ef2ddfab2;hpb=d5c948c0367c9459cee5a1918a62e517452e0b67;p=mono.git diff --git a/mcs/class/corlib/Linux/ChangeLog b/mcs/class/corlib/Linux/ChangeLog index 01c46cc3430..96eb5e7cded 100644 --- a/mcs/class/corlib/Linux/ChangeLog +++ b/mcs/class/corlib/Linux/ChangeLog @@ -1,3 +1,16 @@ +2002-03-18 Dan Lewis + + * Linux.cs: Removed math methods (now in System.Math). + +2002-01-23 Dick Porter + + * Linux.cs: GetFileTime and SetFileTime need to be static + +Tue Jan 22 22:50:29 CET 2002 Paolo Molaro + + * Linux.cs: comment out call to Debug.Assert(): stuff from the System + assembly cannot be used in corlib. + 2001-12-11 Dick Porter * Linux.cs: IO implemented with file handles with internal calls,