fpc/rtl/java
Jonas Maebe 91855becfe + unicodestring support for the JVM target (except for multiple adds
in a single statement, to be added later)
   o the unicodestrings are internally simply java.lang.String instances
   o at the language level, the unicodestrings are assignment-compatible
     with java.lang.String
   o constant strings can be implicitly converted to java.lang.String
   o since java.lang.String is immutable, in particular changing a
     single character in a string is extremely inefficient. This could
     be solved by letting unicodestring map to java.lang.StringBuilder,
     but that would make integration with plain Java code harder

git-svn-id: branches/jvmbackend@18470 -
2011-08-20 08:02:33 +00:00
..
compproc.inc + unicodestring support for the JVM target (except for multiple adds 2011-08-20 08:02:33 +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 + unicodestring support for the JVM target (except for multiple adds 2011-08-20 08:02:33 +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 + unicodestring support for the JVM target (except for multiple adds 2011-08-20 08:02:33 +00:00
system.pp + unicodestring support for the JVM target (except for multiple adds 2011-08-20 08:02:33 +00:00
ustringh.inc + unicodestring support for the JVM target (except for multiple adds 2011-08-20 08:02:33 +00:00
ustrings.inc + unicodestring support for the JVM target (except for multiple adds 2011-08-20 08:02:33 +00:00