gcc/libobjc
Nicola Pero fed2b10179 init.c: Include objc/runtime.h and objc-private/module-abi-8.h instead of objc/objc-api.h.
2010-12-17  Nicola Pero  <nicola.pero@meta-innovation.com>

	* init.c: Include objc/runtime.h and objc-private/module-abi-8.h
	instead of objc/objc-api.h.
	(init_check_module_version): Take a 'struct objc_module *'
	argument instead of 'Module_t'.  Use 'struct objc_module *'
	instead of 'Module_t'.
	(__objc_created_classes_tree): Take a 'struct objc_module *'
	argument instead of 'Module_t'; use 'struct objc_symtab *' instead
	of 'Symtab_t'.
	(__objc_call_callback): Take a 'struct objc_module *' argument
	instead of 'Module_t'; use 'struct objc_symtab *' instead of
	'Symtab_t' and 'struct objc_category *' instead of 'Category_t'.
	(_objc_load_callback): Take a 'struct objc_category *' argument
	instead of 'Category *'.
	(class_superclass_of_class): Use objc_getClass() instead of
	objc_lookup_class().
	(create_tree_of_subclasses_inherited_from): Same change (also, use
	an explicit 'if' instead of '?').
	(objc_init_statics): Same change.
	(objc_send_load): Same change.
	(__objc_init_protocol): same change.
	(__objc_send_message_in_list): Take a 'struct objc_method_list *'
	argument instead of 'MethodList_t'.  Use 'struct objc_method *'
	instead of 'Method_t'.
	(__objc_send_load): Use 'struct objc_method_list *' instead of
	'MethodList_t'.  Use sel_registerName() instead of
	sel_register_name().
	(__objc_exec_class): Take a 'struct objc_module *' argument
	instead of 'Module_t'.  Use 'struct objc_symtab *' instead of
	'Symtab_t'.  Use objc_getClass() instead of objc_lookup_class().
	Use 'struct objc_category *' instead of 'Category_t'.

From-SVN: r168000
2010-12-17 22:12:34 +00:00
..
objc In libobjc/: 2010-12-15 Nicola Pero <nicola.pero@meta-innovation.com> 2010-12-15 19:47:18 +00:00
objc-private In libobjc/: 2010-12-16 Nicola Pero <nicola.pero@meta-innovation.com> 2010-12-16 22:52:48 +00:00
ChangeLog init.c: Include objc/runtime.h and objc-private/module-abi-8.h instead of objc/objc-api.h. 2010-12-17 22:12:34 +00:00
Makefile.in re PR target/40125 (libgcc_s DLL installed in wrong directory in cross toolchain) 2010-12-06 00:50:04 +00:00
NXConstStr.m In libobjc/: 2010-09-11 22:47:14 +00:00
Object.m Object.h: Moved all the methods, with the exception of -class and -isEqual:, into ... 2010-12-14 23:36:36 +00:00
Protocol.m In libobjc/: 2010-10-15 Nicola Pero <nicola.pero@meta-innovation.com> 2010-10-15 18:24:27 +00:00
README re PR libobjc/14382 ([libobjc] Calling +initialize on a per category basis) 2005-12-15 16:46:17 +00:00
THREADS Removed obsolete intermediate threading layer. 2010-09-08 09:35:50 +00:00
accessors.m Makefile.in (OBJC_SOURCE_FILES): Added accessors.m. 2010-10-24 17:23:19 +00:00
acinclude.m4 In libobjc/: Implemented objc_sync_enter() and objc_sync_exit(), which are required by @synchronized() to work. 2010-09-14 10:23:37 +00:00
aclocal.m4 re PR target/40125 (libgcc_s DLL installed in wrong directory in cross toolchain) 2010-12-06 00:50:04 +00:00
archive.c archive.c: Do not include objc/objc.h. 2010-10-12 16:17:18 +00:00
class.c In libobjc/: 2010-10-16 Nicola Pero <nicola.pero@meta-innovation.com> 2010-10-16 21:26:59 +00:00
config.h.in In libobjc/: Implemented objc_sync_enter() and objc_sync_exit(), which are required by @synchronized() to work. 2010-09-14 10:23:37 +00:00
configure re PR target/40125 (libgcc_s DLL installed in wrong directory in cross toolchain) 2010-12-06 00:50:04 +00:00
configure.ac re PR target/40125 (libgcc_s DLL installed in wrong directory in cross toolchain) 2010-12-06 00:50:04 +00:00
encoding.c encoding.c (_darwin_rs6000_special_round_type_align): New. 2010-12-13 08:36:06 +00:00
error.c archive.c: Do not include objc/objc.h. 2010-10-12 16:17:18 +00:00
exception.c In libobjc/: 2010-10-12 Nicola Pero <nicola.pero@meta-innovation.com> 2010-10-12 18:43:54 +00:00
gc.c archive.c: Do not include objc/objc.h. 2010-10-12 16:17:18 +00:00
hash.c archive.c: Do not include objc/objc.h. 2010-10-12 16:17:18 +00:00
init.c init.c: Include objc/runtime.h and objc-private/module-abi-8.h instead of objc/objc-api.h. 2010-12-17 22:12:34 +00:00
ivars.c In libobjc/: 2010-12-15 Nicola Pero <nicola.pero@meta-innovation.com> 2010-12-15 01:35:20 +00:00
libobjc.def sendmsg.c (get_imp): Remove inline. 2010-09-26 16:32:45 +02:00
linking.m In libobjc/: 2010-10-17 Nicola Pero <nicola.pero@meta-innovation.com> 2010-10-17 11:01:31 +00:00
memory.c archive.c: Do not include objc/objc.h. 2010-10-12 16:17:18 +00:00
methods.c In libobjc/: 2010-10-15 Nicola Pero <nicola.pero@meta-innovation.com> 2010-10-15 22:27:39 +00:00
nil_method.c In libobjc/: 2010-09-11 22:47:14 +00:00
objc-foreach.c In libobjc/: 2010-10-10 Nicola Pero <nicola.pero@meta-innovation.com> 2010-10-10 11:18:57 +00:00
objc-sync.c archive.c: Do not include objc/objc.h. 2010-10-12 16:17:18 +00:00
objects.c objects.c (object_copy): Do not #undef as we are no longer including objc/objc-api.h. 2010-12-14 21:57:31 +00:00
protocols.c ivars.c: Include stdlib.h. 2010-11-18 02:11:33 +00:00
sarray.c archive.c: Do not include objc/objc.h. 2010-10-12 16:17:18 +00:00
selector.c objects.c (object_copy): Do not #undef as we are no longer including objc/objc-api.h. 2010-12-14 21:57:31 +00:00
sendmsg.c In libobjc/: 2010-12-16 Nicola Pero <nicola.pero@meta-innovation.com> 2010-12-16 22:52:48 +00:00
thr.c archive.c: Do not include objc/objc.h. 2010-10-12 16:17:18 +00:00

