fpc/rtl/java
2014-02-07 12:37:17 +00:00
..
jastringh.inc + AnsistringClass.Create(unicodestring) constructor that implicitly selects 2012-06-27 16:13:47 +00:00
jastrings.inc * when concatenating ansistrings, do not map CP_NONE (rawbytestring) to 2013-07-19 16:33:14 +00:00
java_sys.inc * merged trunk up to r20882 2012-04-15 15:54:10 +00:00
java_sysh.inc * Avoid line longer than 255 2012-06-13 22:34:49 +00:00
jcompproc.inc * Return dynamic arrays in parameter, this was the only managed type still returned in register. Returning managed types in registers requires catching and re-raising exceptions at callee side in order to finalize result and avoid memory leaks. While such behavior makes little difference with generic setjmp-based exception handling, it becomes very inefficient as SEH-styled exception handling is being introduced. 2013-12-04 13:43:22 +00:00
jdk15.inc * merged trunk up to r20882 2012-04-15 15:54:10 +00:00
jdk15.pas * merged trunk up to r20882 2012-04-15 15:54:10 +00:00
jdynarr.inc
jdynarrh.inc
jpvar.inc
jpvarh.inc
jrec.inc + support for (only named, for now) records in the JVM target: 2011-08-20 08:00:50 +00:00
jrech.inc
jset.inc
jseth.inc
jsstringh.inc * merged trunk up to r20882 2012-04-15 15:54:10 +00:00
jsstrings.inc * changed fpc_(u)char_to_shortstr() from a procedure into a function, like 2013-09-06 08:02:46 +00:00
jsystem.inc * fixed compilation of new str<->float code on the JVM target (patch by 2013-11-06 16:13:50 +00:00
jsystemh_types.inc + support for CP_OEMCP 2013-07-12 17:18:24 +00:00
jsystemh.inc * Handle "SarInt64" always as internal procedure, introduced virtual method tinlinenode.first_sar that by default converts it into call to "fpc_sarint64" unless target CPU is 64-bit. This provides a point to insert target-specific optimizations. 2013-10-28 14:31:36 +00:00
jtcon.inc
jtconh.inc
jtvar.inc
jtvarh.inc
justringh.inc
justrings.inc * changed fpc_(u)char_to_shortstr() from a procedure into a function, like 2013-09-06 08:02:46 +00:00
jwin2javacharset.inc
Makefile * mipsel-android: Regenerated makefiles. From now the mipsel-android target can be built and used. 2014-02-07 12:37:17 +00:00
Makefile.fpc * fixed "make install" for jvm targets 2012-09-27 21:35:17 +00:00
objpas.inc
objpas.pp + minimal Java rtl (based on embedded rtl, but with all code and most 2011-08-20 07:45:34 +00:00
objpash.inc + support for array-of-const on the JVM target. Even though the 2011-08-20 08:34:00 +00:00
rtl.cfg
rtldefs.inc + FPCRTL_FILESYSTEM_SINGLE_BYTE_API define that is set for targets where we 2013-06-27 21:37:39 +00:00
rtti.inc * since enums are represented by classes in the JVM, initialize global 2011-08-20 08:33:02 +00:00
sysos.inc + support for range checking calculations with hlcgobj 2011-08-20 08:32:31 +00:00
sysosh.inc
sysres.inc
system.pp * merged trunk up to r20882 2012-04-15 15:54:10 +00:00