Merge pull request #1899 from saper/resgencond
[mono.git] / ikvm-native / ChangeLog
index fd068dc14c06fbd6c529fa681a9aa3ca04b78c9c..715f44bd81a76a02e3f3d250bf348413cdbd3a4b 100644 (file)
@@ -1,3 +1,35 @@
+2006-09-11  Zoltan Varga  <vargaz@gmail.com>
+
+       * jni.c: Apply a patch from the freebsd ports tree. Include the proper
+       include for alloca ().
+
+Tue Aug 22 17:16:53 CEST 2006 Paolo Molaro <lupus@ximian.com>
+
+       * Makefile.am: link to libgmodule (patch by Alexander Larsson
+       alexl@redhat.com).
+
+2005-06-08  Ben Maurer  <bmaurer@ximian.com>
+
+       * Makefile.am: Avoid versioning. We aren't going to be a strongly
+       versioned lib.
+
+2005-05-03  Zoltan Varga  <vargaz@freemail.hu>
+
+       * os.c: Update from the official version.
+
+2005-04-11  Zoltan Varga  <vargaz@freemail.hu>
+
+       * jni.c: Applied some freebsd patches from Bill Middleton <flashdict@gmail.com>.
+
+2005-04-05  Zoltan Varga  <vargaz@freemail.hu>
+
+       * jni.c: Apply patch from freebsd ports tree.
+
+2005-01-20  Zoltan Varga  <vargaz@freemail.hu>
+
+       * jni.h: Applied patch from Bernie Solomon to fix compilation on
+       non-gcc compilers.
+
 2005-01-13  Zoltan Varga  <vargaz@freemail.hu>
 
        * jni.c: Fix compilation on PPC.