aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc/init.c
AgeCommit message (Expand)AuthorFilesLines
1997-06-25(objc_send_load): New function.Richard Kenner1-47/+355
1997-03-15(OBJC_VERSION): Increment version.Richard Kenner1-5/+140
1997-02-02(__objc_runtime_mutex): Eliminate leading underscore from name of objcRichard Kenner1-1/+1
1997-02-02(init_check_module_version): Replace call to abort function with callRichard Kenner1-12/+13
1996-09-22Replace use of free with objc_free.Richard Kenner1-1/+1
1996-06-10(__sel_register_typed_name): Additional parameter that indicatesRichard Kenner1-2/+5
1996-06-10(__objc_init_protocols): Need to unlock mutex.Richard Kenner1-0/+1
1996-03-05(__objc_runtime_mutux, __objc_runtime_thread_alive): New variables.Richard Kenner1-6/+27
1995-06-15Update FSF address.Richard Kenner1-1/+1
1995-05-09(objc_init_statics): Fix missing part of last change.Richard Kenner1-1/+1
1995-05-08(_objc_load_callback): Add declaration.Richard Kenner1-0/+13
1995-04-26Changed Class * to Class in order to match NEXTSTEP and OpenStep runtime.Richard Kenner1-24/+86
1994-09-07(__objc_init_protocols): Remove assertionKresten Krab Thorup1-0/+2
1994-06-30This patch makes selectors in the Objective-C language be pointers to a struc...Kresten Krab Thorup1-12/+23
1993-05-23(__objc_init_protocols): Call recursively on super protocols.Richard Stallman1-7/+15
1993-05-14(__objc_init_protocols): Don't install protocol class pointer twice.Richard Stallman1-2/+2
1993-04-29Added check for selectors==0Kresten Krab Thorup1-2/+5
1993-04-27Definition of (Meta)Class_t eliminated, using Class*Kresten Krab Thorup1-9/+9
1993-04-26Runtime portability cleanupKresten Krab Thorup1-10/+2
1993-04-26Changed unsigned int to size_t when casting pointers to integersKresten Krab Thorup1-1/+1
1993-04-10Initial revisionTom Wood1-0/+272