2002-04-30 Dick Porter <dick@ximian.com>
[mono.git] / mono / metadata / ChangeLog
index 507788e88811aa57ef8f1986e0d0c3d977bf0385..d9de61fc23157cd347aab7b84f2d877782d32bec 100644 (file)
@@ -1,3 +1,15 @@
+2002-04-30  Dick Porter  <dick@ximian.com>
+
+       * socket-io.c: Cope with SOCKET being an integer rather than a
+       pointer now.
+
+       * threads.c: Added Thread_free_internal, to deal with thread
+       handle cleanup.  Moved calls to handle_store() and handle_remove()
+       to start_wrapper(), so each can only be called once.  Allocate
+       synchronisation blocks with GC_malloc(), and use GC finalisation
+       to close the handles.
+
+       * icall.c: added System.Threading.Thread::Thread_free_internal
 
 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>