The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
sergei bbae63a4f2 * Check that a single interface is only delegated to a single property within a class.
* Disallow simultaneous use of method resolution and delegation for the same interface. An interface with method resolution must be implemented directly. This is Delphi compatible and resolves #18058.

git-svn-id: trunk@18179 -
2011-08-12 14:42:30 +00:00
compiler * Check that a single interface is only delegated to a single property within a class. 2011-08-12 14:42:30 +00:00
ide * Trunk version to 2.7.1 2011-08-03 13:59:33 +00:00
installer * Trunk version to 2.7.1 2011-08-03 13:59:33 +00:00
packages * Fixed undefined return value of SysGetData function. Also don't ignore the input BufSize parameter but pass it on to GetValueData. Bug #19962. 2011-08-12 10:43:12 +00:00
rtl * Avoid warnings about pointer to signed integers typecasts 2011-08-12 08:35:55 +00:00
tests * Check that a single interface is only delegated to a single property within a class. 2011-08-12 14:42:30 +00:00
utils * Trunk version to 2.7.1 2011-08-03 13:59:33 +00:00
.gitattributes * Check that a single interface is only delegated to a single property within a class. 2011-08-12 14:42:30 +00:00
.gitignore + Added libogc binding and examples for Wii 2011-02-23 21:59:42 +00:00
Makefile * Trunk version to 2.7.1 2011-08-03 13:59:33 +00:00
Makefile.fpc * Trunk version to 2.7.1 2011-08-03 13:59:33 +00:00