summaryrefslogtreecommitdiff
path: root/compiler/objcgutl.pas
Commit message (Expand)AuthorAgeFilesLines
* * don't align entries in string sections, gcc doesn't eitherjonas2009-11-211-1/+1
* + Objective-C category support (old and new ABI, both external andjonas2009-11-161-43/+198
* * changed "optional" field (which denotes whether an objc protocol method isjonas2009-11-041-2/+2
* * the objc1 unit has been renamed to objcjonas2009-09-271-159/+902
* + support for obj-c protocols implemented in Pascal (based on patch byjonas2009-09-171-8/+194
* * use precalculated mangled name when writing classdef instead ofjonas2009-09-161-2/+5
* * define rtti mangled names for obj-c classes and metaclassesjonas2009-09-091-9/+10
* * fixed several omissions that could cause the dynamic linker not tojonas2009-09-081-14/+47
* * fixed memory leak after previous changejonas2009-09-071-5/+2
* * use separate pools for obj-c strings and string referencesjonas2009-09-071-36/+38
* + support for implementing Objective-C classes in Pascal,jonas2009-09-061-17/+424
* * initial Objective-C 1.0 support:jonas2009-05-171-0/+76