aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
AgeCommit message (Expand)AuthorFilesLines
1994-04-16(OBJC_O): Add encoding.o.Richard Kenner1-2/+2
1994-03-31Delete use of IN_GCC to control stddef.h/gstddef.h include.Jim Wilson3-15/+3
1994-03-31Change "gstddef.h" to <stddef.h>. Change "gstdarg.h" to <stdarg.h>.Jim Wilson1-2/+2
1994-03-31Change "gstdarg.h" to <stdarg.h>.Jim Wilson1-1/+1
1994-03-14(*.o): Add explicit dependencies for Sun's VPATH.Doug Evans1-0/+15
1994-02-02(SUBDIR_INCLUDES): Add -I for include directory.Richard Kenner1-2/+2
1994-01-24#ifdef out uses of TypedStream for the alpha, not supported yet.Doug Evans2-2/+10
1993-12-12Initial revisionRichard Kenner1-0/+55
1993-12-06Include ctype.h.Richard Kenner1-0/+1
1993-11-18Include "tconfig.h" before "runtime.h".Richard Stallman1-1/+1
1993-11-05(compare_strings): Check for null pointers.Richard Stallman1-1/+6
1993-11-05(objc_read_string): Allocate string properly.Richard Stallman1-2/+5
1993-11-02Include tconfig.h.Richard Stallman1-0/+1
1993-10-28(check_methods_accessible): Fix bug in -Wno-protocol.Richard Kenner1-0/+2
1993-09-27(objc_read_object): Added declaration.Kresten Krab Thorup1-0/+3
1993-09-22(-compare:, -shouldNotImplement:): Added.Kresten Krab Thorup2-0/+20
1993-09-22(objc_write_type, objc_write_types): Take take char** args for writing string...Kresten Krab Thorup1-12/+12
1993-09-20(objc_read_string): Allocate n+1 chars instead of just n.Kresten Krab Thorup1-2/+2
1993-08-24Initial revisionKresten Krab Thorup2-0/+598
1993-08-24(objc_msg_sendv): Use new encoding facilities.Kresten Krab Thorup1-19/+15
1993-08-24(nil_method): Don't define it, import it from sendmsg.c.Kresten Krab Thorup1-30/+17
1993-08-24(CLS_SETNUMBER): Clear old numberKresten Krab Thorup1-10/+3
1993-08-24(class_pose_as): lazy copy dtables.Kresten Krab Thorup1-114/+96
1993-08-24(-performv): Use new objc_msg_sendv.Kresten Krab Thorup1-1/+1
1993-08-24(sendmsg.c, fflags, xforward): Targets removed;Kresten Krab Thorup1-16/+2
1993-08-24(offset_is_register): New variableKresten Krab Thorup1-68/+86
1993-08-11(build_module_descriptor): Use new function get_file_function_name.Per Bothner1-43/+4
1993-08-01Call default_conversion for NAME.Richard Stallman1-66/+123
1993-07-18(synth_module_prologue): Call layout_type for the arrayRichard Stallman1-1/+3
1993-07-05(encode_type_qualifiers): Add casts to enums in indices.Richard Stallman1-6/+6
1993-06-06(encode_type): Add cases for DImode, encoded as 'q' and 'Q' respectively.Richard Stallman1-1/+6
1993-06-05(objc_msg_sendv): Pass a dummy va_list, not 0, to objc_error.Richard Stallman1-1/+2
1993-06-03(copy-headers): chmod the headers, not the dir.Richard Stallman1-1/+1
1993-05-23(__objc_init_protocols): Call recursively on super protocols.Richard Stallman1-7/+15
1993-05-23(objc_protocol): New field `class_pointer'.Richard Stallman1-0/+1
1993-05-21(sarray_at_put): Add #ifdef case forRichard Stallman1-1/+6
1993-05-21(sarray_get): Add #ifdef case forRichard Stallman1-0/+4
1993-05-20*** empty log message ***Richard Stallman1-1/+1
1993-05-20(handle_class_ref): Call assemble_constant_align before output_constant.Richard Stallman1-3/+8
1993-05-14(__objc_init_protocols): Don't install protocol class pointer twice.Richard Stallman1-2/+2
1993-05-13Include gstdarg.h before stdio.h.Richard Stallman1-1/+2
1993-05-10Include gstdarg.h, not stdarg.h.Richard Stallman1-1/+1
1993-05-09Conditionally include gstddef or stddefKresten Krab Thorup3-0/+12
1993-05-09(string_section): Delete comma before close-brace.Richard Stallman1-1/+1
1993-05-06Use gstddef.h, with doublequotes.Richard Stallman4-4/+4
1993-05-06(OBJC_GEN_METHOD_LABEL): Do use CAT_NAME.Richard Stallman1-9/+10
1993-05-06(check_methods_accessible): Handle interface types.Richard Stallman1-2/+4
1993-05-06calloc -> __objc_xcalloc, bzero instancesKresten Krab Thorup3-5/+8
1993-05-06(__objc_send_initialize, class_add_method_list):Richard Stallman1-9/+30
1993-05-05undid freed+error patchKresten Krab Thorup4-58/+2