aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
AgeCommit message (Expand)AuthorFilesLines
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
1996-06-10(libobjc.a): Don't delete the library.Richard Kenner1-1/+0
1996-06-10(__objc_init_protocols): Need to unlock mutex.Richard Kenner1-0/+1
1996-06-07Initial revisionRichard Kenner1-0/+313
1996-06-07(__objc_thread_exit_status): Declare global variable.Richard Kenner1-0/+5
1996-06-07Remove inclusion of source files.Richard Kenner1-16/+0
1996-06-07Now compiles as a separate source file, so include appropriateRichard Kenner8-11/+23
1996-06-07(OBJC_THREAD_FILE): Add target and dependency.Richard Kenner1-2/+4
1996-05-17(objc_get_uninstalled_dtable): New declaration.Richard Kenner1-0/+3
1996-05-17(objc_get_uninstalled_dtable): New function.Richard Kenner1-0/+8
1996-05-17Initial revisionRichard Kenner3-0/+1021
1996-05-17entered into RCSRichard Kenner1-0/+23
1996-05-17Initial revisionRichard Kenner1-0/+40
1996-05-17(OBJC_O): Add dependency for nil_method.c.Richard Kenner1-2/+3
1996-05-17(nil_method): Deleted from here.Richard Kenner1-6/+0
1996-05-17Include objc/objc.h here instead of in objc/hash.c to get BOOL typedef.Richard Kenner1-1/+5
1996-05-17(hash_is_key_in_hash): New function.Richard Kenner1-2/+1
1996-05-05(hash_value_for_key): Prevent endless loop when 0 was stored in aRichard Kenner1-3/+4
1996-04-16(_objc_thread_id): Correct return type from int to _objc_thread_id.Richard Kenner1-2/+2