OSDN Git Service

* Make-lang.in (stmp-f2c.h): Don't configure the runtime
[pf3gnuchains/gcc-fork.git] / gcc / objc /
1997-08-26 wilsonH.J. Lu's SMP patch.
1997-08-11 lawInitial revision
1997-08-02 bothner* objc/Make-lang.in (OBJC_CCOMMON): Removed.
1997-08-01 bothner* objc/objc-act.c (lang_init): Don't check_newline...
1997-07-21 eggertComment out lines containing just formfeeds.
1997-07-18 kenner(copy-headers): Use $(srcdir) from this makefile, not...
1997-07-18 kenner(objc-headers): Fix command for the new build directory...
1997-07-14 kennerRemove unapproved change.
1997-07-07 meyering($(OBJC_O)): Also depend on $(GCC_PASSES).
1997-07-02 kenner($(srcdir)/objc/objc-parse.c): Fix command to use the...
1997-06-27 kennerInitial revision
1997-06-27 kenner(libobjc_entry.o, libobjc_s.a, libobjc.dll): New targets.
1997-06-27 kenner(search_for_method_in_list): No longer static.
1997-06-27 kennerPrint message about ObjC thread file.
1997-06-27 kenner(OBJC_THREAD_FILE): New definition.
1997-06-27 dje * objc/Make-lang.in (OBJC_CCOMMON): Object files don...
1997-06-27 kenner(__objc_thread_yield): Use sched_yield instead.
1997-06-25 kenner(objc-runtime): Add objc-headers.
1997-06-25 kennerDefine front-end/back-end interface functions and struc...
1997-06-25 kennerCompletely rework according to new interface.
1997-06-25 kennerReorganize thread implementation to make a clearly...
1997-06-25 kenner(__objc_register_instance_methods_to_class): New function.
1997-06-25 kenner(__objc_register_instance_methods_to_class): New function.
1997-06-25 kenner(OBJC_ERR_BAD_STATE): New error code.
1997-06-25 kenner(method_get_sizeof_arguments): Fix typo.
1997-06-25 kenner(objc_send_load): New function.
1997-06-22 kennerAdd special exception to copyright notice.
1997-06-22 kennerChanges to support ObjC as a front-end language.
1997-06-22 kennerInitial revision
1997-06-22 kennerInitial revision
1997-03-17 kenner(__objc_block_return): Remove function.
1997-03-16 kennerCorrect include path.
1997-03-16 kenner(__objc_block_return): New function.
1997-03-15 kenner(objc_module): Eliminate statics variable.
1997-03-15 kenner(OBJC_O): Add linking.m.
1997-03-15 kenner(class_add_method_list): Check for the +load method...
1997-03-15 kennerInitial revision
1997-03-15 kenner(OBJC_VERSION): Increment version.
1997-03-15 kenner(OBJC_VERSION): Increment version as recent changes...
1997-02-04 kennerUpdate documentation.
1997-02-03 kenner(__sel_register_typed_name): Eliminate compiler warning...
1997-02-03 kenner(__objc_runtime_mutex): Eliminate leading underscore...
1997-02-03 kennerPrototypes for new functions.
1997-02-03 kenner(objc_condition_{,de}allocate): New functions.
1997-02-03 kenner(objc_condition_{,de}allocate): New functions.
1997-02-03 kenner(objc_condition_{,de}allocate): New functions.
1997-02-03 kenner(hash_delete): Step through the hash nodes versus using...
1997-02-03 kenner(__objc_forward): Replace call to abort function with...
1997-02-03 kennerRemove error handling declarations.
1997-02-03 kennerDeclare error handling functions and typedef for user...
1997-02-03 kenner(objc_verror): New function.
1997-02-03 kenner(init_check_module_version): Replace call to abort...
1997-02-03 kenner(objc_sizeof_type, objc_alignof_type): Replace call...
1997-02-03 kenner(objc_get_class): Replace call to abort function with...
1997-02-03 kennerReplace call to abort or __objc_fatal functions with...
1997-02-03 kenner(-error:): Call objc_error function instead of using...
1997-02-02 kenner(encode_aggregate_within): New function.
1996-12-07 kenner(stdlib.h): Define __USE_FIXED_PROTOTYPES__ before...
1996-09-24 kenner(BOOL): Define BOOL as int for VxWorks.
1996-09-22 kennerReplace use of __objc_xmalloc and free with objc_malloc...
1996-09-22 kennerReplace use of __objc_xcalloc, __objc_xrealloc, and...
1996-09-22 kenner(__objc_xmalloc, __objc_xrealloc): Delete.
1996-09-22 kennerReplace use of __obj_xmalloc and free with objc_malloc...
1996-09-22 kenner(_objc_malloc): New function pointer.
1996-09-22 kenner(objc_malloc): Renamed from __objc_xmalloc.
1996-09-22 kennerReplace use of free with objc_free.
1996-09-22 kennerReplace use of __objc_xcalloc and free with objc_calloc...
1996-09-22 kennerReplace use of __objc_xmalloc and free with objc_malloc...
1996-08-12 kennerFormatting changes.
1996-08-12 kennerFormattign changes.
1996-08-12 kennerFormtting changes.
1996-08-12 kenner(hash_is_key_in_hash): Function somehow got lost.
1996-07-23 mrsinstall EH code
1996-07-03 mrsformatting tweaks
1996-06-28 kenner(objc_thread_id): Use pthread_getunique_np to obtain...
1996-06-28 kenner(ifdef __alpha__): Don't declare `free'.
1996-06-28 kenner(__objc_block_forward): New function.
1996-06-10 kenner(__sel_register_typed_name): Additional parameter that...
1996-06-10 kenner(__objc_thread_detach_function): Clear thread storage.
1996-06-10 kenner(objc_set_thread_callback): New function.
1996-06-10 kenner(libobjc.a): Don't delete the library.
1996-06-10 kenner(__objc_init_protocols): Need to unlock mutex.
1996-06-07 kennerInitial revision
1996-06-07 kenner(__objc_thread_exit_status): Declare global variable.
1996-06-07 kennerRemove inclusion of source files.
1996-06-07 kennerNow compiles as a separate source file, so include...
1996-06-07 kenner(OBJC_THREAD_FILE): Add target and dependency.
1996-05-17 kenner(objc_get_uninstalled_dtable): New declaration.
1996-05-17 kenner(objc_get_uninstalled_dtable): New function.
1996-05-17 kennerInitial revision
1996-05-17 kennerentered into RCS
1996-05-17 kennerInitial revision
1996-05-17 kenner(OBJC_O): Add dependency for nil_method.c.
1996-05-17 kenner(nil_method): Deleted from here.
1996-05-17 kennerInclude objc/objc.h here instead of in objc/hash.c...
1996-05-17 kenner(hash_is_key_in_hash): New function.
1996-05-05 kenner(hash_value_for_key): Prevent endless loop when 0 was...
1996-04-16 kenner(_objc_thread_id): Correct return type from int to...
1996-04-14 kenner(objc_skip_typespec): Don't abort for _C_UNDEF.
1996-04-04 kennerInlcude thr.h, not thread.h.
next