aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc/archive.c
AgeCommit message (Expand)AuthorFilesLines
1998-06-27* objc/archive.c: Remove <string.h> prototypes.Richard Henderson1-13/+23
1997-02-02Replace call to abort or __objc_fatal functions with call to objc_error funct...Richard Kenner1-47/+63
1996-09-22Replace use of __objc_xmalloc and free with objc_malloc and objc_free.Richard Kenner1-14/+8
1996-08-11Formatting changes.Richard Kenner1-8/+16
1996-01-15(objc_{write,read}_type, case _C_STRUCT_B): Fix typo.Richard Kenner1-10/+17
1995-06-15Update FSF address.Richard Kenner1-1/+2
1995-05-16(__objc_write_class): Write class version.Richard Kenner1-4/+21
1995-04-26Changed Class * to Class in order to match NEXTSTEP and OpenStepRichard Kenner1-18/+17
1994-10-08archive.c (__objc_free): New function.Doug Evans1-1/+7
1994-10-06Delay eeing when unarchiving.Kresten Krab Thorup1-1/+6
1994-06-30This patch makes selectors in the Objective-C language be pointers to a struc...Kresten Krab Thorup1-218/+311
1993-11-05(objc_read_string): Allocate string properly.Richard Stallman1-2/+5
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-05-05Headerfiles reorganizedKresten Krab Thorup1-3/+4
1993-04-26Runtime portability cleanupKresten Krab Thorup1-3/+5
1993-04-26Take out archiving support for alphaKresten Krab Thorup1-1/+4
1993-04-14(__objc_finish_read_root_object): Corrected name of method -awake: to -awake ...Kresten Krab Thorup1-2/+10
1993-04-13includes changed to double quote styleKresten Krab Thorup1-1/+0
1993-04-12(objc_write_reference) addedKresten Krab Thorup1-20/+121
1993-04-10Initial revisionTom Wood1-0/+1378