| Age | Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
From-SVN: r22199
|
|
(objc_fatal): Remove function.
(objc_set_error_handler): New function.
(_objc_error_handler): New global variable.
(__alpha__): Remove unneeded code.
(objc_error): Allow user specified error handler function to trap and
handle the objc error. Added an error code parameter which indicates
the specific error that occured.
(objc_malloc, objc_atomic_malloc): Replace call to objc_fatal function
with call to objc_error function.
(objc_valloc, objc_realloc, objc_calloc): Likewise.
From-SVN: r13589
|
|
From-SVN: r13250
|
|
(objc_realloc): Renamed from __objc_realloc.
(objc_atomic_malloc): New function.
(objc_valloc): New function.
(objc_calloc): Renamed from __objc_calloc.
(objc_free): New function.
From-SVN: r12763
|
|
From-SVN: r9970
|
|
From-SVN: r9712
|
|
From-SVN: r9212
|
|
From-SVN: r8357
|
|
From-SVN: r7805
|
|
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
|
|
From-SVN: r4336
|
|
__objc_raise_error): New functions.
(__ex_last_handler): New variable
From-SVN: r4333
|
|
From-SVN: r4329
|
|
From-SVN: r4270
|
|
From-SVN: r4253
|
|
From-SVN: r4244
|
|
From-SVN: r4235
|
|
From-SVN: r4113
|
|
From-SVN: r4077
|