[corlib] Let XI and XM define their own default encoding [#29928]
[mono-project.git] / ikvm-native / ChangeLog
blob715f44bd81a76a02e3f3d250bf348413cdbd3a4b
1 2006-09-11  Zoltan Varga  <vargaz@gmail.com>
3         * jni.c: Apply a patch from the freebsd ports tree. Include the proper
4         include for alloca ().
6 Tue Aug 22 17:16:53 CEST 2006 Paolo Molaro <lupus@ximian.com>
8         * Makefile.am: link to libgmodule (patch by Alexander Larsson
9         alexl@redhat.com).
11 2005-06-08  Ben Maurer  <bmaurer@ximian.com>
13         * Makefile.am: Avoid versioning. We aren't going to be a strongly
14         versioned lib.
16 2005-05-03  Zoltan Varga  <vargaz@freemail.hu>
18         * os.c: Update from the official version.
20 2005-04-11  Zoltan Varga  <vargaz@freemail.hu>
22         * jni.c: Applied some freebsd patches from Bill Middleton <flashdict@gmail.com>.
24 2005-04-05  Zoltan Varga  <vargaz@freemail.hu>
26         * jni.c: Apply patch from freebsd ports tree.
28 2005-01-20  Zoltan Varga  <vargaz@freemail.hu>
30         * jni.h: Applied patch from Bernie Solomon to fix compilation on
31         non-gcc compilers.
33 2005-01-13  Zoltan Varga  <vargaz@freemail.hu>
35         * jni.c: Fix compilation on PPC.
37         * Makefile.am os.c jni.h jni.c: New files. This is a copy of the
38         'native' module in IKVM CVS, placed here so IKVM users don't need to
39         copy/install the native library.