X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=ikvm-native%2FChangeLog;h=715f44bd81a76a02e3f3d250bf348413cdbd3a4b;hb=af90548a08ef5effc93b083b7eec44daa178b141;hp=b50d4e94b0da7e29525fa2b596074cc39ed3f961;hpb=8729c3da5a87f5c61f9522c0888924276828428c;p=mono.git diff --git a/ikvm-native/ChangeLog b/ikvm-native/ChangeLog index b50d4e94b0d..715f44bd81a 100644 --- a/ikvm-native/ChangeLog +++ b/ikvm-native/ChangeLog @@ -1,5 +1,39 @@ +2006-09-11 Zoltan Varga + + * 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 + + * Makefile.am: link to libgmodule (patch by Alexander Larsson + alexl@redhat.com). + +2005-06-08 Ben Maurer + + * Makefile.am: Avoid versioning. We aren't going to be a strongly + versioned lib. + +2005-05-03 Zoltan Varga + + * os.c: Update from the official version. + +2005-04-11 Zoltan Varga + + * jni.c: Applied some freebsd patches from Bill Middleton . + +2005-04-05 Zoltan Varga + + * jni.c: Apply patch from freebsd ports tree. + +2005-01-20 Zoltan Varga + + * jni.h: Applied patch from Bernie Solomon to fix compilation on + non-gcc compilers. + 2005-01-13 Zoltan Varga + * jni.c: Fix compilation on PPC. + * Makefile.am os.c jni.h jni.c: New files. This is a copy of the 'native' module in IKVM CVS, placed here so IKVM users don't need to copy/install the native library.