aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc/class.c
AgeCommit message (Expand)AuthorFilesLines
1997-02-02(objc_get_class): Replace call to abort function with call toRichard Kenner1-3/+3
1996-08-11Formatting changes.Richard Kenner1-1/+2
1996-03-05(__objc_init_class_tables): Surround sarray access with mutex lock/unlock.Richard Kenner1-4/+33
1995-06-15Update header.Richard Kenner1-2/+1
1995-06-15Update FSF address.Richard Kenner1-1/+2
1995-05-16Fix typos in comments.Richard Kenner1-4/+4
1995-04-26Changed Class * to Class in order to match NEXTSTEP and OpenStepRichard Kenner1-32/+31
1994-08-29(objc_get_meta_class): New function.Kresten Krab Thorup1-0/+6
1994-06-30This patch makes selectors in the Objective-C language be pointers to a struc...Kresten Krab Thorup1-63/+53
1993-08-24(class_pose_as): lazy copy dtables.Kresten Krab Thorup1-114/+96
1993-05-06calloc -> __objc_xcalloc, bzero instancesKresten Krab Thorup1-1/+1
1993-05-05Headerfiles reorganizedKresten Krab Thorup1-26/+0
1993-04-27Definition of (Meta)Class_t eliminated, using Class*Kresten Krab Thorup1-22/+22
1993-04-26Runtime portability cleanupKresten Krab Thorup1-3/+1
1993-04-10Initial revisionTom Wood1-0/+378