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 | -218/+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 | |||||
1997-06-25 | Completely rework according to new interface. | Richard Kenner | 1 | -277/+77 | |
From-SVN: r14310 | |||||
1997-03-16 | Correct include path. | Richard Kenner | 1 | -1/+1 | |
From-SVN: r13716 | |||||
1997-02-02 | (objc_condition_{,de}allocate): New functions. | Richard Kenner | 1 | -26/+131 | |
(objc_condition_{wait,broadcast,signal}): New functions. (__objc_runtime_mutex): Eliminate leading underscore from name of objc mutex and thread structures. From-SVN: r13595 | |||||
1996-09-22 | Replace use of __objc_xmalloc and free with objc_malloc and objc_free. | Richard Kenner | 1 | -3/+3 | |
From-SVN: r12768 | |||||
1996-06-07 | Initial revision | Richard Kenner | 1 | -0/+313 | |
From-SVN: r12220 |