fpc/rtl/java
Jonas Maebe 3a423b331c * full implementation of all routines in rtl/inc/ustringh.inc (except for
val/str for enums for now) for the JVM target: insert/delete/pos/...
  * use generic unicodestring helper routines where possible for the JVM
    target (not that many as for shortstrings since unicodestring is
    handled using java.lang.String)
  + complete widestring manager implementation for the JVM target. It uses
    a class with virtual methods rather than a record with function pointers
    for speed reasons though (since no existing widestring manager will be
    compatible anyway, that shouldn't cause any problems)

git-svn-id: branches/jvmbackend@18882 -
2011-08-28 19:22:22 +00:00
..
astringh.inc + support for typecasting ansistrings into pchars on the JVM platform 2011-08-20 08:34:16 +00:00
astrings.inc + pchar -> short/ansi/unicodestring support 2011-08-20 08:34:11 +00:00
compproc.inc * full implementation of all routines in rtl/inc/ustringh.inc (except for 2011-08-28 19:22:22 +00:00
java_sys.inc * full implementation of all routines in rtl/inc/ustringh.inc (except for 2011-08-28 19:22:22 +00:00
java_sysh.inc * full implementation of all routines in rtl/inc/ustringh.inc (except for 2011-08-28 19:22:22 +00:00
jdk15.inc * full implementation of all routines in rtl/inc/ustringh.inc (except for 2011-08-28 19:22:22 +00:00
jdk15.pas * full implementation of all routines in rtl/inc/ustringh.inc (except for 2011-08-28 19:22:22 +00:00
jdynarr.inc * moved general system includes accidentally put in jdynarr.inc to 2011-08-24 22:11:36 +00:00
jdynarrh.inc + support for threadvars in the JVM based on JLThreadLocal; see 2011-08-23 17:45:01 +00:00
jpvar.inc * moved JLRField from jdk15 to the system unit 2011-08-23 16:07:13 +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 * changed the parameter of fpcDeepCopy() from an out-parameter of the 2011-08-20 08:27:22 +00:00
jset.inc * mark FpcBitSet as implementing JLCloneable so it can be cloned, 2011-08-23 15:25:35 +00:00
jseth.inc * mark FpcBitSet as implementing JLCloneable so it can be cloned, 2011-08-23 15:25:35 +00:00
jsstringh.inc * renamed Java-specific sstrings.inc/sstringh.inc to jsstrings.inc/ 2011-08-24 22:11:43 +00:00
jsstrings.inc * full implementation of all routines in rtl/inc/ustringh.inc (except for 2011-08-28 19:22:22 +00:00
jsystem.inc + support for range checking calculations with hlcgobj 2011-08-20 08:32:31 +00:00
jsystemh_types.inc * uncommented a bunch of pointer types 2011-08-20 08:33:54 +00:00
jsystemh.inc * full implementation of all routines in rtl/inc/ustringh.inc (except for 2011-08-28 19:22:22 +00:00
jtvar.inc * only make clone method accessible once if needed 2011-08-23 20:30:20 +00:00
jtvarh.inc + support for threadvars in the JVM based on JLThreadLocal; see 2011-08-23 17:45:01 +00:00
justringh.inc * full implementation of all routines in rtl/inc/ustringh.inc (except for 2011-08-28 19:22:22 +00:00
justrings.inc * full implementation of all routines in rtl/inc/ustringh.inc (except for 2011-08-28 19:22:22 +00:00
Makefile * the default string type for the JVM target is no longer automatically 2011-08-20 08:35:47 +00:00
Makefile.fpc * the default string type for the JVM target is no longer automatically 2011-08-20 08:35:47 +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
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
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 * full implementation of all routines in rtl/inc/ustringh.inc (except for 2011-08-28 19:22:22 +00:00