mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-25 14:41:02 +01:00
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 -
|
||
|---|---|---|
| .. | ||
| astringh.inc | ||
| astrings.inc | ||
| compproc.inc | ||
| java_sys.inc | ||
| java_sysh.inc | ||
| jdk15.inc | ||
| jdk15.pas | ||
| jdynarr.inc | ||
| jdynarrh.inc | ||
| jpvar.inc | ||
| jpvarh.inc | ||
| jrec.inc | ||
| jrech.inc | ||
| jset.inc | ||
| jseth.inc | ||
| jsstringh.inc | ||
| jsstrings.inc | ||
| jsystem.inc | ||
| jsystemh_types.inc | ||
| jsystemh.inc | ||
| jtvar.inc | ||
| jtvarh.inc | ||
| justringh.inc | ||
| justrings.inc | ||
| Makefile | ||
| Makefile.fpc | ||
| objpas.inc | ||
| objpas.pp | ||
| objpash.inc | ||
| rtl.cfg | ||
| rtti.inc | ||
| sysos.inc | ||
| sysosh.inc | ||
| sysres.inc | ||
| system.pp | ||