summaryrefslogtreecommitdiff
path: root/compiler/nobjc.pas
Commit message (Expand)AuthorAgeFilesLines
* * do not crash but give a fatal error when using Objective-Pascal codejonas2010-04-241-1/+5
* * integrated the transformation of an Objective-C method call into a calljonas2009-10-011-276/+0
* * the objc1 unit has been renamed to objcjonas2009-09-271-4/+12
* * fixed passing var/out parameters to obj-c methods (test by Gorazd Krosl)jonas2009-09-211-2/+9
* * implemented objcprotocol for now with a call to objc_GetProtocol()jonas2009-09-171-2/+5
* * fixed handling function results of inherited obj-c callsjonas2009-09-161-7/+35
* * fixed the parameter order of self/_cmd relative to the hidden functionjonas2009-09-111-21/+60
* + check whether selector names are valid when they are specified in a classjonas2009-09-111-48/+12
* * fixed calling inherited methods in Objective-C + testjonas2009-09-091-17/+38
* * fixed compilation after introduction of strict class type checkingjonas2009-08-251-1/+1
* + parser-side of objcprotocol() expression to obtain the metaclassjonas2009-07-261-3/+41
* * fixed typo in commentjonas2009-07-091-1/+1
* * replace the contents of the dummy self and msgsel parameters whenjonas2009-05-181-12/+27
* * initial Objective-C 1.0 support:jonas2009-05-171-4/+169
* * fixed check for objc-methods passed to selector()jonas2009-03-091-1/+1
* + added {$modeswitch objectivec1}/-Mobjectivec1 mode switch to enablejonas2009-03-081-0/+153