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 | -210/+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-27 | (__objc_thread_yield): Use sched_yield instead. | Richard Kenner | 1 | -1/+1 | |
From-SVN: r14327 | |||||
1997-06-25 | Completely rework according to new interface. | Richard Kenner | 1 | -226/+114 | |
From-SVN: r14310 | |||||
1997-02-02 | (__objc_runtime_mutex): Eliminate leading underscore from name of objc | Richard Kenner | 1 | -18/+18 | |
mutex and thread structures. From-SVN: r13598 | |||||
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 | Now compiles as a separate source file, so include appropriate | Richard Kenner | 1 | -3/+4 | |
Objective-C headers. From-SVN: r12217 | |||||
1996-05-17 | Initial revision | Richard Kenner | 1 | -0/+321 | |
From-SVN: r11985 |