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 | -105/+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 | |||||
1996-09-22 | Replace use of __obj_xmalloc and free with objc_malloc and objc_free. | Richard Kenner | 1 | -3/+3 | |
From-SVN: r12765 | |||||
1996-03-05 | Update comments. | Richard Kenner | 1 | -4/+4 | |
From-SVN: r11443 | |||||
1995-06-15 | Update FSF address. | Richard Kenner | 1 | -1/+2 | |
From-SVN: r9970 | |||||
1995-04-26 | Changed Class * to Class in order to match NEXTSTEP and OpenStep | Richard Kenner | 1 | -14/+13 | |
runtime. From-SVN: r9497 | |||||
1994-11-18 | (class_create_instance): Replace memchr with memset. | Richard Kenner | 1 | -1/+1 | |
From-SVN: r8515 | |||||
1994-06-30 | This patch makes selectors in the Objective-C language be pointers to a ↵ | Kresten Krab Thorup | 1 | -1/+1 | |
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-11-18 | Include "tconfig.h" before "runtime.h". | Richard Stallman | 1 | -1/+1 | |
From-SVN: r6112 | |||||
1993-11-02 | Include tconfig.h. | Richard Stallman | 1 | -0/+1 | |
From-SVN: r5971 | |||||
1993-05-06 | calloc -> __objc_xcalloc, bzero instances | Kresten Krab Thorup | 1 | -1/+4 | |
From-SVN: r4351 | |||||
1993-05-05 | Headerfiles reorganized | Kresten Krab Thorup | 1 | -7/+20 | |
From-SVN: r4329 | |||||
1993-04-27 | Definition of (Meta)Class_t eliminated, using Class* | Kresten Krab Thorup | 1 | -4/+4 | |
From-SVN: r4244 | |||||
1993-04-26 | Runtime portability cleanup | Kresten Krab Thorup | 1 | -1/+1 | |
From-SVN: r4235 | |||||
1993-04-10 | Initial revision | Tom Wood | 1 | -0/+75 | |
From-SVN: r4077 |