aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
AgeCommit message (Expand)AuthorFilesLines
1995-04-28(*): Update calls to start_decl, finish_struct (pass NULLs for attributes).Doug Evans1-35/+38
1995-04-26(OBJC_VERSION): Version 7.Richard Kenner1-9/+193
1995-04-26Changed Class * to Class in order to match NEXTSTEP and OpenStepRichard Kenner11-153/+146
1995-04-26(OBJC_O): Added bare-bones implementation of NXConstantString.Richard Kenner1-2/+3
1995-04-26Initial revisionRichard Kenner2-0/+72
1995-04-26Changed Class * to Class in order to match NEXTSTEP and OpenStep runtime.Richard Kenner1-24/+86
1995-04-26Changed Class * to Class in order to match NEXTSTEP and OpenStep runtime.Richard Kenner1-33/+47
1995-04-01(SHELL): New definition.Richard Kenner1-0/+2
1995-03-20Put Alpha-specific decls before #include of runtime.h.Richard Kenner1-17/+18
1995-03-09(build_module_descriptor, really_start_method): Pass new parm toRichard Kenner1-4/+4
1995-02-21Added {} around file variable.Richard Kenner1-4/+4
1995-01-14__attribute__ ((constructor))Jason Merrill2-2/+2
1994-11-18(class_create_instance): Replace memchr with memset.Richard Kenner1-1/+1
1994-11-16Check target endianness at run time, not compile timeIan Lance Taylor1-3/+1
1994-11-10(init_objc): Add missing casts to args of bcopy.Richard Kenner1-6/+6
1994-11-10(lang_init): Ensure line number is 0, not -1.Richard Kenner1-0/+6
1994-10-28(__objc_xcalloc): Use calloc instead malloc/bzero.Richard Kenner1-3/+2
1994-10-08archive.c (__objc_free): New function.Doug Evans1-1/+7
1994-10-06(BOOL): Changed from char to unsigned char.Kresten Krab Thorup1-1/+1
1994-10-06Delay eeing when unarchiving.Kresten Krab Thorup1-1/+6
1994-09-27(warn_with_method): Make arg int, not char.Richard Kenner1-2/+2
1994-09-20Respin DI support to be combine friendly; Allow push of SF without temp reg; ...Michael Meissner1-3/+1
1994-09-07(__objc_init_protocols): Remove assertionKresten Krab Thorup1-0/+2
1994-09-07(conformsTo:): Change implementati to allways use class to do lookup.Kresten Krab Thorup1-4/+14
1994-08-29(objc_get_meta_class): New function.Kresten Krab Thorup1-0/+6
1994-08-29(get_imp): don't inline on i386.Kresten Krab Thorup1-1/+4
1994-08-19(build_selector_translation_table): Reset current_function_decl after hack_fu...Kresten Krab Thorup1-1/+3
1994-08-15(objc_sizeof_type): Assign from ROUND,Kresten Krab Thorup1-2/+18
1994-08-15encoding.c (objc_sizeof_type): Should assign from ROUND, not increment.Kresten Krab Thorup1-3/+32
1994-07-28removed declaration of bzeroKresten Krab Thorup1-3/+0
1994-07-21(build_module_descriptor): Don't set DECL_EXTERNAL onJim Wilson1-1/+0
1994-07-13Include stdarg.h before stdio.h.Richard Kenner1-1/+1
1994-07-11*** empty log message ***Kresten Krab Thorup1-2/+2
1994-06-30incremented objc_version iff using gnu runtime.Kresten Krab Thorup1-1/+1
1994-06-30This patch makes selectors in the Objective-C language be pointers to a struc...Kresten Krab Thorup15-420/+729
1994-06-30(read:, write:, streamVersion:):Kresten Krab Thorup1-10/+8
1994-06-30objc-act.c (get_proto_encoding, [...]): New fucnctions.Kresten Krab Thorup1-34/+178
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