The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
sergei 5658c30328 * Partially reverted r20041 to prevent IE200606085 on ARM platforms.
It appears that a function which is present in interface part and aliased to another function using "external name 'foo'" directive cannot be placed immediately before the function to which it is aliased. The body of first function consists of a single jump which fails to be correctly relocated.

git-svn-id: trunk@20053 -
2012-01-11 18:22:43 +00:00
compiler * avoid range check errors when inlining not-nodes (mantis #21029) 2012-01-10 22:23:25 +00:00
ide * ide makes use of %APPDATA% if available to store configuration files, same logic as on unix, resolves #20870 2011-12-30 16:36:25 +00:00
installer * rebuilt Makefiles 2011-12-04 15:34:01 +00:00
packages * Length of data in binary string. First part of Mantis #20453 2012-01-11 17:16:08 +00:00
rtl * Partially reverted r20041 to prevent IE200606085 on ARM platforms. 2012-01-11 18:22:43 +00:00
tests * avoid range check errors when inlining not-nodes (mantis #21029) 2012-01-10 22:23:25 +00:00
utils * Do not try to compile importtl on wince, since the dependency winunits-base is not available on wince 2012-01-11 13:23:21 +00:00
.gitattributes * avoid range check errors when inlining not-nodes (mantis #21029) 2012-01-10 22:23:25 +00:00
.gitignore fpvectorial is now moved to lazarus/components/fpvectorial 2011-10-30 16:42:46 +00:00
Makefile * don't build utils on gba and embedded 2012-01-07 21:52:40 +00:00
Makefile.fpc * don't build utils on gba and embedded 2012-01-07 21:52:40 +00:00