The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 27f6376fd4 * when determining whether a temporary paraloc can be in a LOC_REGISTER,
look at paraloc^.size rather than cgpara.size, because e.g. a 32 bit
    record (-> cgpara.size=OS_32) may have to be passed via a
    LOC_MMREGISTER (-> paraloc^.size=OS_F32 or OS_M32)

git-svn-id: trunk@15365 -
2010-06-03 18:43:42 +00:00
compiler * when determining whether a temporary paraloc can be in a LOC_REGISTER, 2010-06-03 18:43:42 +00:00
ide * Patch from benjawin, Mantis 15779 to better deal with scrollbackbuffer<>screensize. 2010-02-17 08:53:48 +00:00
installer + bzip2 unit added 2010-04-11 16:35:04 +00:00
packages * Added some test instructions 2010-06-03 15:23:47 +00:00
rtl * Added TDataModuleClass class pointer 2010-05-31 09:53:18 +00:00
tests - removed, because C "long double" compatibility has been fixed (via 2010-06-02 21:23:19 +00:00
utils * Patch from Nikolay Nikolov to fix compliance mode rendering 2010-05-30 13:44:20 +00:00
.gitattributes * Added some test instructions 2010-06-03 15:23:47 +00:00
.gitignore * ignore stamp files *-stamp.* 2010-02-02 15:20:07 +00:00
Makefile + mips(el) support in the compiler makefile 2009-12-08 19:57:16 +00:00
Makefile.fpc