gcc/libobjc/objc
Nicola Pero 9cacfc3eb3 In libobjc/: 2010-12-24 Nicola Pero <nicola.pero@meta-innovation.com>
In libobjc/:
2010-12-24  Nicola Pero  <nicola.pero@meta-innovation.com>

	* selector.c (sel_getTypedSelector): Return NULL if given a NULL
	argument.
	(sel_registerTypedName): Same.
	(sel_registerName): Same.
	* objc/runtime.h: Updated documentation.
	
In gcc/testsuite/:
2010-12-24  Nicola Pero  <nicola.pero@meta-innovation.com>

	* objc.dg/gnu-api-2-sel.m: Test calling sel_getUid,
	sel_registerName and sel_registerTypedName with NULL arguments.
	Updated the test to work with the Apple runtime as well.
	* obj-c++.dg/gnu-api-2-sel.mm: Same change.

From-SVN: r168231
2010-12-24 20:10:46 +00:00
..
deprecated In gcc/testsuite/: 2010-12-19 Nicola Pero <nicola.pero@meta-innovation.com> 2010-12-19 01:29:09 +00:00
encoding.h In libobjc/: 2010-12-19 Nicola Pero <nicola.pero@meta-innovation.com> 2010-12-19 13:40:16 +00:00
hash.h
message.h In libobjc/: 2010-12-19 Nicola Pero <nicola.pero@meta-innovation.com> 2010-12-19 16:04:55 +00:00
NXConstStr.h
objc-api.h In libobjc/: 2010-12-19 Nicola Pero <nicola.pero@meta-innovation.com> 2010-12-19 02:12:42 +00:00
objc-decls.h
objc-exception.h In libobjc/: 2010-12-19 Nicola Pero <nicola.pero@meta-innovation.com> 2010-12-19 01:01:48 +00:00
objc-list.h
objc-sync.h In libobjc/: 2010-12-19 Nicola Pero <nicola.pero@meta-innovation.com> 2010-12-19 01:01:48 +00:00
objc.h In gcc/testsuite/: 2010-12-19 Nicola Pero <nicola.pero@meta-innovation.com> 2010-12-19 01:29:09 +00:00
Object.h In libobjc/: 2010-12-19 Nicola Pero <nicola.pero@meta-innovation.com> 2010-12-19 01:43:02 +00:00
Protocol.h In libobjc/: 2010-12-19 Nicola Pero <nicola.pero@meta-innovation.com> 2010-12-19 00:54:27 +00:00
README
runtime.h In libobjc/: 2010-12-24 Nicola Pero <nicola.pero@meta-innovation.com> 2010-12-24 20:10:46 +00:00
sarray.h
thr.h
typedstream.h

This directory contains the public headers that are installed when
libobjc is installed.

Deprecated parts of the API should be moved into objc/deprecated and
then included by public headers until they are finally removed.  For
example, if objc-api.h contains an _objc_unexpected_exception variable
which is then deprecated, it should be moved into a header in
objc/deprecated.  This header is then included into objc-api.h.

The result is that all the deprecated parts of the API are clearly
separated in objc/deprecated, while objc/ retains only the current public
API.