The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 8e3d7fe8d3 * fixed genmultistringadd() optimization for jvm and enabled it
* created separate version of fpc_AnsiStr_Concat_multi() after all
    because it contains a punicodechar(unicodestring) typecast, which
    can't be supported on the JVM target (and splitting it out in the
    generic code seems like a bit overkill), and restored original
    generic version of fpc_AnsiStr_Concat_multi() (slightly faster
    than version partially adapted for jvm)

git-svn-id: branches/jvmbackend@20903 -
2012-04-16 20:51:51 +00:00
compiler * fixed genmultistringadd() optimization for jvm and enabled it 2012-04-16 20:51:51 +00:00
ide Regenerated after: Add -Xd option for FreeBSD OS 2012-04-13 21:53:50 +00:00
installer * regenerated Makefiles with AIX support 2012-04-11 18:03:57 +00:00
packages * merged trunk up to r20882 2012-04-15 15:54:10 +00:00
rtl * fixed genmultistringadd() optimization for jvm and enabled it 2012-04-16 20:51:51 +00:00
tests * merged trunk up to r20882 2012-04-15 15:54:10 +00:00
utils * merged trunk up to r20882 2012-04-15 15:54:10 +00:00
.gitattributes + passthrough hlcgpu for AVR 2012-04-15 21:43:57 +00:00
.gitignore fpvectorial is now moved to lazarus/components/fpvectorial 2011-10-30 16:42:46 +00:00
Makefile * merged trunk up to r20882 2012-04-15 15:54:10 +00:00
Makefile.fpc * merged trunk up to r20882 2012-04-15 15:54:10 +00:00