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 * updated pos() for Java with an offset parameter (equivalent of r31464 etc) 2016-03-05 15:32:25 +00:00
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
jdynarr.inc
jdynarrh.inc
jpvar.inc
jpvarh.inc
jrec.inc
jrech.inc
jset.inc
jseth.inc
jsstringh.inc
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 Change WideString initialization to work correctly with indirect main information as well 2016-04-29 13:13:14 +00:00
jsystemh.inc Fix compilation of JVM platform after recent changes to Delete() and Insert() 2016-06-04 10:42:09 +00:00
jtcon.inc * fixed initialising an array of ansichar typed constant using a string 2016-03-05 15:32:18 +00:00
jtconh.inc * fixed initialising an array of ansichar typed constant using a string 2016-03-05 15:32:18 +00:00
jtvar.inc
jtvarh.inc
justringh.inc
justrings.inc * initialise for-loop variables before the loop 2016-11-09 19:51:39 +00:00
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
objpas.pp
objpash.inc
rtl.cfg
rtldefs.inc
rtti.inc
sysos.inc
sysosh.inc
sysres.inc
system.pp * Undid last commit 2016-09-10 12:12:39 +00:00