From d6f62adad78d4dcb1af8cbc8515b86a9a3e46076 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Thu, 11 Nov 2010 19:01:45 +0000 Subject: [PATCH] Fixed my email address in 3 of my ChangeLog entries for the past couple of months From-SVN: r166613 --- gcc/cp/ChangeLog | 2 +- gcc/objc/ChangeLog | 2 +- libobjc/ChangeLog | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 75c0c53dc8e..53da03c221e 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -770,7 +770,7 @@ (type_dependent_expression_p): Added case for AT_ENCODE_EXPR. * parser.c (cp_parser_objc_encode_expression): Updated comment. -2010-10-07 Nicola Pero +2010-10-07 Nicola Pero Merge from apple/trunk branch on FSF servers. diff --git a/gcc/objc/ChangeLog b/gcc/objc/ChangeLog index b34b619ee8f..f2f2a6a387f 100644 --- a/gcc/objc/ChangeLog +++ b/gcc/objc/ChangeLog @@ -681,7 +681,7 @@ (objc_push_parm): Rebuild the PARM_DECL if its type has been decayed. -2010-09-28 Nicola Pero +2010-09-28 Nicola Pero * objc-act.c (encode_type): Fixed encoding enums with the next runtime. diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index ebcecfa3d2e..2c79b2da0c8 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -797,7 +797,7 @@ -Wno-deprecated-declarations when compiling. (OBJC_H): Added objc-exception.h -2010-09-08 Nicola Pero +2010-09-08 Nicola Pero * objc/typedstream.h: Deprecate all functions in the file. This file is obsolete.