summaryrefslogtreecommitdiff
path: root/gcc/objc/init.c
Commit message (Expand)AuthorAgeFilesLines
* (objc_send_load): New function.Richard Kenner1997-06-251-47/+355
* (OBJC_VERSION): Increment version.Richard Kenner1997-03-151-5/+140
* (__objc_runtime_mutex): Eliminate leading underscore from name of objcRichard Kenner1997-02-021-1/+1
* (init_check_module_version): Replace call to abort function with callRichard Kenner1997-02-021-12/+13
* Replace use of free with objc_free.Richard Kenner1996-09-221-1/+1
* (__sel_register_typed_name): Additional parameter that indicatesRichard Kenner1996-06-101-2/+5
* (__objc_init_protocols): Need to unlock mutex.Richard Kenner1996-06-101-0/+1
* (__objc_runtime_mutux, __objc_runtime_thread_alive): New variables.Richard Kenner1996-03-051-6/+27
* Update FSF address.Richard Kenner1995-06-151-1/+1
* (objc_init_statics): Fix missing part of last change.Richard Kenner1995-05-091-1/+1
* (_objc_load_callback): Add declaration.Richard Kenner1995-05-081-0/+13
* Changed Class * to Class in order to match NEXTSTEP and OpenStep runtime.Richard Kenner1995-04-261-24/+86
* (__objc_init_protocols): Remove assertionKresten Krab Thorup1994-09-071-0/+2
* This patch makes selectors in the Objective-C language be pointers to a struc...Kresten Krab Thorup1994-06-301-12/+23
* (__objc_init_protocols): Call recursively on super protocols.Richard Stallman1993-05-231-7/+15
* (__objc_init_protocols): Don't install protocol class pointer twice.Richard Stallman1993-05-141-2/+2
* Added check for selectors==0Kresten Krab Thorup1993-04-291-2/+5
* Definition of (Meta)Class_t eliminated, using Class*Kresten Krab Thorup1993-04-271-9/+9
* Runtime portability cleanupKresten Krab Thorup1993-04-261-10/+2
* Changed unsigned int to size_t when casting pointers to integersKresten Krab Thorup1993-04-261-1/+1
* Initial revisionTom Wood1993-04-101-0/+272