diff options
author | Nicola Pero <nicola.pero@meta-innovation.com> | 2010-09-10 09:56:40 +0000 |
---|---|---|
committer | Nicola Pero <nicola@gcc.gnu.org> | 2010-09-10 09:56:40 +0000 |
commit | e976a775e259c5a85907a4b4e9a2b707c7ce9cca (patch) | |
tree | aecc8134138b797706917530127f1a76bf0da100 /libobjc/ChangeLog | |
parent | 1c732eb7229d03addf86b550c8e8c0123d98d729 (diff) | |
download | gcc-e976a775e259c5a85907a4b4e9a2b707c7ce9cca.tar.gz |
deprecated: New directory.
* libobjc/objc/deprecated: New directory.
* libobjc/objc/deprecated/README: New file.
* libobjc/objc/README: New file.
* libobjc/objc/typedstream.h: Moved into objc/deprecated/typedstream.h;
objc/typedstream.h replaced with a placeholder including the file
from the deprecated/ directory.
* libobjc/objc/deprecated/objc-unexpected-exception.h: New file with the
definition of _objc_unexpected_exception.
* libobjc/objc/objc-api.h: Include deprecated/objc-unexcepted-exception.h
instead of defining _objc_unexpected_exception.
* libobjc/objc/deprecated/Object.h: New file with the deprecated Object
methods in a 'Deprecated' category.
* libobjc/objc/Object.h Include deprecated/Object.h instead of defining
the deprecated methods.
* libobjc/Object.m: Moved deprecated methods into 'Deprecated' category.
* libobjc/objc-private: New directory.
* libobjc/objc-private/README: New file.
* libobjc/Makefile.in (OBJC_DEPRECATED_H): New variable.
(install-headers): Create installation directory for
OBJC_DEPRECATED_H headers, and install them.
From-SVN: r164153
Diffstat (limited to 'libobjc/ChangeLog')
-rw-r--r-- | libobjc/ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index f4f8e18a635..9ab7b51c463 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,3 +1,30 @@ +2010-09-10 Nicola Pero <nicola.pero@meta-innovation.com> + + * objc/deprecated: New directory. + * objc/deprecated/README: New file. + * objc/README: New file. + * objc/typedstream.h: Moved into objc/deprecated/typedstream.h; + objc/typedstream.h replaced with a placeholder including the file + from the deprecated/ directory. + * objc/deprecated/objc-unexpected-exception.h: New file with the + definition of _objc_unexpected_exception. + * objc/objc-api.h: Include deprecated/objc-unexcepted-exception.h + instead of defining _objc_unexpected_exception. + * objc/deprecated/Object.h: New file with the deprecated Object + methods in a 'Deprecated' category. + * objc/Object.h Include deprecated/Object.h instead of defining + the deprecated methods. + * Object.m: Moved deprecated methods into 'Deprecated' category. + * objc-private: New directory. + * objc-private/README: New file. + * Makefile.in (OBJC_DEPRECATED_H): New variable. + (install-headers): Create installation directory for + OBJC_DEPRECATED_H headers, and install them. + +2010-09-10 Nicola Pero <nicola.pero@meta-innovation.com> + + * objc/objc-exception.h: Fixed include of objc.h. + 2010-09-08 Nicola Pero <nicola.pero@meta-innovation.com> * objc/objc-exception.h: New file. |