aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc/objc-api.h
AgeCommit message (Collapse)AuthorFilesLines
1998-09-17config-lang.in: Do not output the name of the selected thread file when ↵Ben Elliston1-597/+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-0/+13
From-SVN: r22199
1998-06-29* Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forJeff Law1-1/+1
details. From-SVN: r20808
1998-05-06typo typo fixes fixesJeff Law1-2/+2
From-SVN: r19601
1997-06-25(OBJC_ERR_BAD_STATE): New error code.Richard Kenner1-6/+8
On NeXT redefine object_copy and object_dispose to avoid a conflict with those defined in system library. From-SVN: r14306
1997-03-15(objc_module): Eliminate statics variable.Richard Kenner1-14/+20
From-SVN: r13713
1997-02-02Declare error handling functions and typedef for user specified error ↵Richard Kenner1-1/+53
handler function. Declare error handling functions and typedef for user specified error handler function. Define error codes used by the runtime library. From-SVN: r13590
1996-09-22(_objc_malloc): New function pointer.Richard Kenner1-2/+44
(_objc_atomic_malloc, _objc_valloc): Likewise. (_objc_realloc, _objc_calloc, _objc_free): Likewise From-SVN: r12764
1996-08-11Formtting changes.Richard Kenner1-1/+2
From-SVN: r12615
1996-05-17(objc_get_uninstalled_dtable): New declaration.Richard Kenner1-0/+3
From-SVN: r12020
1996-04-04Include thr.h, not thread.h.Richard Kenner1-1/+1
From-SVN: r11665
1996-03-05Include objc/thread.h.Richard Kenner1-1/+2
From-SVN: r11444
1995-08-13objc-api.h (sel_get_any_typed_uid): Declare new function.Richard Kenner1-0/+2
From-SVN: r10234
1995-06-15Update FSF address.Richard Kenner1-1/+2
From-SVN: r9970
1995-05-08(_objc_load_callback): Add declaration.Richard Kenner1-0/+8
From-SVN: r9593
1995-04-26Changed Class * to Class in order to match NEXTSTEP and OpenStep runtime.Richard Kenner1-33/+47
Changed Class * to Class in order to match NEXTSTEP and OpenStep runtime. (objc_static_instances): New struct to record static instances of a certain class. (objc_module): New tag STATICS to point to the table of objc_statics_instances. From-SVN: r9493
1994-06-30This patch makes selectors in the Objective-C language be pointers to a ↵Kresten Krab Thorup1-5/+14
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-08-24(CLS_SETNUMBER): Clear old numberKresten Krab Thorup1-10/+3
From-SVN: r5203
1993-05-05Headerfiles reorganizedKresten Krab Thorup1-140/+252
From-SVN: r4329
1993-04-27Definition of (Meta)Class_t eliminated, using Class*Kresten Krab Thorup1-30/+28
From-SVN: r4244
1993-04-26Runtime portability cleanupKresten Krab Thorup1-2/+2
From-SVN: r4235
1993-04-26Take out archiving for alphaKresten Krab Thorup1-2/+6
From-SVN: r4230
1993-04-14(objc_get_stream_class_version): Added prototypeKresten Krab Thorup1-0/+3
From-SVN: r4149
1993-04-13includes changed to double quote styleKresten Krab Thorup1-2/+97
From-SVN: r4113
1993-04-12Stripped anything added byKresten Krab Thorup1-202/+0
kane@cc.purdue.edu which is not considered "minor changes" From-SVN: r4092
1993-04-10Initial revisionTom Wood1-0/+440
From-SVN: r4077