fpc/rtl/java
Jonas Maebe 441787672d * migrated java.lang.NoSuchMethodException to java_sys.inc
* catch java.lang.NoSuchMethodException exceptions when resolving a procvar,
    because java.lang.Class.getDeclaredMethod() only searches that particular
    class itself and not its parents -> in case we get the address of a method
    that's not overridden in the current class, also search the parent classes

git-svn-id: branches/jvmbackend@18730 -
2011-08-20 08:28:45 +00:00
..
astringh.inc + shortstring support for the JVM target (including accessing character 0 as 2011-08-20 08:11:28 +00:00
astrings.inc * synchronised code of fpc_ansistr_to_chararray() with 2011-08-20 08:26:00 +00:00
compproc.inc + support for procedural variables for the JVM target 2011-08-20 08:24:58 +00:00
java_sys.inc * migrated java.lang.NoSuchMethodException to java_sys.inc 2011-08-20 08:28:45 +00:00
java_sysh.inc * migrated java.lang.NoSuchMethodException to java_sys.inc 2011-08-20 08:28:45 +00:00
jdk15.inc * migrated java.lang.NoSuchMethodException to java_sys.inc 2011-08-20 08:28:45 +00:00
jdk15.pas * migrated java.lang.NoSuchMethodException to java_sys.inc 2011-08-20 08:28:45 +00:00
jdynarrh.inc * use deep copies rather than cloning when copying array contents 2011-08-20 08:27:27 +00:00
jint64.inc + support for qword div/mod via helper (the JVM only supports signed 2011-08-20 08:07:02 +00:00
jmathh.inc + sqr(float) and trunc() support 2011-08-20 07:48:47 +00:00
jpvar.inc * migrated java.lang.NoSuchMethodException to java_sys.inc 2011-08-20 08:28:45 +00:00
jpvarh.inc * fixed calling non-static class methods via procvars: since we can't known 2011-08-20 08:25:44 +00:00
jrec.inc + support for (only named, for now) records in the JVM target: 2011-08-20 08:00:50 +00:00
jrech.inc * changed the parameter of fpcDeepCopy() from an out-parameter of the 2011-08-20 08:27:22 +00:00
jset.inc + full support for sets on the JVM target 2011-08-20 08:22:22 +00:00
jseth.inc + full support for sets on the JVM target 2011-08-20 08:22:22 +00:00
Makefile * fixed fpc_unicodestr_compare_equal (has to return 0 in case of 2011-08-20 08:04:11 +00:00
Makefile.fpc + jdk15 unit with jdk 1.5 header translation 2011-08-20 08:08:21 +00:00
objpas.pp
rtl.cfg
rtti.inc + support for procedural variables for the JVM target 2011-08-20 08:24:58 +00:00
sstringh.inc + shortstring support for the JVM target (including accessing character 0 as 2011-08-20 08:11:28 +00:00
sstrings.inc * fixed ShortStringClass.toString() (skipped last char) and also use it 2011-08-20 08:27:16 +00:00
system.pp * use deep copies rather than cloning when copying array contents 2011-08-20 08:27:27 +00:00
ustringh.inc * commented out unimplemented pos() variant 2011-08-20 08:11:22 +00:00
ustrings.inc * synchronised code of fpc_ansistr_to_chararray() with 2011-08-20 08:26:00 +00:00