The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe f238f7c74b + allow defining classrefdefs for objcclasses. Note, this happens using the
"class" keyword like for regular Object Pascal classes, not using the
    "objcclass" keyword. E.g.: NSObjectClass = class of NSObject;
  * modified tobjc18 to test this functionality

git-svn-id: branches/objc@13701 -
2009-09-12 16:46:41 +00:00
compiler + allow defining classrefdefs for objcclasses. Note, this happens using the 2009-09-12 16:46:41 +00:00
ide * Fix several minor html canonicalization problems. FB's chm still gpf's in the index load. 2009-09-06 17:06:36 +00:00
installer * Makefiles version 2.5.1 2009-08-13 21:21:28 +00:00
packages Merged revisions 13694-13695 via svnmerge from 2009-09-12 12:47:50 +00:00
rtl Merged revisions 13627-13631,13637-13638,13640,13642-13648,13650-13653,13656-13658,13660,13664-13667,13672-13675,13680,13682,13687 via svnmerge from 2009-09-12 12:42:38 +00:00
tests + allow defining classrefdefs for objcclasses. Note, this happens using the 2009-09-12 16:46:41 +00:00
utils * binary toc on by default 2009-09-08 19:11:40 +00:00
.gitattributes * make hidden '_cmd' (selector) parameter available in Objective-C methods 2009-09-12 14:04:44 +00:00
.gitignore - alpha simulator removed: we never used it so far, fpc has no alpha support, alpha is basically dead, qemu supports alpha 2009-08-13 17:55:21 +00:00
Makefile * Makefiles version 2.5.1 2009-08-13 21:21:28 +00:00
Makefile.fpc * Makefiles version 2.5.1 2009-08-13 21:21:28 +00:00