File: Changes

package info (click to toggle)
camljava 0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 344 kB
  • sloc: ansic: 844; ml: 336; java: 302; makefile: 97
file content (12 lines) | stat: -rw-r--r-- 519 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Version 0.4, 2020-03-01
- Add NewGlobalRef registration for classes involved in callbacks (#2)
- Compatibility with OCaml 4.09 and up
- Export "exception Exception of obj" in jni.mli
- Update Makefile.config to OpenJDK 8 for Linux/AMD64
- Migration to Github
- Add Jni.set_string_auto_conv to control autoconversion of strings
- Add Jni.set_debug to help debug stray exceptions
- Ensure that callbacks are done from main Java thread
- Fix confusion between fields of types "float" and "double"

Version 0.3, 2004-07-13