Merge branch 'master' of https://github.com/mono/mono
[mono.git] / ikvm-native / ChangeLog
1 2006-09-11  Zoltan Varga  <vargaz@gmail.com>
2
3         * jni.c: Apply a patch from the freebsd ports tree. Include the proper
4         include for alloca ().
5
6 Tue Aug 22 17:16:53 CEST 2006 Paolo Molaro <lupus@ximian.com>
7
8         * Makefile.am: link to libgmodule (patch by Alexander Larsson
9         alexl@redhat.com).
10
11 2005-06-08  Ben Maurer  <bmaurer@ximian.com>
12
13         * Makefile.am: Avoid versioning. We aren't going to be a strongly
14         versioned lib.
15
16 2005-05-03  Zoltan Varga  <vargaz@freemail.hu>
17
18         * os.c: Update from the official version.
19
20 2005-04-11  Zoltan Varga  <vargaz@freemail.hu>
21
22         * jni.c: Applied some freebsd patches from Bill Middleton <flashdict@gmail.com>.
23
24 2005-04-05  Zoltan Varga  <vargaz@freemail.hu>
25
26         * jni.c: Apply patch from freebsd ports tree.
27
28 2005-01-20  Zoltan Varga  <vargaz@freemail.hu>
29
30         * jni.h: Applied patch from Bernie Solomon to fix compilation on
31         non-gcc compilers.
32
33 2005-01-13  Zoltan Varga  <vargaz@freemail.hu>
34
35         * jni.c: Fix compilation on PPC.
36
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.