2002-10-03 Miguel de Icaza <miguel@ximian.com>
[mono.git] / ChangeLog
index 31e3fdc47305c435270ebcfe6f123ab1ec66bade..b156e79b042ea4ac0fb2cf872293eb3066d189ce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,37 @@
+2002-10-03  Dick Porter  <dick@ximian.com>
+
+       * acconfig.h:
+       * configure.in:  Freebsd pthread_t is a pointer
+
+2002-10-01  Duncan Mak  <duncan@ximian.com>
+
+       * mono/os/Makefile.am: Add gc_wrapper.h.
+
+       * runtime/Makefile.am: Fix the path for monoresgen.exe.
+
+2002-09-27  Dick Porter  <dick@ximian.com>
+
+       * configure.in: Check for semaphore.h.  Patch for BSD from
+       jmmv@hispabsd.org (Julio Merino).
+
+2002-09-20  Duncan Mak  <duncan@ximian.com>
+
+       * data/config.in: Added reference to libxslt.
+
+2002-09-20  Mark Crichton  <crichton@gimp.org>
+
+       * configure.in: added NEED_LINK_UNLINK to make io-layer more portable.
+       Linux has a "virtual fs" for UNIX sockets, Solaris and BSD don't.
+       For systems that do not have such a virtual FS, define
+       NEED_LINK_UNLINK.
+
+       * acconfig.h: added NEED_LINK_UNLINK
+       
+Wed Sep 4 18:09:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
+
+       * configure.in: add some needed defines to fix support of
+       threads in the GC.
+
 2002-09-19  Mark Crichton  <crichton@gimp.org>
 
        * configure.in: Added checks for Solaris to use X/Open functionality.