aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
AgeCommit message (Expand)AuthorFilesLines
1997-08-25H.J. Lu's SMP patch.Jim Wilson1-0/+2
1997-08-11Initial revisionmisc/cutover-egcs-1Jeff Law2-0/+8041
1997-08-02* objc/Make-lang.in (OBJC_CCOMMON): Removed.Per Bothner1-7/+3
1997-08-01* objc/objc-act.c (lang_init): Don't check_newline #if USE_CPPLIB.Per Bothner1-0/+2
1997-07-21Comment out lines containing just formfeeds.Paul Eggert2-8/+8
1997-07-18(copy-headers): Use $(srcdir) from this makefile, not the parent's.Richard Kenner1-1/+1
1997-07-18(objc-headers): Fix command for the new build directory layout, don'tRichard Kenner1-8/+5
1997-07-14Remove unapproved change.Richard Kenner1-2/+0
1997-07-07($(OBJC_O)): Also depend on $(GCC_PASSES).Jim Meyering1-0/+2
1997-07-02($(srcdir)/objc/objc-parse.c): Fix command to use the right file names.Richard Kenner1-2/+2
1997-06-27Initial revisionRichard Kenner2-0/+216
1997-06-27(libobjc_entry.o, libobjc_s.a, libobjc.dll): New targets.Richard Kenner1-3/+37
1997-06-27(search_for_method_in_list): No longer static.Richard Kenner1-2/+2
1997-06-27Print message about ObjC thread file.Richard Kenner1-0/+2
1997-06-27(OBJC_THREAD_FILE): New definition.Richard Kenner1-0/+3
1997-06-27Make-lang.in (OBJC_CCOMMON): Object files don't go in srcdir.Doug Evans1-35/+34
1997-06-27(__objc_thread_yield): Use sched_yield instead.Richard Kenner1-1/+1
1997-06-25(objc-runtime): Add objc-headers.Richard Kenner1-1/+1
1997-06-25Define front-end/back-end interface functions and structures.Richard Kenner1-22/+61
1997-06-25Completely rework according to new interface.Richard Kenner10-2198/+1632
1997-06-25Reorganize thread implementation to make a clearly definedRichard Kenner1-25/+63
1997-06-25(__objc_register_instance_methods_to_class): New function.Richard Kenner1-0/+4
1997-06-25(__objc_register_instance_methods_to_class): New function.Richard Kenner1-0/+65
1997-06-25(OBJC_ERR_BAD_STATE): New error code.Richard Kenner1-6/+8
1997-06-25(method_get_sizeof_arguments): Fix typo.Richard Kenner1-2/+2
1997-06-25(objc_send_load): New function.Richard Kenner1-47/+355
1997-06-22Add special exception to copyright notice.Richard Kenner2-0/+12
1997-06-21Changes to support ObjC as a front-end language.Richard Kenner1-40/+26
1997-06-21Initial revisionRichard Kenner1-0/+35
1997-06-21Initial revisionRichard Kenner1-0/+265
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