aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
AgeCommit message (Expand)AuthorFilesLines
1997-03-17(__objc_block_return): Remove function.Richard Kenner1-102/+85
1997-03-16Correct include path.Richard Kenner1-1/+1
1997-03-16(__objc_block_return): New function.Richard Kenner1-5/+48
1997-03-15(objc_module): Eliminate statics variable.Richard Kenner1-14/+20
1997-03-15(OBJC_O): Add linking.m.Richard Kenner1-2/+3
1997-03-15(class_add_method_list): Check for the +load method when adding a methods lis...Richard Kenner1-30/+33
1997-03-15Initial revisionRichard Kenner1-0/+40
1997-03-15(OBJC_VERSION): Increment version.Richard Kenner1-5/+140
1997-03-15(OBJC_VERSION): Increment version as recent changes have made old compiled co...Richard Kenner1-37/+30
1997-02-04Update documentation.Richard Kenner1-40/+176
1997-02-02(__sel_register_typed_name): Eliminate compiler warnings with explicit cast.Richard Kenner1-5/+5
1997-02-02(__objc_runtime_mutex): Eliminate leading underscore from name of objcRichard Kenner9-114/+114
1997-02-02Prototypes for new functions.Richard Kenner1-13/+20
1997-02-02(objc_condition_{,de}allocate): New functions.Richard Kenner1-19/+123
1997-02-02(objc_condition_{,de}allocate): New functions.Richard Kenner1-26/+131
1997-02-02(objc_condition_{,de}allocate): New functions.Richard Kenner1-22/+125
1997-02-02(hash_delete): Step through the hash nodes versus using hash_next toRichard Kenner1-5/+18
1997-02-02(__objc_forward): Replace call to abort function with call toRichard Kenner1-3/+2
1997-02-02Remove error handling declarations.Richard Kenner1-4/+1
1997-02-02Declare error handling functions and typedef for user specified error handler...Richard Kenner1-1/+53
1997-02-02(objc_verror): New function.Richard Kenner1-21/+44
1997-02-02(init_check_module_version): Replace call to abort function with callRichard Kenner1-12/+13
1997-02-02(objc_sizeof_type, objc_alignof_type): Replace call to abort function with ca...Richard Kenner1-5/+5
1997-02-02(objc_get_class): Replace call to abort function with call toRichard Kenner1-3/+3
1997-02-02Replace call to abort or __objc_fatal functions with call to objc_error funct...Richard Kenner1-47/+63
1997-02-02(-error:): Call objc_error function instead of using function pointer.Richard Kenner1-4/+2
1997-02-02(encode_aggregate_within): New function.Richard Kenner1-120/+108
1996-12-07(stdlib.h): Define __USE_FIXED_PROTOTYPES__ before including stdlib.h.Richard Kenner1-0/+1
1996-09-23(BOOL): Define BOOL as int for VxWorks.Richard Kenner1-0/+4
1996-09-22Replace use of __objc_xmalloc and free with objc_malloc and objc_free.Richard Kenner11-44/+44
1996-09-22Replace use of __objc_xcalloc, __objc_xrealloc, and __objc_xmallocRichard Kenner1-5/+5
1996-09-22(__objc_xmalloc, __objc_xrealloc): Delete.Richard Kenner1-5/+1
1996-09-22Replace use of __obj_xmalloc and free with objc_malloc and objc_free.Richard Kenner2-11/+8
1996-09-22(_objc_malloc): New function pointer.Richard Kenner1-2/+44
1996-09-22(objc_malloc): Renamed from __objc_xmalloc.Richard Kenner1-13/+61
1996-09-22Replace use of free with objc_free.Richard Kenner1-1/+1
1996-09-22Replace use of __objc_xcalloc and free with objc_calloc and objc_free.Richard Kenner1-9/+7
1996-09-22Replace use of __objc_xmalloc and free with objc_malloc and objc_free.Richard Kenner1-14/+8
1996-08-11Formatting changes.Richard Kenner8-23/+39
1996-08-11Formattign changes.Richard Kenner1-7/+7
1996-08-11Formtting changes.Richard Kenner1-1/+2
1996-08-11(hash_is_key_in_hash): Function somehow got lost.Richard Kenner1-0/+19
1996-07-23install EH codeMike Stump1-0/+1
1996-07-03formatting tweaksMike Stump1-155/+159
1996-06-28(objc_thread_id): Use pthread_getunique_np to obtain a thread ID value.Richard Kenner1-6/+6
1996-06-28(ifdef __alpha__): Don't declare `free'.Richard Kenner1-1/+0
1996-06-28(__objc_block_forward): New function.Richard Kenner1-0/+28
1996-06-10(__sel_register_typed_name): Additional parameter that indicatesRichard Kenner3-10/+43
1996-06-10(__objc_thread_detach_function): Clear thread storage.Richard Kenner1-0/+37
1996-06-10(objc_set_thread_callback): New function.Richard Kenner1-0/+15