fpc/rtl/java
Jonas Maebe 03af03e696 * changed TObject from an alias for JLObject into a derived class from
JLObject with the method "Free" and a virtual destructor "Destroy"
    (and Free is automatically called from the "finalize" method,
     which in turn is called by the JVM when the instance is collected;
     note that there is no final collection before the JVM shuts down,
     so it may never be called if you don't call Free explicitly yourself)
  * if you don't specify an explicit ancestor for a Java class, set
    the parent to TObject instead of to JLObject (for better compatibility
    with regular Pascal code)

git-svn-id: branches/jvmbackend@18466 -
2011-08-20 08:02:12 +00:00
..
compproc.inc + support for (only named, for now) records in the JVM target: 2011-08-20 08:00:50 +00:00
java_sys.inc * parsed with latest version, adds "virtual" modifiers 2011-08-20 07:59:49 +00:00
java_sysh.inc * replaced partial manual declarations of some Java classes with 2011-08-20 07:58:20 +00:00
jdynarrh.inc + support for (only named, for now) records in the JVM target: 2011-08-20 08:00:50 +00:00
jmathh.inc + sqr(float) and trunc() support 2011-08-20 07:48:47 +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 + support for (only named, for now) records in the JVM target: 2011-08-20 08:00:50 +00:00
Makefile * regenerated so it doesn't set an -XP parameter by default 2011-08-20 07:50:24 +00:00
Makefile.fpc
objpas.pp
rtl.cfg
rtti.inc + support for (only named, for now) records in the JVM target: 2011-08-20 08:00:50 +00:00
system.pp * changed TObject from an alias for JLObject into a derived class from 2011-08-20 08:02:12 +00:00