|
Overview
Contents
Players
Layers
Examples
Configuration
InFAQ
Changes
Licence
Back to Goodies
|
JNIPort Change History
This page is just a list of changes to the code. I'm not following any particular
pattern, sometimes I'll list small changes individually, other times I'll just bunch
them up. I probably won't even list very small changes (the package version number will
change, though). Depends on my mood…
This software is (supposedly) under active development, so I don't bother to increment the major
version number for trivial functional changes (it'd be far too much work).
Perhaps someday I'll populate this page directly from STS.
- 2004/09/17
-
'CU JNI.pac' 1.04 — Now open HKLM in readonly mode when trying to find a jvm.dll to run.
- 2004/03/11
-
'CU Java Base.pac' 1.12 — Added call to CompiledCode class>>initializeInfoCache as part
of shutdown sequence (the cache could prevent the entire network of JNIPort objects from being GCed).
- 2004/01/09
-
'CU Java Base.pac' 1.10 and 'CU Java Status Monitor.pac' 1.08 — Very minor cosmetic bugfixes.
- 2003/12/07
-
'CU JNI.pac' 1.01 — Tweaked the checked JNI methods to use clean blocks. It costs nothing
and should save a few nanoseconds…
- 2003/11/01
-
'CU Java Status Monitor.pac' 1.06 — Launching class's JavaDoc now works with Mozilla too.
- 2003/10/24
-
'CU Java Base.pac' 1.05 — Added more bounds checking on #from:to:keysAndValuesDo:.
'CU Java Status Monitor.pac' 1.05 — Added alpha-blend support (if US Layered View
is installed).
- 2003/08/02
-
'CU Java Status Monitor.pac' 1.04 — Added timestamp for JVM's death.
- 2003/06/20
-
'CU Java Status Monitor.pac' 1.02 — Argh! I'd left a call to Symbol>>value: in the
status page.
- 2003/06/18
-
'CU Java Wrapper Generation.pac' 1.01 — Now correctly trap and trace exceptions
during code generation.
|