summaryrefslogtreecommitdiff
path: root/rtl/java/system.pp
Commit message (Expand)AuthorAgeFilesLines
* * Undid last commitmichael2016-09-101-20/+0
* * Patch from Karl-Michael Schindler to prepend TMP to temp filename../inc/iso...michael2016-09-101-0/+20
* * unit name changed to System (starting with uppercase 'S') for improved co...hajny2015-02-271-1/+1
* * merged trunk up to r20882jonas2012-04-151-0/+11
* + Android/JVM target, including a translation of the Android r14 SDKjonas2011-12-121-0/+13
* + generic infrastructure for target-specific switchesjonas2011-11-141-0/+2
* + {$VARPARACOPYOUTCHECK+/-} / -Cv switch to enable checkingjonas2011-09-191-0/+14
* * the generic astrings.inc is now also used to the extent possible onjonas2011-08-291-1/+2
* * full implementation of all routines in rtl/inc/ustringh.inc (except forjonas2011-08-281-1/+5
* * renamed Java-specific sstrings.inc/sstringh.inc to jsstrings.inc/jonas2011-08-241-1/+5
* * moved general system includes accidentally put in jdynarr.inc tojonas2011-08-241-0/+12
* + support for threadvars in the JVM based on JLThreadLocal; seejonas2011-08-231-0/+2
* + support for array-of-const on the JVM target. Even though thejonas2011-08-201-0/+1
* * extracted dynarray helpers from system unit into jdynarr.inc (werejonas2011-08-201-613/+12
* + import java.lang.Math in the system unitjonas2011-08-201-1/+33
* * use deep copies rather than cloning when copying array contentsjonas2011-08-201-5/+11
* + support for procedural variables for the JVM targetjonas2011-08-201-5/+45
* * FPCJDynArrTypeEnumSet/FPCJDynArrTypeBitSet support in fpc_dynarray_copy()jonas2011-08-201-0/+4
* + full support for sets on the JVM targetjonas2011-08-201-0/+85
* + FpcEnumValueObtainable interface that's implemented by all FPCjonas2011-08-201-0/+5
* + support for pointers to types that are implicit pointer types in the JVMjonas2011-08-201-2/+4
* + shortstring support for the JVM target (including accessing character 0 asjonas2011-08-201-8/+53
* + ansistring support. Items of note:jonas2011-08-201-1/+2
* + support for qword div/mod via helper (the JVM only supports signedjonas2011-08-201-0/+1
* + support for copy(dynarray)jonas2011-08-201-0/+36
* * greatly simplified dynamic array handling by making use of thejonas2011-08-201-252/+55
* * replaced manual array copy loops with calls to JLSystem.arraycopy(); stilljonas2011-08-201-24/+65
* + stubbed ansistring support (using ansistrings compiles, but does notjonas2011-08-201-0/+3
* * unless compiled with -dnounsupported, the compiler will now accept notjonas2011-08-201-0/+61
* + unicodestring support for the JVM target (except for multiple addsjonas2011-08-201-2/+73
* * set the namespace of the system unit to org.freepascal.rtljonas2011-08-201-0/+2
* * changed TObject from an alias for JLObject into a derived class fromjonas2011-08-201-21/+48
* + support for (only named, for now) records in the JVM target:jonas2011-08-201-0/+31
* * replaced partial manual declarations of some Java classes withjonas2011-08-201-30/+5
* + thlcgobj support of the managed open array initialization fixes ofjonas2011-08-201-0/+6
* + 1/2/3-dimensional array types of the base types for use by the headersjonas2011-08-201-0/+27
* + support for regular arrays and open arraysjonas2011-08-201-16/+16
* + try/except and try/finally support for JVM target:jonas2011-08-201-0/+8
* * changed identifier of system unit from "System" into "system" to prevent ...jonas2011-08-201-1/+1
* + dynamic array support for the JVM target: setlength(), length(), high():jonas2011-08-201-0/+14
* * pred(length(dynarr)) -> high(dynarr)jonas2011-08-201-18/+18
* + (dynamic) array helper routinesjonas2011-08-201-0/+308
* + sqr(float) and trunc() supportjonas2011-08-201-0/+3
* + aliases for Java primitive types (jbyte, jshort, jint, jlong, jchar,jonas2011-08-201-0/+10
* + minimal Java rtl (based on embedded rtl, but with all code and mostjonas2011-08-201-0/+73