summaryrefslogtreecommitdiff
path: root/rtl/inc/objcbase.pp
Commit message (Expand)AuthorAgeFilesLines
* + add {$packrecords c} to all units importing Objective-C records sincejonas2011-08-061-0/+1
* * renamed NSObject.*copyWithZone to NSObject.class*CopyWithZone to preventjonas2011-02-051-4/+4
* * fixed result of NSObject(Protocol).hash: cuint -> NSUInteger (fixes 64 bitjonas2011-01-031-2/+2
* * changed syntax of external objcclasses (see wiki/FPC_PasCocoa). Anotherjonas2011-01-021-22/+22
* + full contents of NSZone.hjonas2010-12-071-24/+119
* * enable the use of formal classes to replace some "id" types with actualjonas2010-06-261-9/+7
* * NSZone is a record, not a class (thanks to Gorazd Krosl for the remark)jonas2009-08-251-6/+9
* * also change performSelector_withObject_withObject_ in NSObjectjonas2009-08-251-1/+1
* * corrected performSelector_withObject_withObject_ method name (addedjonas2009-08-251-2/+2
* --WARNING: start build process with FPC 2.2.4; won't work whenjonas2009-07-091-15/+61
* * initial Objective-C 1.0 support:jonas2009-05-171-0/+125