summaryrefslogtreecommitdiff
path: root/rtl/java/jdynarrh.inc
Commit message (Expand)AuthorAgeFilesLines
* + support for threadvars in the JVM based on JLThreadLocal; seejonas2011-08-231-0/+2
* * fixed fpc_dynarr_copy() for making copies of arrays of implicit pointerjonas2011-08-231-0/+15
* * use deep copies rather than cloning when copying array contentsjonas2011-08-201-1/+1
* + support for procedural variables for the JVM targetjonas2011-08-201-0/+3
* + full support for sets on the JVM targetjonas2011-08-201-0/+6
* + shortstring support for the JVM target (including accessing character 0 asjonas2011-08-201-0/+4
* + support for copy(dynarray)jonas2011-08-201-0/+3
* * greatly simplified dynamic array handling by making use of thejonas2011-08-201-17/+3
* + unicodestring support for the JVM target (except for multiple addsjonas2011-08-201-0/+1
* + support for (only named, for now) records in the JVM target:jonas2011-08-201-0/+4
* * replaced partial manual declarations of some Java classes withjonas2011-08-201-1/+1
* + support for regular arrays and open arraysjonas2011-08-201-0/+11
* + dynamic array support for the JVM target: setlength(), length(), high():jonas2011-08-201-0/+66