Debian Patches

Status for camljava/0.3-5

Patch Description Author Forwarded Bugs Origin Last update
0001-ldflags-for-recent-JDK.patch ldflags for recent JDK Stefano Zacchiroli <zack@upsilon.cc> no 2009-11-26
0002-Makefile-misc-fixes.patch Makefile misc fixes
- ensure files created during build are removed upon clean
- split byte/opt targets to ease build and install on non-native archs
Stefano Zacchiroli <zack@upsilon.cc> no 2009-11-26
0003-GC-global-reference-fix-for-JDK-1.6.patch GC global reference fix for JDK 1.6
Starting from JDK 1.6, local references might be cleaned up by the Garbage
Collector at the end of native methods. Since classes representing OCaml types
are long lived for CamlJava, they can't be local references otherwise they will
be collected.

This fix turns references to OCaml type classes into global references.
Gregoire Henry <Gregoire.Henry@pps.jussieu.fr> no 2009-11-26
0004-enforce-callback-invocation-from-main-thread.patch enforce callback invocation from main thread
ensure that all callbacks are executed from the main thread
(patch from O'Jacare)
Gregoire Henry <Gregoire.Henry@pps.jussieu.fr> no 2009-11-26
0005-debugging-facility-for-Java-exceptions.patch debugging facility for Java exceptions
debugging is togglable at runtime, without needing to recompile CamlJava
Gregoire Henry <Gregoire.Henry@pps.jussieu.fr> no 2009-11-28
0006-ability-to-inhibit-automatic-string-convertion.patch ability to inhibit automatic string convertion
desirable (e.g. because Java strings are real Unicode string whereas OCaml's
are not). Using this patch automatic conversion can be globally disabled by
CamlJava users.

This ability is used by O'Jacare.
Stefano Zacchiroli <zack@upsilon.cc> no 2009-11-28
05cd8336a76065cd89474d339d555abdade1a299.patch Export the exception "Exception". Quick 2016 upgrade. Xavier Leroy <xavier.leroy@inria.fr> no 2016-12-28
0008-Do-not-link-jni.cma-with-custom.patch Do not link jni.cma with -custom
A failure happens in Debian because of the -custom behaviour override.
Stephane Glondu <steph@glondu.net> no debian 2022-01-03

All known versions for source package 'camljava'

Links