The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 1633341906 * treat methods added via an objccategory to an objcclass in exactly the
same way as regular methods as far as overriding is concerned ("override"
    is now allowed, and even required, to override them in a descendent class;
    and similarly, "reintroduce" must be used if a category wants to replace
    a method in a child class if that method was  added by another category in
    a parent class)
  * print the name of owning objcclass/category of the original method in case
    override/reintroduce is missing for objc methods, since this is no longer
    always the parent class

git-svn-id: trunk@16035 -
2010-09-22 21:26:58 +00:00
compiler * treat methods added via an objccategory to an objcclass in exactly the 2010-09-22 21:26:58 +00:00
ide + Use SetTbreak method 2010-08-24 13:35:36 +00:00
installer
packages + enabled build of ptcgraph on win64 2010-09-20 22:31:30 +00:00
rtl * Fixed IntToHex in case of (0,0) 2010-09-20 07:46:04 +00:00
tests * treat methods added via an objccategory to an objcclass in exactly the 2010-09-22 21:26:58 +00:00
utils * Hopefully finally fixed the --options option after r16007,r16016 2010-09-20 21:33:36 +00:00
.gitattributes * treat methods added via an objccategory to an objcclass in exactly the 2010-09-22 21:26:58 +00:00
.gitignore * updated ptc 2010-09-19 22:10:28 +00:00
Makefile
Makefile.fpc