Fri Mar 29 17:15:11 CET 2002 Paolo Molaro <lupus@ximian.com>
[mono.git] / mono / io-layer / ChangeLog
index 4eb4c3a6e4dde95f5addbf4cfbc42d7e780bbf6c..5fa6848e9df05b8772d473446d46a4c0de94d525 100644 (file)
@@ -1,4 +1,49 @@
 
+Fri Mar 29 17:15:11 CET 2002 Paolo Molaro <lupus@ximian.com>
+
+       * io.c: EEXISTS is ignored for directory creation.
+       * mono-mutex.h: remove silly "pragma }" that emacs users insert
+       because they use a broken editor:-)
+
+2002-03-28  Dick Porter  <dick@ximian.com>
+
+       * sockets.h: 
+       * sockets.c: 
+       * io.c: 
+       * handles.h: 
+       * handles.c: Warning cleanups
+
+2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
+
+       * unicode.h, unicode.c: changed to gunichar2
+       * io.h, io.c: changed strings to gunichar2*, added
+       SetFileAttributes(), GetCurrentDirectory(), SetCurrentDirectory(),
+       some fixes to FindFirstFile() and friends.
+
+2002-03-26  Dick Porter  <dick@ximian.com>
+
+       * types.h: Implement the large integer struct
+
+       * timefuncs.h:
+       * timefuncs.c: Dummy functions that don't yet implement
+       QueryPerformanceCounter() and QueryPerformanceFrequency()
+
+       * threads.h:
+       * threads.c: Implement SleepEx()
+
+       * system.h:
+       * system.c: Beginnings of GetSystemInfo()
+
+       * mono-mutex.c (pthread_mutex_timedlock): Fix a ms/ns conversion
+       thinko
+
+       * context.h:
+       * context.c: Dummy function that doesnt yet implement
+       GetThreadContext()
+
+       * atomic.h: 
+       * atomic.c: Interlocked functions
+
 Mon Mar 25 13:01:40 CET 2002 Paolo Molaro <lupus@ximian.com>
 
        * threads.c: use a gc-safe hash table to store tls pointers.