The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe d8c898742a * handle the fact that records containing a single extended value are
returned on the x87 fpu stack on x86-64
   o also handle the fact that this means that we'll generated float
     loads/stores with OS_128/OS_F128 in case the surrounding record
     is padded to a multiple of its alignment

git-svn-id: trunk@28985 -
2014-11-04 21:16:27 +00:00
compiler * handle the fact that records containing a single extended value are 2014-11-04 21:16:27 +00:00
ide * Do not rebuild fpmake on each run on an host-os that uses an executable-suffix. (.exe) 2014-11-03 12:42:33 +00:00
installer * support for 7 additional packages, maximum number of packages/tab in installer increased to 45 2014-10-23 23:14:30 +00:00
packages * Added missing include-file to fpmake.pp 2014-11-04 18:48:40 +00:00
rtl * make FPC RTL again compatible to OS/2 2.x (avoid using DosAllocThreadAlloc/FreeMemory if not available while keeping to use them if possible) 2014-11-03 21:05:32 +00:00
tests * correctly handle X86_64_X87UP_CLASS getting merged with another class and 2014-11-04 21:16:24 +00:00
utils * Do not rebuild fpmake on each run on an host-os that uses an executable-suffix. (.exe) 2014-11-03 12:42:33 +00:00
.gitattributes * correctly handle X86_64_X87UP_CLASS getting merged with another class and 2014-11-04 21:16:24 +00:00
.gitignore * Removed empty directories 2014-11-01 20:05:33 +00:00
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile Add missing closing brace for error function 2014-10-22 14:58:01 +00:00
Makefile.fpc Add missing closing brace for error function 2014-10-22 14:58:01 +00:00