README

GNU Objective C notes
*********************

This document is to explain what has been done, and a little about how
specific features differ from other implementations.  The runtime has
been completely rewritten in gcc 2.4.  The earlier runtime had several
severe bugs and was rather incomplete.  The compiler has had several
new features added as well.

This is not documentation for Objective C, it is usable to someone
who knows Objective C from somewhere else.


Runtime API functions
=====================

The runtime is modeled after the NeXT Objective C runtime.  That is,
most functions have semantics as it is known from the NeXT.  The
names, however, have changed.  All runtime API functions have names
of lowercase letters and underscores as opposed to the
`traditional' mixed case names.  
	The runtime api functions are not documented as of now.
Someone offered to write it, and did it, but we were not allowed to
use it by his university (Very sad story).  We have started writing
the documentation over again.  This will be announced in appropriate
places when it becomes available.


Protocols
=========

Protocols are now fully supported.  The semantics is exactly as on the
NeXT.  There is a flag to specify how protocols should be typechecked
when adopted to classes.  The normal typechecker requires that all
methods in a given protocol must be implemented in the class that
adopts it -- it is not enough to inherit them.  The flag
`-Wno-protocol' causes it to allow inherited methods, while
`-Wprotocols' is the default which requires them defined.


+load
===========
This method, if defined, is called for each class and category
implementation when the class is loaded into the runtime.  This method
is not inherited, and is thus not called for a subclass that doesn't
define it itself.  Thus, each +load method is called exactly once by
the runtime.  The runtime invocation of this method is thread safe.


+initialize 
===========

This method, if defined, is called before any other instance or class
methods of that particular class.  For the GNU runtime, this method is 
not inherited, and is thus not called as initializer for a subclass that 
doesn't define it itself.  Thus, each +initialize method is called exactly 
once by the runtime (or never if no methods of that particular class is 
never called).  It is wise to guard against multiple invocations anyway 
to remain portable with the NeXT runtime.  The runtime invocation of 
this method is thread safe.


Passivation/Activation/Typedstreams
===================================

This is supported in the style of NeXT TypedStream's.  Consult the
headerfile Typedstreams.h for api functions.  I (Kresten) have
rewritten it in Objective C, but this implementation is not part of
2.4, it is available from the GNU Objective C prerelease archive. 
   There is one difference worth noting concerning objects stored with
objc_write_object_reference (aka NXWriteObjectReference).  When these
are read back in, their object is not guaranteed to be available until
the `-awake' method is called in the object that requests that object.
To objc_read_object you must pass a pointer to an id, which is valid
after exit from the function calling it (like e.g. an instance
variable).  In general, you should not use objects read in until the
-awake method is called.


Acknowledgements
================

The GNU Objective C team: Geoffrey Knauth <gsk@marble.com> (manager),
Tom Wood <wood@next.com> (compiler) and Kresten Krab Thorup
<krab@iesd.auc.dk> (runtime) would like to thank a some people for
participating in the development of the present GNU Objective C.

Paul Burchard <burchard@geom.umn.edu> and Andrew McCallum
<mccallum@cs.rochester.edu> has been very helpful debugging the
runtime.   Eric Herring <herring@iesd.auc.dk> has been very helpful
cleaning up after the documentation-copyright disaster and is now
helping with the new documentation.

Steve Naroff <snaroff@next.com> and Richard Stallman
<rms@gnu.ai.mit.edu> has been very helpful with implementation details
in the compiler.


Bug Reports
===========

Please read the section `Submitting Bugreports' of the gcc manual
before you submit any bugs.