mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-24 20:29:34 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() 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 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
Makefile | ||
Makefile.fpc |