The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
2011-03-04 18:18:22 +00:00
compiler * tcg.g_array_rtti_helper(): When converting 'high' to 'length', use an intermediate register to do the increment, so that the original value of 'high' parameter is preserved regardless of platform and optimization settings. Should fix regressions introduced by r17068. 2011-03-04 17:00:47 +00:00
ide + Add $rbp FrameName for x86_64 CPU 2010-12-30 14:53:57 +00:00
installer + packages fcl-js and hermes added 2011-02-20 20:48:16 +00:00
packages * FreeNotification was not always set for session, sometimes leading to errors if fastcgi is terminated 2011-03-03 14:48:09 +00:00
rtl * Fixed reference counting of open array parameters passed by value. RTTI of the array itself is useless in this case, as it does not provide correct element count. Now using dedicated helpers which take RTTI of array element and the element count. Resolves #18859. 2011-03-03 18:38:46 +00:00
tests * Added 'HaltOnNotReleased:=True', without it a memory leak won't register as a test failure. 2011-03-04 18:18:22 +00:00
utils * Added Wii support to fpcmake 2011-02-27 19:28:42 +00:00
.gitattributes * Fixed reference counting of open array parameters passed by value. RTTI of the array itself is useless in this case, as it does not provide correct element count. Now using dedicated helpers which take RTTI of array element and the element count. Resolves #18859. 2011-03-03 18:38:46 +00:00
.gitignore + Added libogc binding and examples for Wii 2011-02-23 21:59:42 +00:00
Makefile
Makefile.fpc