fpc/rtl/java
Jonas Maebe 1ac51d5cd1 * initialise for-loop variables before the loop
o the intiialization code of a for-loop used to do that, but no longer
     does so since their automatic transformation to a while-loop. Even
     though the code did not read the value of the for-loop variable
     in case the loop was not entered, the JVM's verifier is not
     sophisticated enough to be able to detect that (it's protected by
     a boolean set in the loop)

git-svn-id: trunk@34858 -
2016-11-09 19:51:39 +00:00
..
jastringh.inc
jastrings.inc
java_sys.inc * Undid last commit 2016-09-10 12:12:39 +00:00
java_sysh.inc * Undid last commit 2016-09-10 12:12:39 +00:00
jcompproc.inc * Undid last commit 2016-09-10 12:12:39 +00:00
jdk15.inc
jdk15.pas * merged trunk up to r20882 2012-04-15 15:54:10 +00:00
jdynarr.inc
jdynarrh.inc
jpvar.inc * catch JLRInvocationTargetException raised when using JLRMthod.invoke() to 2011-09-08 15:03:55 +00:00
jpvarh.inc * declare procvar constructors as "overload" so that the implicitly added 2011-08-20 08:33:24 +00:00
jrec.inc
jrech.inc
jset.inc * mark FpcBitSet as implementing JLCloneable so it can be cloned, 2011-08-23 15:25:35 +00:00
jseth.inc
jsstringh.inc * merged trunk up to r20882 2012-04-15 15:54:10 +00:00
jsstrings.inc * updated pos() for Java with an offset parameter (equivalent of r31464 etc) 2016-03-05 15:32:25 +00:00
jsystem.inc * updated FSF address (mantis #30198, patch by Paul Gevers) 2016-10-02 12:56:59 +00:00
jsystemh_types.inc
jsystemh.inc Fix compilation of JVM platform after recent changes to Delete() and Insert() 2016-06-04 10:42:09 +00:00
jtcon.inc
jtconh.inc
jtvar.inc
jtvarh.inc + support for threadvars in the JVM based on JLThreadLocal; see 2011-08-23 17:45:01 +00:00
justringh.inc
justrings.inc
jwin2javacharset.inc
Makefile * regenerated makefiles with latest fpcmake 2016-06-18 01:00:45 +00:00
Makefile.fpc Call Errno2noutres if system call to close the handle fails in do_close for win and unix 2014-11-20 22:00:35 +00:00
objpas.inc + support for array-of-const on the JVM target. Even though the 2011-08-20 08:34:00 +00:00
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 * extracted dynarray helpers from system unit into jdynarr.inc (were 2011-08-20 08:32:13 +00:00
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 + support for range checking calculations with hlcgobj 2011-08-20 08:32:31 +00:00
sysres.inc * extracted dynarray helpers from system unit into jdynarr.inc (were 2011-08-20 08:32:13 +00:00
system.pp