The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
joost b938ea0f2a * For cdecl functions the funcret is not popped by the caller when it is passed
as a para. But in case of the safecall convention, the funcret is always
   returned as para and from the c point-of-view this is a normal para. So it has
   to be popped normally. This was done by correcting the pop_size in 
   ti386callnode.pop_parasize but it's better to do this directly in 
   tcgcallnode.pass_generate_code.

git-svn-id: trunk@15994 -
2010-09-15 20:18:36 +00:00
compiler * For cdecl functions the funcret is not popped by the caller when it is passed 2010-09-15 20:18:36 +00:00
ide + Use SetTbreak method 2010-08-24 13:35:36 +00:00
installer + bzip2 unit added 2010-04-11 16:35:04 +00:00
packages * Added fcl-js 2010-09-15 14:12:29 +00:00
rtl * Implementation of values 11..15 of negcurrentformat from Zeljan Rikalo 2010-09-14 11:23:41 +00:00
tests * don't perform temp substitution of an entire array when assigning only the 2010-09-15 15:03:32 +00:00
utils * Added GlobalPrefix and LocalPrefix settings to compilersettings of fppkg 2010-08-29 19:50:19 +00:00
.gitattributes * don't perform temp substitution of an entire array when assigning only the 2010-09-15 15:03:32 +00:00
.gitignore
Makefile
Makefile.fpc