Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1998-09-17 | config-lang.in: Do not output the name of the selected thread file when ↵ | Ben Elliston | 1 | -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-02 | Boehm GC support for ObjC from Ovidiu Predescu. | Ovidiu Predescu | 1 | -0/+13 | |
From-SVN: r22199 | |||||
1998-06-29 | * Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 for | Jeff Law | 1 | -1/+1 | |
details. From-SVN: r20808 | |||||
1998-05-06 | typo typo fixes fixes | Jeff Law | 1 | -2/+2 | |
From-SVN: r19601 | |||||
1997-06-25 | (OBJC_ERR_BAD_STATE): New error code. | Richard Kenner | 1 | -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 Kenner | 1 | -14/+20 | |
From-SVN: r13713 | |||||
1997-02-02 | Declare error handling functions and typedef for user specified error ↵ | Richard Kenner | 1 | -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 Kenner | 1 | -2/+44 | |
(_objc_atomic_malloc, _objc_valloc): Likewise. (_objc_realloc, _objc_calloc, _objc_free): Likewise From-SVN: r12764 | |||||
1996-08-11 | Formtting changes. | Richard Kenner | 1 | -1/+2 | |
From-SVN: r12615 | |||||
1996-05-17 | (objc_get_uninstalled_dtable): New declaration. | Richard Kenner | 1 | -0/+3 | |
From-SVN: r12020 | |||||
1996-04-04 | Include thr.h, not thread.h. | Richard Kenner | 1 | -1/+1 | |
From-SVN: r11665 | |||||
1996-03-05 | Include objc/thread.h. | Richard Kenner | 1 | -1/+2 | |
From-SVN: r11444 | |||||
1995-08-13 | objc-api.h (sel_get_any_typed_uid): Declare new function. | Richard Kenner | 1 | -0/+2 | |
From-SVN: r10234 | |||||
1995-06-15 | Update FSF address. | Richard Kenner | 1 | -1/+2 | |
From-SVN: r9970 | |||||
1995-05-08 | (_objc_load_callback): Add declaration. | Richard Kenner | 1 | -0/+8 | |
From-SVN: r9593 | |||||
1995-04-26 | Changed Class * to Class in order to match NEXTSTEP and OpenStep runtime. | Richard Kenner | 1 | -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-30 | This patch makes selectors in the Objective-C language be pointers to a ↵ | Kresten Krab Thorup | 1 | -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 number | Kresten Krab Thorup | 1 | -10/+3 | |
From-SVN: r5203 | |||||
1993-05-05 | Headerfiles reorganized | Kresten Krab Thorup | 1 | -140/+252 | |
From-SVN: r4329 | |||||
1993-04-27 | Definition of (Meta)Class_t eliminated, using Class* | Kresten Krab Thorup | 1 | -30/+28 | |
From-SVN: r4244 | |||||
1993-04-26 | Runtime portability cleanup | Kresten Krab Thorup | 1 | -2/+2 | |
From-SVN: r4235 | |||||
1993-04-26 | Take out archiving for alpha | Kresten Krab Thorup | 1 | -2/+6 | |
From-SVN: r4230 | |||||
1993-04-14 | (objc_get_stream_class_version): Added prototype | Kresten Krab Thorup | 1 | -0/+3 | |
From-SVN: r4149 | |||||
1993-04-13 | includes changed to double quote style | Kresten Krab Thorup | 1 | -2/+97 | |
From-SVN: r4113 | |||||
1993-04-12 | Stripped anything added by | Kresten Krab Thorup | 1 | -202/+0 | |
kane@cc.purdue.edu which is not considered "minor changes" From-SVN: r4092 | |||||
1993-04-10 | Initial revision | Tom Wood | 1 | -0/+440 | |
From-SVN: r4077 |