aboutsummaryrefslogtreecommitdiff
path: root/libobjc/ChangeLog
diff options
context:
space:
mode:
authornicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4>2010-12-15 17:43:01 +0000
committernicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4>2010-12-15 17:43:01 +0000
commitc1a81aec2797d503b581f4baebf151c8ea350d49 (patch)
treef6cb2bb53be1b817b0fcea5e057648398e37c145 /libobjc/ChangeLog
parent326ff1ca56c716d9d97f135241a1dd463eded92e (diff)
In libobjc/:
2010-12-15 Nicola Pero <nicola.pero@meta-innovation.com> * objc/message.h: Update comments, reindented code and moved deprecated types and functions at the end of the file. No code changes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167864 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/ChangeLog')
-rw-r--r--libobjc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog
index 2a9de964d79..bfcda715e76 100644
--- a/libobjc/ChangeLog
+++ b/libobjc/ChangeLog
@@ -1,5 +1,11 @@
2010-12-15 Nicola Pero <nicola.pero@meta-innovation.com>
+ * objc/message.h: Update comments, reindented code and moved
+ deprecated types and functions at the end of the file. No code
+ changes.
+
+2010-12-15 Nicola Pero <nicola.pero@meta-innovation.com>
+
* ivars.c (class_addIvar): Use the 'size' argument instead of
trying to calculate it using objc_sizeof_type().
* objc/runtime.h (class_addIvar): Updated comments.