The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe aee5380ae0 * merged trunk up to r20882
o support for the new codepage-aware ansistrings in the jvm branch
   o empty ansistrings are now always represented by a nil pointer rather than
     by an empty string, because an empty string also has a code page which
     can confuse code (although this will make ansistrings harder to use
     in Java code)
   o more string helpers code shared between the general and jvm rtl
   o support for indexbyte/word in the jvm rtl (warning: first parameter
     is an open array rather than an untyped parameter there, so
     indexchar(pcharvar^,10,0) will be equivalent to
     indexchar[pcharvar^],10,0) there, which is different from what is
     intended; changing it to an untyped parameter wouldn't help though)
   o default() support is not yet complete
   o calling fpcres is currently broken due to limitations in
     sysutils.executeprocess() regarding handling unix quoting and
     the compiler using the same command lines for scripts and directly
     calling external programs
   o compiling the Java compiler currently requires adding ALLOW_WARNINGS=1
     to the make command line

git-svn-id: branches/jvmbackend@20887 -
2012-04-15 15:54:10 +00:00
compiler * merged trunk up to r20882 2012-04-15 15:54:10 +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 * merged trunk up to r20882 2012-04-15 15:54:10 +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 * merged trunk up to r20882 2012-04-15 15:54:10 +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