| Commit message (Expand) | Author | Age | Files | Lines |
| * | * Undid last commit | michael | 2016-09-10 | 1 | -20/+0 |
| * | * Patch from Karl-Michael Schindler to prepend TMP to temp filename../inc/iso... | michael | 2016-09-10 | 1 | -0/+20 |
| * | * unit name changed to System (starting with uppercase 'S') for improved co... | hajny | 2015-02-27 | 1 | -1/+1 |
| * | * merged trunk up to r20882 | jonas | 2012-04-15 | 1 | -0/+11 |
| * | + Android/JVM target, including a translation of the Android r14 SDK | jonas | 2011-12-12 | 1 | -0/+13 |
| * | + generic infrastructure for target-specific switches | jonas | 2011-11-14 | 1 | -0/+2 |
| * | + {$VARPARACOPYOUTCHECK+/-} / -Cv switch to enable checking | jonas | 2011-09-19 | 1 | -0/+14 |
| * | * the generic astrings.inc is now also used to the extent possible on | jonas | 2011-08-29 | 1 | -1/+2 |
| * | * full implementation of all routines in rtl/inc/ustringh.inc (except for | jonas | 2011-08-28 | 1 | -1/+5 |
| * | * renamed Java-specific sstrings.inc/sstringh.inc to jsstrings.inc/ | jonas | 2011-08-24 | 1 | -1/+5 |
| * | * moved general system includes accidentally put in jdynarr.inc to | jonas | 2011-08-24 | 1 | -0/+12 |
| * | + support for threadvars in the JVM based on JLThreadLocal; see | jonas | 2011-08-23 | 1 | -0/+2 |
| * | + support for array-of-const on the JVM target. Even though the | jonas | 2011-08-20 | 1 | -0/+1 |
| * | * extracted dynarray helpers from system unit into jdynarr.inc (were | jonas | 2011-08-20 | 1 | -613/+12 |
| * | + import java.lang.Math in the system unit | jonas | 2011-08-20 | 1 | -1/+33 |
| * | * use deep copies rather than cloning when copying array contents | jonas | 2011-08-20 | 1 | -5/+11 |
| * | + support for procedural variables for the JVM target | jonas | 2011-08-20 | 1 | -5/+45 |
| * | * FPCJDynArrTypeEnumSet/FPCJDynArrTypeBitSet support in fpc_dynarray_copy() | jonas | 2011-08-20 | 1 | -0/+4 |
| * | + full support for sets on the JVM target | jonas | 2011-08-20 | 1 | -0/+85 |
| * | + FpcEnumValueObtainable interface that's implemented by all FPC | jonas | 2011-08-20 | 1 | -0/+5 |
| * | + support for pointers to types that are implicit pointer types in the JVM | jonas | 2011-08-20 | 1 | -2/+4 |
| * | + shortstring support for the JVM target (including accessing character 0 as | jonas | 2011-08-20 | 1 | -8/+53 |
| * | + ansistring support. Items of note: | jonas | 2011-08-20 | 1 | -1/+2 |
| * | + support for qword div/mod via helper (the JVM only supports signed | jonas | 2011-08-20 | 1 | -0/+1 |
| * | + support for copy(dynarray) | jonas | 2011-08-20 | 1 | -0/+36 |
| * | * greatly simplified dynamic array handling by making use of the | jonas | 2011-08-20 | 1 | -252/+55 |
| * | * replaced manual array copy loops with calls to JLSystem.arraycopy(); still | jonas | 2011-08-20 | 1 | -24/+65 |
| * | + stubbed ansistring support (using ansistrings compiles, but does not | jonas | 2011-08-20 | 1 | -0/+3 |
| * | * unless compiled with -dnounsupported, the compiler will now accept not | jonas | 2011-08-20 | 1 | -0/+61 |
| * | + unicodestring support for the JVM target (except for multiple adds | jonas | 2011-08-20 | 1 | -2/+73 |
| * | * set the namespace of the system unit to org.freepascal.rtl | jonas | 2011-08-20 | 1 | -0/+2 |
| * | * changed TObject from an alias for JLObject into a derived class from | jonas | 2011-08-20 | 1 | -21/+48 |
| * | + support for (only named, for now) records in the JVM target: | jonas | 2011-08-20 | 1 | -0/+31 |
| * | * replaced partial manual declarations of some Java classes with | jonas | 2011-08-20 | 1 | -30/+5 |
| * | + thlcgobj support of the managed open array initialization fixes of | jonas | 2011-08-20 | 1 | -0/+6 |
| * | + 1/2/3-dimensional array types of the base types for use by the headers | jonas | 2011-08-20 | 1 | -0/+27 |
| * | + support for regular arrays and open arrays | jonas | 2011-08-20 | 1 | -16/+16 |
| * | + try/except and try/finally support for JVM target: | jonas | 2011-08-20 | 1 | -0/+8 |
| * | * changed identifier of system unit from "System" into "system" to prevent ... | jonas | 2011-08-20 | 1 | -1/+1 |
| * | + dynamic array support for the JVM target: setlength(), length(), high(): | jonas | 2011-08-20 | 1 | -0/+14 |
| * | * pred(length(dynarr)) -> high(dynarr) | jonas | 2011-08-20 | 1 | -18/+18 |
| * | + (dynamic) array helper routines | jonas | 2011-08-20 | 1 | -0/+308 |
| * | + sqr(float) and trunc() support | jonas | 2011-08-20 | 1 | -0/+3 |
| * | + aliases for Java primitive types (jbyte, jshort, jint, jlong, jchar, | jonas | 2011-08-20 | 1 | -0/+10 |
| * | + minimal Java rtl (based on embedded rtl, but with all code and most | jonas | 2011-08-20 | 1 | -0/+73 |