2001-10-04 Miguel de Icaza <miguel@ximian.com>
[mono.git] / ChangeLog
index baff31f0c8e83faeb5a5af8d83647aef701728c5..80c88fe1746497a5a86ed987d04e2b2057e3493b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+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
 
 Mon Sep 10 20:19:00 CEST 2001 Paolo Molaro <lupus@ximian.com>