The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
yury d8542bf778 * Do not remove a ret-in-param value from the stack by callee for safecall function when safecall exception check is enabled for a target.
The bug has been triggered only with the following conditions: 
    - tf_safecall_exceptions, tf_safecall_clearstack in target flags;
    - fixed stack is used.
  Since only the i386-android target meets these conditions atm, the bug has been unnoticed.

git-svn-id: trunk@32005 -
2015-10-10 20:40:33 +00:00
compiler * Do not remove a ret-in-param value from the stack by callee for safecall function when safecall exception check is enabled for a target. 2015-10-10 20:40:33 +00:00
ide * Removed Makefile from fpmake.pp. We do not include it in other fpmake.pp's either 2015-10-09 19:31:45 +00:00
installer * correct the highest possible number of items in tab/group and fix the LIBPATH information moved by one line in the dialogue box 2015-09-13 20:41:26 +00:00
packages * Fix bug #28818, patch from Alexey Torgashin 2015-10-10 10:37:00 +00:00
rtl * Writebuffer too (Fix bug 28796streams.inc 2015-10-09 06:57:05 +00:00
tests Remaining fix for Mantis #28674. 2015-10-09 13:18:35 +00:00
utils * mention support for .rsj extension in help text (based on patch by 2015-10-02 08:20:18 +00:00
.gitattributes * Changed mime-type of scripts from application (binary) to text/plain 2015-10-08 18:49:02 +00:00
.gitignore * Removed empty tests directory from svn 2014-11-08 15:47:53 +00:00
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile * regenerated makefiles after adding the win16 target 2015-09-05 11:02:54 +00:00
Makefile.fpc * regenerated makefiles after adding the win16 target 2015-09-05 11:02:54 +00:00