The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 8f6babfef7 * fixed passing record parameters of size >= 3 and whose size is not
divisible by 4 on Darwin (have to be passed on the stack instead of in
    registers), fixes tcalext3

git-svn-id: trunk@2002 -
2005-12-20 10:13:10 +00:00
compiler * fixed passing record parameters of size >= 3 and whose size is not 2005-12-20 10:13:10 +00:00
fcl + patch from Bram Kuijvenhoven: 2005-12-18 16:43:19 +00:00
fv * updated makefiles for ppc64/linux to allow successful snapshot building on that platform 2005-12-16 20:37:08 +00:00
ide * updated makefiles for ppc64/linux to allow successful snapshot building on that platform 2005-12-16 20:37:08 +00:00
installer * mistyping fixed (HMTL) 2005-12-18 21:55:31 +00:00
packages * Remove += operators 2005-12-19 08:21:59 +00:00
rtl * refactor reading and setting of parent classes 2005-12-19 12:24:45 +00:00
tests * test for forward class in $M+ 2005-12-20 09:03:43 +00:00
utils + Patch from Vincent Snijder to fix multiple content files and use DirectoryExists 2005-12-19 08:10:50 +00:00
.gitattributes * test for forward class in $M+ 2005-12-20 09:03:43 +00:00
.gitignore
Makefile * updated makefiles for ppc64/linux to allow successful snapshot building on that platform 2005-12-16 20:37:08 +00:00
Makefile.fpc