The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 0c675a4039 * the objc1 unit has been renamed to objc
* the objc unit links against the Foundation instead of against the Cocoa
    framework, and inludes an interface to either the fragile or non-fragile
    obj-c run time depending on the target platform
  + support for the non-fragile Objective-C runtime/ABI, as used on Mac OS X
    for ARM (iPhone) 64 bit (PowerPC/64, x86_64) -- all these targets now
    are now also supported for the objectivec1 modeswitch
  + support for private_extern symbol bindings, required for the above
  * mark objcclasses that are declared in the implementation section of a
    unit as "hidden" (not sure what the effect is, since the Objective-C
    runtime does not seem to do anything with this flag)
  * enabled all obj-c tests for the newly supported platforms

git-svn-id: branches/objc@13763 -
2009-09-27 15:24:50 +00:00
compiler * the objc1 unit has been renamed to objc 2009-09-27 15:24:50 +00:00
ide o another linux console patch by Nikolay Nikolov: 2009-09-16 19:58:42 +00:00
installer * Makefiles version 2.5.1 2009-08-13 21:21:28 +00:00
packages --- Merging r13696 through r13760 into '.': 2009-09-27 14:13:44 +00:00
rtl * the objc1 unit has been renamed to objc 2009-09-27 15:24:50 +00:00
tests * the objc1 unit has been renamed to objc 2009-09-27 15:24:50 +00:00
utils * binary toc on by default 2009-09-08 19:11:40 +00:00
.gitattributes * the objc1 unit has been renamed to objc 2009-09-27 15:24:50 +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