Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « ikvm-jni - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 11e1723de3b1feadb354a3d366391ee00fb6841f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
2004-11-07  Zoltan Varga  <vargaz@freemail.hu>

	* mono-jni.c (GET_SET_ARRAY_ELEMENTS): Fix compilation errors on
	gcc 3.3.5.

2004-06-24  David Waite  <mass@akuma.org>

	* mono-jni.c: change to C90-style comments from C99/C++-style

Fri Jun 18 13:46:05 CEST 2004 Paolo Molaro <lupus@ximian.com>

	* mono-jni.c: updates for the API cleanups.

2004-05-05  Zoltan Varga  <vargaz@freemail.hu>

	* mono-jni.c: Implement some missing JNI functions.

2004-04-13  Zoltan Varga  <vargaz@freemail.hu>

	* mono-jni.c: Use <stdarg.h> instead of <varargs.h>.

2004-04-12  Zoltan Varga  <vargaz@freemail.hu>

	* mono-jni.c: Fix compilation under gcc 2.95 + fix warnings.

2004-04-07  Zoltan Varga  <vargaz@freemail.hu>

	* mono-jni.c Makefile.am: New files.