OSDN Git Service

Changes to support ObjC as a front-end language.
[pf3gnuchains/gcc-fork.git] / gcc / objc / init.c
1997-03-15 kenner(OBJC_VERSION): Increment version.
1997-02-03 kenner(__objc_runtime_mutex): Eliminate leading underscore...
1997-02-03 kenner(init_check_module_version): Replace call to abort...
1996-09-22 kennerReplace use of free with objc_free.
1996-06-10 kenner(__sel_register_typed_name): Additional parameter that...
1996-06-10 kenner(__objc_init_protocols): Need to unlock mutex.
1996-03-05 kenner(__objc_runtime_mutux, __objc_runtime_thread_alive...
1995-06-15 kennerUpdate FSF address.
1995-05-09 kenner(objc_init_statics): Fix missing part of last change.
1995-05-08 kenner(_objc_load_callback): Add declaration.
1995-04-26 kennerChanged Class * to Class in order to match NEXTSTEP...
1994-09-07 krab(__objc_init_protocols): Remove assertion
1994-06-30 krab This patch makes selectors in the Objective...
1993-05-23 rms(__objc_init_protocols): Call recursively
1993-05-14 rms(__objc_init_protocols): Don't install protocol class...
1993-04-29 krabAdded check for selectors==0
1993-04-27 krabDefinition of (Meta)Class_t eliminated, using Class*
1993-04-26 krabRuntime portability cleanup
1993-04-26 krabChanged unsigned int to size_t when casting pointers...
1993-04-10 woodInitial revision