2001-11-14 Miguel de Icaza <miguel@ximian.com>
[mono.git] / ChangeLog
index 743132f7093edb98ea34743f26673a267b71d4b2..dfed9ad6b29b94ac0c83f9b3a91195197b7c2c9e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2001-11-13  Dick Porter  <dick@ximian.com>
+
+       * configure.in: Some more tests for pthread features
+       (specifically, glibc 2.1 doesnt define pthread_mutex_timedlock but
+       still needs _GNU_SOURCE for PTHREAD_MUTEX_RECURSIVE)
+
+2001-11-09  Dick Porter  <dick@ximian.com>
+
+       * configure.in: Try and get large file support, but it's not fatal
+       if it's not there (the io-layer just ignores the high word in that
+       case.)
+
+       Check for windows builds, and only bother to look for pthreads and
+       large files if we're not building for cygwin or native win32.  Not
+       having pthread support on Posix systems is now a fatal error.
+
+       * autogen.sh: Fix ACLOCAL_FLAGS - it wasn't being passed to
+       aclocal
+
 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
 
        * mono/tests/Makefile.am: removed JITTESTS, simply run all tests for