summaryrefslogtreecommitdiffstats
path: root/gcc/objc/sendmsg.c
Commit message (Expand)AuthorAgeFilesLines
* (search_for_method_in_list): No longer static.kenner1997-06-271-2/+2
* (__objc_block_return): Remove function.kenner1997-03-171-102/+85
* (__objc_block_return): New function.kenner1997-03-161-5/+48
* (class_add_method_list): Check for the +load method when adding akenner1997-03-151-30/+33
* (__objc_forward): Replace call to abort function with call tokenner1997-02-031-3/+2
* Formattign changes.kenner1996-08-121-7/+7
* (__objc_block_forward): New function.kenner1996-06-281-0/+28
* (objc_get_uninstalled_dtable): New function.kenner1996-05-171-0/+8
* (nil_method): Deleted from here.kenner1996-05-171-6/+0
* (get_imp, __objc_responds_to): Surround sarray access with mutex lock/unlock.kenner1996-03-051-6/+28
* Update FSF address.kenner1995-06-151-1/+2
* Fix typos in comments.kenner1995-05-161-4/+4
* (__objc_init_install_dtable): Fix misspelling in name of local labelkenner1995-05-161-3/+3
* (__objc_send_initialize): Call superclass if object does not implementkenner1995-05-091-15/+21
* Changed Class * to Class in order to match NEXTSTEP and OpenStepkenner1995-04-261-28/+27
* Respin DI support to be combine friendly; Allow push of SF without temp reg; ...meissner1994-09-201-3/+1
* (get_imp): don't inline on i386.krab1994-08-291-1/+4
* This patch makes selectors in the Objective-C language be pointerskrab1994-06-301-40/+124
* (objc_msg_sendv): Use new encoding facilities.krab1993-08-241-19/+15
* (objc_msg_sendv): Pass a dummy va_list, not 0, to objc_error.rms1993-06-051-1/+2
* (__objc_send_initialize, class_add_method_list):rms1993-05-061-9/+30
* Headerfiles reorganizedkrab1993-05-051-133/+1
* Uninstalled argframe macroskrab1993-04-291-7/+4
* Changed to use argframe macroskrab1993-04-271-4/+7
* Definition of (Meta)Class_t eliminated, using Class*krab1993-04-271-19/+19
* Runtime portability cleanupkrab1993-04-261-5/+4
* Changed unsigned int to size_t when casting pointers to integerskrab1993-04-261-3/+3
* includes changed to double quote stylekrab1993-04-131-1/+1
* (__objc_init_install_dtable,krab1993-04-121-6/+14
* Initial revisionwood1993-04-101-0/+574
OpenPOWER on IntegriCloud