aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc/sendmsg.c
AgeCommit message (Expand)AuthorFilesLines
1998-09-17config-lang.in: Do not output the name of the selected thread file when build...Ben Elliston1-648/+0
1998-09-02Boehm GC support for ObjC from Ovidiu Predescu.Ovidiu Predescu1-27/+24
1998-06-29* Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forJeff Law1-2/+2
1998-04-21Fixes a problem compiling on sparcs where STRUCT_VALUE is defined in sparc.h ...Kaveh R. Ghazi1-0/+1
1998-03-28sendmsg.c (__objc_block_forward): Add braces for return value if INVISIBLE_ST...Jeffrey A Law1-11/+23
1997-06-27(search_for_method_in_list): No longer static.Richard Kenner1-2/+2
1997-03-17(__objc_block_return): Remove function.Richard Kenner1-102/+85
1997-03-16(__objc_block_return): New function.Richard Kenner1-5/+48
1997-03-15(class_add_method_list): Check for the +load method when adding a methods lis...Richard Kenner1-30/+33
1997-02-02(__objc_forward): Replace call to abort function with call toRichard Kenner1-3/+2
1996-08-11Formattign changes.Richard Kenner1-7/+7
1996-06-28(__objc_block_forward): New function.Richard Kenner1-0/+28
1996-05-17(objc_get_uninstalled_dtable): New function.Richard Kenner1-0/+8
1996-05-17(nil_method): Deleted from here.Richard Kenner1-6/+0
1996-03-05(get_imp, __objc_responds_to): Surround sarray access with mutex lock/unlock.Richard Kenner1-6/+28
1995-06-15Update FSF address.Richard Kenner1-1/+2
1995-05-16Fix typos in comments.Richard Kenner1-4/+4
1995-05-16(__objc_init_install_dtable): Fix misspelling in name of local labelRichard Kenner1-3/+3
1995-05-09(__objc_send_initialize): Call superclass if object does not implementRichard Kenner1-15/+21
1995-04-26Changed Class * to Class in order to match NEXTSTEP and OpenStepRichard Kenner1-28/+27
1994-09-20Respin DI support to be combine friendly; Allow push of SF without temp reg; ...Michael Meissner1-3/+1
1994-08-29(get_imp): don't inline on i386.Kresten Krab Thorup1-1/+4
1994-06-30This patch makes selectors in the Objective-C language be pointers to a struc...Kresten Krab Thorup1-40/+124
1993-08-24(objc_msg_sendv): Use new encoding facilities.Kresten Krab Thorup1-19/+15
1993-06-05(objc_msg_sendv): Pass a dummy va_list, not 0, to objc_error.Richard Stallman1-1/+2
1993-05-06(__objc_send_initialize, class_add_method_list):Richard Stallman1-9/+30
1993-05-05Headerfiles reorganizedKresten Krab Thorup1-133/+1
1993-04-29Uninstalled argframe macrosKresten Krab Thorup1-7/+4
1993-04-27Changed to use argframe macrosKresten Krab Thorup1-4/+7
1993-04-27Definition of (Meta)Class_t eliminated, using Class*Kresten Krab Thorup1-19/+19
1993-04-26Runtime portability cleanupKresten Krab Thorup1-5/+4
1993-04-26Changed unsigned int to size_t when casting pointers to integersKresten Krab Thorup1-3/+3
1993-04-13includes changed to double quote styleKresten Krab Thorup1-1/+1
1993-04-12(__objc_init_install_dtable,Kresten Krab Thorup1-6/+14
1993-04-10Initial revisionTom Wood1-0/+574