The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
svenbarth 70886d1727 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".
symtable.pas, sym_is_owned_by:
	* instead of checking in which symtables to not look, specify in which tables to look (namely object- and recordsymtables)

git-svn-id: trunk@24180 -
2013-04-07 13:44:56 +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 * give an error when declaring a class as conforming to a forward-declared 2013-04-07 12:18:31 +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