ChangeLog 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. 2006-09-11 Zoltan Varga <[email protected]>
  2. * jni.c: Apply a patch from the freebsd ports tree. Include the proper
  3. include for alloca ().
  4. Tue Aug 22 17:16:53 CEST 2006 Paolo Molaro <[email protected]>
  5. * Makefile.am: link to libgmodule (patch by Alexander Larsson
  6. [email protected]).
  7. 2005-06-08 Ben Maurer <[email protected]>
  8. * Makefile.am: Avoid versioning. We aren't going to be a strongly
  9. versioned lib.
  10. 2005-05-03 Zoltan Varga <[email protected]>
  11. * os.c: Update from the official version.
  12. 2005-04-11 Zoltan Varga <[email protected]>
  13. * jni.c: Applied some freebsd patches from Bill Middleton <[email protected]>.
  14. 2005-04-05 Zoltan Varga <[email protected]>
  15. * jni.c: Apply patch from freebsd ports tree.
  16. 2005-01-20 Zoltan Varga <[email protected]>
  17. * jni.h: Applied patch from Bernie Solomon to fix compilation on
  18. non-gcc compilers.
  19. 2005-01-13 Zoltan Varga <[email protected]>
  20. * jni.c: Fix compilation on PPC.
  21. * Makefile.am os.c jni.h jni.c: New files. This is a copy of the
  22. 'native' module in IKVM CVS, placed here so IKVM users don't need to
  23. copy/install the native library.