The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 9118146bc1 * ensure that managed out-parameters are processed before any other
parameters:
   1) since they are finalised on the caller side, if that same value
      is passed as a value parameter as well and its reference count
      was 1, then the value parameter will contain an invalid pointer
   2) since finalisation involves a call, for optimal code generation
      purposes they should also be evaluated first
    (mantis #28279, #28390)

git-svn-id: trunk@31201 -
2015-07-10 22:04:35 +00:00
compiler * ensure that managed out-parameters are processed before any other 2015-07-10 22:04:35 +00:00
ide AROS/x86_64: regenerated Makefiles 2015-06-29 00:09:06 +00:00
installer AROS/x86_64: regenerated Makefiles 2015-06-29 00:09:06 +00:00
packages fcl-db: odbc: experimental support for XML and sql_variant SQL Server data types 2015-07-08 13:00:59 +00:00
rtl + provide also 8 and 16 bit div/mod helper 2015-07-05 20:16:50 +00:00
tests * ensure that managed out-parameters are processed before any other 2015-07-10 22:04:35 +00:00
utils * Correct documenting of advanced records 2015-07-01 19:44:47 +00:00
.gitattributes * ensure that managed out-parameters are processed before any other 2015-07-10 22:04:35 +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 AROS/x86_64: regenerated Makefiles 2015-06-29 00:09:06 +00:00
Makefile.fpc * turn off compiler and utils building for nds 2015-02-26 20:03:29 +00:00