aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc/sarray.c
AgeCommit message (Expand)AuthorFilesLines
1996-09-22Replace use of __objc_xmalloc and free with objc_malloc and objc_free.Richard Kenner1-16/+16
1996-08-11Formatting changes.Richard Kenner1-1/+2
1996-06-28(ifdef __alpha__): Don't declare `free'.Richard Kenner1-1/+0
1996-03-05(sarray_{remove,free}_garbage): New functions.Richard Kenner1-121/+202
1995-06-15Update FSF address.Richard Kenner1-1/+2
1995-05-16(sarray_realloc): Make array index variables size_t.Richard Kenner1-7/+7
1994-06-30This patch makes selectors in the Objective-C language be pointers to a struc...Kresten Krab Thorup1-1/+6
1993-05-21(sarray_at_put): Add #ifdef case forRichard Stallman1-1/+6
1993-05-05Headerfiles reorganizedKresten Krab Thorup1-1/+0
1993-04-26Runtime portability cleanupKresten Krab Thorup1-7/+10
1993-04-26Changed unsigned int to size_t when casting pointers to integersKresten Krab Thorup1-9/+9
1993-04-13Changed includes to double quote styleKresten Krab Thorup1-1/+1
1993-04-10Initial revisionTom Wood1-0/+428