aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc/misc.c
AgeCommit message (Collapse)AuthorFilesLines
1998-09-17config-lang.in: Do not output the name of the selected thread file when ↵Ben Elliston1-180/+0
building the front-end. Sun Sep 13 08:13:39 1998 Ben Elliston <bje@cygnus.com> * objc/config-lang.in: Do not output the name of the selected thread file when building the front-end. The Makefile for the runtime library will do this. * objc/Make-lang.in: Do not build the runtime library or install the Objective C header files. The Makefile for the runtime library will do this. * objc/Makefile.in (all.indirect): Only build the front-end. (compiler): Rename to `frontend'. (obj-runtime): Remove target. (copy-headers): Likewise. (clean): No need to remove `libobjc.a' any longer. From-SVN: r22459
1998-09-02Boehm GC support for ObjC from Ovidiu Predescu.Ovidiu Predescu1-1/+29
From-SVN: r22199
1997-02-02(objc_verror): New function.Richard Kenner1-21/+44
(objc_fatal): Remove function. (objc_set_error_handler): New function. (_objc_error_handler): New global variable. (__alpha__): Remove unneeded code. (objc_error): Allow user specified error handler function to trap and handle the objc error. Added an error code parameter which indicates the specific error that occured. (objc_malloc, objc_atomic_malloc): Replace call to objc_fatal function with call to objc_error function. (objc_valloc, objc_realloc, objc_calloc): Likewise. From-SVN: r13589
1996-12-07(stdlib.h): Define __USE_FIXED_PROTOTYPES__ before including stdlib.h.Richard Kenner1-0/+1
From-SVN: r13250
1996-09-22(objc_malloc): Renamed from __objc_xmalloc.Richard Kenner1-13/+61
(objc_realloc): Renamed from __objc_realloc. (objc_atomic_malloc): New function. (objc_valloc): New function. (objc_calloc): Renamed from __objc_calloc. (objc_free): New function. From-SVN: r12763
1995-06-15Update FSF address.Richard Kenner1-1/+2
From-SVN: r9970
1995-05-16Fix typos in comments.Richard Kenner1-1/+1
From-SVN: r9712
1995-03-20Put Alpha-specific decls before #include of runtime.h.Richard Kenner1-17/+18
From-SVN: r9212
1994-10-28(__objc_xcalloc): Use calloc instead malloc/bzero.Richard Kenner1-3/+2
From-SVN: r8357
1994-07-28removed declaration of bzeroKresten Krab Thorup1-3/+0
From-SVN: r7805
1994-06-30This patch makes selectors in the Objective-C language be pointers to a ↵Kresten Krab Thorup1-2/+12
struct { void *sel_id... This patch makes selectors in the Objective-C language be pointers to a struct { void *sel_id, char *sel_types }, where the sel_types element is the type encoding of the method arguments. From-SVN: r7622
1993-05-05undid freed+error patchKresten Krab Thorup1-44/+0
From-SVN: r4336
1993-05-05(__objc_add_handler, __objc_remove_handler,Kresten Krab Thorup1-0/+44
__objc_raise_error): New functions. (__ex_last_handler): New variable From-SVN: r4333
1993-05-05Headerfiles reorganizedKresten Krab Thorup1-3/+0
From-SVN: r4329
1993-04-29Uninstalled argframe macrosKresten Krab Thorup1-0/+2
From-SVN: r4270
1993-04-27Changed to use argframe macrosKresten Krab Thorup1-2/+0
From-SVN: r4253
1993-04-27Definition of (Meta)Class_t eliminated, using Class*Kresten Krab Thorup1-1/+1
From-SVN: r4244
1993-04-26Runtime portability cleanupKresten Krab Thorup1-1/+1
From-SVN: r4235
1993-04-13includes changed to double quote styleKresten Krab Thorup1-5/+2
From-SVN: r4113
1993-04-10Initial revisionTom Wood1-0/+78
From-SVN: r4077