The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe b9ed22b705 * CodeWarrior apparently supports a combination of FPC-like using the
function result as a variable, and Delphi/TP-like "using the function name
    inside the function means a recursive call". In order to prevent
    confusion, we no longer support the former behaviour since r21817
    because the conditions under which one or the other holds are not well
    defined and it's easier to fix a compiler error then to discover why
    a recursive function call doesn't do anything (mantis #22344)

git-svn-id: trunk@24182 -
2013-04-07 15:51:02 +00:00
compiler Fix the exception reported in Mantis #24072. This does not mean though that the bug is fixed, because the bug itself is related to the topic "partial specialization". 2013-04-07 13:44:56 +00:00
ide Fix wrong cursor pos for 64 bit systems, hopefully fixes bug report 23957 2013-03-07 13:55:55 +00:00
installer * Regenerated makefiles. 2013-01-16 14:52:36 +00:00
packages fcl-db: added TBCDField.AsBCD support 2013-04-07 11:16:53 +00:00
rtl - Removed nested comments which were causing compiler warnings. 2013-04-07 12:06:01 +00:00
tests * CodeWarrior apparently supports a combination of FPC-like using the 2013-04-07 15:51:02 +00:00
utils * modified Docstripper by Reinier Olislagers (bug 23988) 2013-04-07 08:49:03 +00:00
.gitattributes * give an error when declaring a class as conforming to a forward-declared 2013-04-07 12:18:31 +00:00
.gitignore * more finegrained parallelism support for testsuite runs: the tests are no 2012-06-03 17:56:28 +00:00
Makefile Add missing colon for .PHONY 2013-04-04 10:15:59 +00:00
Makefile.fpc Add missing colon for .PHONY 2013-04-04 10:15:59 +00:00