aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc/objects.c
AgeCommit message (Expand)AuthorFilesLines
1998-09-17config-lang.in: Do not output the name of the selected thread file when build...Ben Elliston1-105/+0
1998-09-02Boehm GC support for ObjC from Ovidiu Predescu.Ovidiu Predescu1-0/+13
1996-09-22Replace use of __obj_xmalloc and free with objc_malloc and objc_free.Richard Kenner1-3/+3
1996-03-05Update comments.Richard Kenner1-4/+4
1995-06-15Update FSF address.Richard Kenner1-1/+2
1995-04-26Changed Class * to Class in order to match NEXTSTEP and OpenStepRichard Kenner1-14/+13
1994-11-18(class_create_instance): Replace memchr with memset.Richard Kenner1-1/+1
1994-06-30This patch makes selectors in the Objective-C language be pointers to a struc...Kresten Krab Thorup1-1/+1
1993-11-18Include "tconfig.h" before "runtime.h".Richard Stallman1-1/+1
1993-11-02Include tconfig.h.Richard Stallman1-0/+1
1993-05-06calloc -> __objc_xcalloc, bzero instancesKresten Krab Thorup1-1/+4
1993-05-05Headerfiles reorganizedKresten Krab Thorup1-7/+20
1993-04-27Definition of (Meta)Class_t eliminated, using Class*Kresten Krab Thorup1-4/+4
1993-04-26Runtime portability cleanupKresten Krab Thorup1-1/+1
1993-04-10Initial revisionTom Wood1-0/+75