| 123456789101112131415161718192021222324252627282930313233343536373839 |
- 2006-09-11 Zoltan Varga <[email protected]>
- * 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 <[email protected]>
- * Makefile.am: link to libgmodule (patch by Alexander Larsson
- [email protected]).
- 2005-06-08 Ben Maurer <[email protected]>
- * Makefile.am: Avoid versioning. We aren't going to be a strongly
- versioned lib.
- 2005-05-03 Zoltan Varga <[email protected]>
- * os.c: Update from the official version.
- 2005-04-11 Zoltan Varga <[email protected]>
- * jni.c: Applied some freebsd patches from Bill Middleton <[email protected]>.
- 2005-04-05 Zoltan Varga <[email protected]>
- * jni.c: Apply patch from freebsd ports tree.
- 2005-01-20 Zoltan Varga <[email protected]>
- * jni.h: Applied patch from Bernie Solomon to fix compilation on
- non-gcc compilers.
- 2005-01-13 Zoltan Varga <[email protected]>
- * 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.
|