Update todo
[mono.git] / ChangeLog
index 08db86da856aa1c8c28c5305e1ef02dee026a080..80c88fe1746497a5a86ed987d04e2b2057e3493b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+2001-10-04  Dick Porter  <dick@ximian.com>
+
+       * configure.in: Do some deeper checks on pthreads for some of the
+       more interesting functions
+
+2001-09-24  Dietmar Maurer  <dietmar@ximian.com>
+
+       * mono/tests/Makefile.am (testjit): a new target to test the JITer
+
+       * mono/tests/jit-*: added some test for the JITer
+
+2001-09-23  Dick Porter  <dick@ximian.com>
+
+       * configure.in: Arrange to compile dummy thread support routines
+       if pthread isnt available
+       
+2001-09-23  Dick Porter  <dick@ximian.com>
+
+       * configure.in: Check for pthread.h, so that we can check for the
+       HAVE_PTHREAD_H define in config.h
+
+2001-09-21  Dick Porter  <dick@ximian.com>
+
+       * configure.in: Check for libpthread
+
 2001-09-19  Dietmar Maurer  <dietmar@ximian.com>
 
        * mono/tests/test-ops.cs: added more tests