summaryrefslogtreecommitdiff
path: root/rtl/java/jdk15.pas
Commit message (Expand)AuthorAgeFilesLines
* * merged trunk up to r20882jonas2012-04-151-5/+0
* + assert() support for the JVM target (currently ignores the Java classloaderjonas2012-02-201-20/+10
* * catch JLRInvocationTargetException raised when using JLRMthod.invoke() tojonas2011-09-081-5/+0
* * full implementation of all routines in rtl/inc/ustringh.inc (except forjonas2011-08-281-244/+199
* + support for threadvars in the JVM based on JLThreadLocal; seejonas2011-08-231-15/+15
* * moved JLRField from jdk15 to the system unitjonas2011-08-231-10/+10
* * extracted dynarray helpers from system unit into jdynarr.inc (werejonas2011-08-201-29/+24
* + import java.lang.Math in the system unitjonas2011-08-201-5/+5
* * migrated java.lang.NoSuchMethodException to java_sys.incjonas2011-08-201-10/+5
* * reparsed with new version of javapp that doesn't mark final staticjonas2011-08-201-35/+35
* + full support for sets on the JVM targetjonas2011-08-201-15/+15
* * fixed external name for inner classes (must not contain the name forjonas2011-08-201-87/+87
* + generate java.lang.Enum descendant classes for Pascal enum typesjonas2011-08-201-178/+168
* + ansistring support. Items of note:jonas2011-08-201-5/+0
* + jdk15 unit with jdk 1.5 header translationjonas2011-08-201-0/+21094