summaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2008-09-05 11:07:45 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2008-09-05 11:07:45 +0000
commitd3eff7bb4af3b5eca3a59e2ba10c0b06f4fb2202 (patch)
tree1beb1ce7152c7446899dbebe21a596356b4ea627 /gcc/cp
parenta565a5fa510bb2c4ea4b2921b6a20fedd4d04ca8 (diff)
downloadgcc-d3eff7bb4af3b5eca3a59e2ba10c0b06f4fb2202.tar.gz
Convert ChangeLog files to UTF-8.
Command used: LC_ALL=C sed -i \ -e 's/D\(o\|\xf6\)nmez/D\xc3\xb6nmez/' \ -e 's/\(Av\|\x81\xc1v\|\xc1v\|\xef\xbf\xbdv\?\|\x81\xc3\x81v\|\xc3v\)ila/\xc3\x81vila/' \ -e 's/Esp\(in\|\x81\xedn\|\xedn\|\xef\xbf\xbdn\?\|\xef\xbf\xbd\xadn\|\x81\xc3\xadn\)dola/Esp\xc3\xadndola/' \ -e 's/Schl\(u\|\xef\xbf\xbd\|\xfcu\?\|\x81\xfc\|\x81\xc3\xbc\|\xc3\xaf\xc2\xbf\xc2\xbd\|\xef\xbf\xbd\xef\xbf\xbd\xef\xbf\xbd\xc2\xbc\)ter/Schl\xc3\xbcter/' \ -e 's/Humi\(e\|\xe8\)res/Humi\xc3\xa8res/' \ -e 's/L\(ow\|\xc3\xaf\xc2\xbf\xc2\xbd\|oew\|\xf6w\)is/L\xc3\xb6wis/' \ -e 's/G\xfctlein/G\xc3\xbctlein/' \ -e 's/G\xe1[b]or/G\xc3\xa1bor/' \ -e 's/L\xf3ki/L\xc3\xb3ki/' \ -e 's/Fautr\xc3 /Fautr\xc3\xa9 /' \ -e 's/S\xe9[b]astian/S\xc3\xa9bastian/' \ -e 's/Th\xef\xbf\xbd[d]ore/Th\xc3\xa9odore/' \ -e 's/Cors\xc3\xc2\xa9pius/Cors\xc3\xa9pius/' \ -e 's/K\xfchl/K\xc3\xbchl/' \ -e 's/R\xf6nnerup/R\xc3\xb6nnerup/' \ -e 's/L\xf8vset/L\xc3\xb8vset/' \ -e 's/Ph\x81\xfb\x81\xf4ng-Th\x81\xe5o/Ph\xc3\xbb\xc3\xb4ng-Th\xc3\xa5o/' \ -e 's/V\x81\xf5/V\xc3\xb5/' \ -e 's/J\xf6nsson/J\xc3\xb6nsson/' \ -e 's/V\xef\xbf\xbdis\xef\xbf\xbdnen/V\xc3\xa4is\xc3\xa4nen/' \ -e 's/J\xef\xbf\xbdrg/J\xc3\xb6rg/' \ -e 's/M\xef\xbf\xbdsli/M\xc3\xb6sli/' \ -e 's/R\xe4ty/R\xc3\xa4ty/' \ -e 's/2003\xc2\xad-/2003-/' \ -e 's/\xc2\xa0/ /g' \ -e 's/ \xa0/ /g' \ -e 's/\xa0 //' \ `find . -name \*ChangeLog\* | grep -v /.svn` git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140033 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog6
-rw-r--r--gcc/cp/ChangeLog-199856
-rw-r--r--gcc/cp/ChangeLog-199942
-rw-r--r--gcc/cp/ChangeLog-200026
-rw-r--r--gcc/cp/ChangeLog-20056
-rw-r--r--gcc/cp/ChangeLog-20066
6 files changed, 71 insertions, 71 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index f7ee7ddb7b5..09091cc8d2e 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -687,7 +687,7 @@
* semantics.c (classtype_has_nothrow_assign_or_copy_p): Only check
copy constructors and copy assignment operators proper.
-2008-07-21 Rafael Avila de Espindola <espindola@google.com>
+2008-07-21 Rafael Ávila de Espíndola <espindola@google.com>
* parser.c (cp_token): Remove in_system_header.
(eof_token): Remove in_system_header.
@@ -4544,7 +4544,7 @@
* init.c (avoid_placement_new_aliasing): New static function.
(build_new_1): Call it.
-2007-06-11 Rafael Avila de Espindola <espindola@google.com>
+2007-06-11 Rafael Ávila de Espíndola <espindola@google.com>
* cp-objcp-common.h (LANG_HOOKS_SIGNED_TYPE): Remove.
(LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): Remove.
@@ -4773,7 +4773,7 @@
* rtti.c (get_tinfo_decl_dynamic, get_typeid): Try to complete the
type only if is a class type (5.2.8/4).
-2007-05-14 Rafael Avila de Espindola <espindola@google.com>
+2007-05-14 Rafael Ávila de Espíndola <espindola@google.com>
* cp-objcp-common.h (LANG_HOOKS_UNSIGNED_TYPE): Remove.
* decl.c (grokdeclarator): Use unsigned_type_for instead of
diff --git a/gcc/cp/ChangeLog-1998 b/gcc/cp/ChangeLog-1998
index 1b4e301d025..c6e8b1e6768 100644
--- a/gcc/cp/ChangeLog-1998
+++ b/gcc/cp/ChangeLog-1998
@@ -495,7 +495,7 @@ Fri Nov 27 13:07:23 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* decl.c (require_complete_types_for_parms): Call layout_decl
after we've completed the type.
-1998-11-21 Martin von Lwis <loewis@informatik.hu-berlin.de>
+1998-11-21 Martin von Löwis <loewis@informatik.hu-berlin.de>
* decl2.c (validate_nonmember_using_decl): Allow using templates
from the global namespace.
@@ -769,7 +769,7 @@ Fri Nov 27 13:07:23 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* method.c (build_overload_value): Handle REFERENCE_TYPE.
-1998-11-08 Martin von Lwis <loewis@informatik.hu-berlin.de>
+1998-11-08 Martin von Löwis <loewis@informatik.hu-berlin.de>
* decl.c (grokdeclarator): Allow namespace-scoped members if they
are friends.
@@ -1081,11 +1081,11 @@ Sat Nov 7 15:48:02 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* decl.c (grokdeclarator): Set DECL_NONCONVERTING_P for all
non-converting constructors.
-1998-10-24 Martin von Lwis <loewis@informatik.hu-berlin.de>
+1998-10-24 Martin von Löwis <loewis@informatik.hu-berlin.de>
* gxxint.texi: Correct documentation for n, N, Q, and B.
-1998-10-23 Martin von Lwis <loewis@informatik.hu-berlin.de>
+1998-10-23 Martin von Löwis <loewis@informatik.hu-berlin.de>
* parse.y (condition): Convert VAR_DECL from reference to indirect
reference.
@@ -1219,7 +1219,7 @@ Sat Nov 7 15:48:02 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* decl.c (grokdeclarator): Use them.
* tree.c (canonical_type_variant): Likewise.
-1998-10-22 Martin von Lwis <loewis@informatik.hu-berlin.de>
+1998-10-22 Martin von Löwis <loewis@informatik.hu-berlin.de>
* parse.y (named_class_head): Push into class while parsing the
base class list.
@@ -1264,7 +1264,7 @@ Sat Nov 7 15:48:02 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* pt.c (tsubst, TEMPLATE*PARM*): Abort if we don't have any args.
-1998-10-18 Martin von Lwis <loewis@informatik.hu-berlin.de>
+1998-10-18 Martin von Löwis <loewis@informatik.hu-berlin.de>
* decl2.c (validate_nonmember_using_decl): Fix using-directives of
std if std is ignored.
@@ -1659,7 +1659,7 @@ Tue Oct 6 07:57:26 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* pt.c (instantiate_decl): Do save and restore file position.
-1998-10-05 Martin von Lwis <loewis@informatik.hu-berlin.de>
+1998-10-05 Martin von Löwis <loewis@informatik.hu-berlin.de>
* method.c (build_decl_overload_real): Clear
numeric_output_need_bar after __.
@@ -1793,7 +1793,7 @@ Thu Oct 1 10:43:45 1998 Nick Clifton <nickc@cygnus.com>
(finish_anon_union): Also complain about local anon unions with no
members.
-1998-09-25 Martin von Lwis <loewis@informatik.hu-berlin.de>
+1998-09-25 Martin von Löwis <loewis@informatik.hu-berlin.de>
* decl.c (lookup_namespace_name): If the name is a namespace,
return it immediately.
@@ -1905,7 +1905,7 @@ Tue Sep 22 21:01:19 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* decl2.c (grokfield): Likewise.
* pt.c (finish_member_template_decl): Likewise.
-1998-09-20 Martin von Lwis <loewis@informatik.hu-berlin.de>
+1998-09-20 Martin von Löwis <loewis@informatik.hu-berlin.de>
* method.c (hack_identifier): Finding multiple members is always
an error.
@@ -2017,7 +2017,7 @@ Mon Sep 21 01:53:05 1998 Felix Lee <flee@cygnus.com>
* error.c (dump_type_real): Handle NAMESPACE_DECL.
* parse.y (base_class.1): Avoid crash on error.
-1998-09-08 Martin von Lwis <loewis@informatik.hu-berlin.de>
+1998-09-08 Martin von Löwis <loewis@informatik.hu-berlin.de>
* decl.c (make_typename_type): If context is a namespace, the code
is in error.
@@ -2495,7 +2495,7 @@ Wed Aug 26 10:54:51 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* lex.c (real_yylex): Don't warn about long long constants if
we're allowing long long.
-1998-08-24 Martin von Lwis <loewis@informatik.hu-berlin.de>
+1998-08-24 Martin von Löwis <loewis@informatik.hu-berlin.de>
* decl.c (pushdecl): Use IDENTIFIER_NAMESPACE_VALUE instead of
accessing bindings directly.
@@ -3143,7 +3143,7 @@ Fri Aug 14 16:42:27 1998 Nick Clifton <nickc@cygnus.com>
* decl.c (qualify_lookup): New fn.
(lookup_name_real): Use it.
-1998-07-16 Martin v. Loewis <loewis@informatik.hu-berlin.de>
+1998-07-16 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* decl2.c (add_using_namespace): When directly using a namespace
that was indirect before, promote it.
@@ -3184,7 +3184,7 @@ Fri Aug 14 16:42:27 1998 Nick Clifton <nickc@cygnus.com>
* decl.c (push_using_directive): Iterate over namespaces used
indirectly.
-1998-07-15 Martin v. Lwis <loewis@informatik.hu-berlin.de>
+1998-07-15 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* decl2.c (add_using_namespace): Iterate over namespaces used
indirectly.
@@ -3218,7 +3218,7 @@ Fri Aug 14 16:42:27 1998 Nick Clifton <nickc@cygnus.com>
* parse.y (using_directive): New nonterminal.
(extdef, simple_stmt): Use it.
-1998-07-14 Martin von Lwis <loewis@informatik.hu-berlin.de>
+1998-07-14 Martin von Löwis <loewis@informatik.hu-berlin.de>
* decl2.c (add_function): Move error message ...
(arg_assoc_namespace): ... from here.
@@ -3238,7 +3238,7 @@ Tue Jul 14 20:09:22 1998 Jeffrey A Law (law@cygnus.com)
* call.c (joust): Don't warn about "confusing" conversions to the
same type.
-1998-07-14 Martin von Lwis <loewis@informatik.hu-berlin.de>
+1998-07-14 Martin von Löwis <loewis@informatik.hu-berlin.de>
* class.c (push_nested_class): Complain about namespaces.
* decl.c (start_decl): Enter the object's namespace.
@@ -3257,7 +3257,7 @@ Tue Jul 14 20:09:22 1998 Jeffrey A Law (law@cygnus.com)
* init.c (build_offset_ref): Call mark_used and
convert_from_reference for namespace members.
-Mon Jul 13 23:25:28 1998 Martin von Lwis <loewis@informatik.hu-berlin.de>
+Mon Jul 13 23:25:28 1998 Martin von Löwis <loewis@informatik.hu-berlin.de>
* search.c (my_tree_cons): The bitfield is at index 2.
@@ -3266,7 +3266,7 @@ Mon Jul 13 17:21:01 1998 Nick Clifton <nickc@cygnus.com>
* lang-options.h: Format changed to work with new --help support
in gcc/toplev.c
-1998-07-12 Martin von Lwis <loewis@informatik.hu-berlin.de>
+1998-07-12 Martin von Löwis <loewis@informatik.hu-berlin.de>
* decl2.c (build_expr_from_tree): Change calls of do_identifier.
Do Koenig lookup in CALL_EXPR.
@@ -3484,7 +3484,7 @@ Sat Jun 27 07:36:09 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* sig.c (build_signature_pointer_or_reference_type): Don't set
DECL_CONTEXT.
-1998-06-24 Martin v. Lwis <loewis@informatik.hu-berlin.de>
+1998-06-24 Martin v. Löwis <loewis@informatik.hu-berlin.de>
Set DECL_CONTEXT for globals to NULL_TREE instead of global_namespace.
* cp-tree.h (FROB_CONTEXT): New macro.
@@ -3858,7 +3858,7 @@ Mon Jun 8 20:45:52 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* error.c (cp_printers): Use 'o' instead of '_' for the null entry.
-1998-06-05 Martin v. Loewis <loewis@informatik.hu-berlin.de>
+1998-06-05 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* cp-tree.h (DECL_NAMESPACE_ALIAS, ORIGINAL_NAMESPACE): Declare.
* decl.c (lookup_name_real): Add namespaces_only parameter.
@@ -3886,7 +3886,7 @@ Mon Jun 8 20:45:52 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* error.c (dump_expr): Clean up NEW_EXPR case.
-1998-06-04 Martin von Lwis <loewis@informatik.hu-berlin.de>
+1998-06-04 Martin von Löwis <loewis@informatik.hu-berlin.de>
Suggested by Brendan Kehoe
* decl2.c (do_toplevel_using_decl): When decl is a TYPE_DECL,
@@ -4039,7 +4039,7 @@ Mon Jun 8 20:45:52 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* decl.c (pushdecl): Don't copy the type_decl.
-1998-05-26 Martin v. Lwis <loewis@informatik.hu-berlin.de>
+1998-05-26 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* class.c (pushclass): Always store TYPE_MAIN_VARIANT in
current_class_type.
@@ -4060,7 +4060,7 @@ Mon Jun 8 20:45:52 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* decl.c (pushtag): Avoid crashing on erroneous input.
-1998-05-25 Martin v. Lwis <loewis@informatik.hu-berlin.de>
+1998-05-25 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* decl.c (push_namespace): Only produce one unique name for
anonymous namespaces.
@@ -4127,7 +4127,7 @@ Mon Jun 8 20:45:52 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
used as expression.
* typeck.c (decay_conversion): Likewise.
-1998-05-24 Martin von Lwis <loewis@informatik.hu-berlin.de>
+1998-05-24 Martin von Löwis <loewis@informatik.hu-berlin.de>
* error.c (dump_expr): Support namespaces.
@@ -4248,7 +4248,7 @@ Thu May 21 11:54:44 1998 Dave Brolley <brolley@cygnus.com>
* pt.c (classtype_mangled_name): Don't try DECL_CONTEXT on types.
In fact, don't use DECL_CONTEXT at all here.
-1998-05-20 Martin von Loewis <loewis@informatik.hu-berlin.de>
+1998-05-20 Martin von Löwis <loewis@informatik.hu-berlin.de>
* decl.c (record_unknown_type): New function.
(init_decl_processing): Call it for the unknown and global type
@@ -4366,7 +4366,7 @@ Mon May 18 03:00:57 1998 Jason Merrill <jason@yorick.cygnus.com>
* class.c (instantiate_type): Don't abort on TREE_NONLOCAL_FLAG.
-Mon May 18 01:43:01 1998 Martin v. Loewis <loewis@informatik.hu-berlin.de>
+Mon May 18 01:43:01 1998 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* decl.c (lookup_name_real): Don't look at IDENTIFIER_LOCAL_VALUE
for a type unless it is one.
@@ -4380,7 +4380,7 @@ Mon May 18 01:24:08 1998 Jeffrey A Law (law@cygnus.com)
* Makefile.in (BISON): Use bison from the build tree if it exists.
(FLEX): Likewise.
-Sun May 17 14:52:08 1998 Martin v. Loewis <loewis@informatik.hu-berlin.de>
+Sun May 17 14:52:08 1998 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* typeck.c (type_unknown_p): Return true for TREE_LIST also.
@@ -4620,7 +4620,7 @@ Sat May 9 14:44:37 1998 Jason Merrill <jason@yorick.cygnus.com>
* decl.c (lookup_name_real): Use it.
* search.c (lookup_field): Likewise.
-Fri May 8 23:32:42 1998 Martin von Loewis <loewis@informatik.hu-berlin.de>
+Fri May 8 23:32:42 1998 Martin von Löwis <loewis@informatik.hu-berlin.de>
* cp-tree.def (OVERLOAD): New node.
* cp-tree.h (BINDING_TYPE, SET_IDENTIFIER_GLOBAL_VALUE,
@@ -5894,7 +5894,7 @@ Wed Feb 25 00:35:33 1998 Jason Merrill <jason@yorick.cygnus.com>
* decl.c (get_unique_name): Tweak from earlier in the name.
-Tue Feb 24 22:15:04 1998 Martin von Loewis <loewis@informatik.hu-berlin.de>
+Tue Feb 24 22:15:04 1998 Martin von Löwis <loewis@informatik.hu-berlin.de>
* cp-tree.def: Add CPLUS_BINDING node.
* cp-tree.h (tree_binding): New struct.
diff --git a/gcc/cp/ChangeLog-1999 b/gcc/cp/ChangeLog-1999
index 4b17345d166..86d1384e044 100644
--- a/gcc/cp/ChangeLog-1999
+++ b/gcc/cp/ChangeLog-1999
@@ -914,7 +914,7 @@ Wed Nov 10 12:43:21 1999 Philippe De Muyter <phdm@macqel.be>
* semantics.c (begin_new_placement): Remove.
(finish_new_placement): Likewise.
-1999-11-05 Martin v. Lwis <loewis@informatik.hu-berlin.de>
+1999-11-05 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* cp-tree.h (VAR_TEMPL_TYPE_OR_FUNCTION_DECL_CHECK): New macro.
(DECL_TEMPLATE_INFO): Use it.
@@ -1714,7 +1714,7 @@ Fri Sep 24 10:48:10 1999 Bernd Schmidt <bernds@cygnus.co.uk>
* typeck.c (mark_addressable): Addressed variables are implicitly
used.
-1999-09-23 Martin v. Lwis <loewis@informatik.hu-berlin.de>
+1999-09-23 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* cp-tree.h (VAR_OR_FUNCTION_DECL_CHECK): New macro.
(RECORD_OR_UNION_TYPE_CHECK, LANG_IDENTIFIER_CAST): Likewise.
@@ -1733,7 +1733,7 @@ Fri Sep 24 10:48:10 1999 Bernd Schmidt <bernds@cygnus.co.uk>
* decl.c (init_decl_processing): If -fshort-wchar, use 'short unsigned
int' for wchar_t.
-1999-09-23 Martin v. Lwis <loewis@informatik.hu-berlin.de>
+1999-09-23 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* ir.texi: Fix formatting errors and typos.
@@ -1769,7 +1769,7 @@ Fri Sep 24 10:48:10 1999 Bernd Schmidt <bernds@cygnus.co.uk>
* decl2.c (lang_decode_option): Adjust, in the wake of recent
changes to option processing.
-1999-09-21 Martin v. Lwis <loewis@informatik.hu-berlin.de>
+1999-09-21 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* typeck.c (get_member_function_from_ptrfunc): Allow extraction of
function pointer from pmfs with no object given.
@@ -1922,7 +1922,7 @@ Mon Sep 20 10:49:05 1999 Bernd Schmidt <bernds@cygnus.co.uk>
(cp_finish_decl): Adjust call to layout_var_decl.
* pt.c (tsubst_expr): Make sure to initialize stmt before using it.
-1999-09-18 Martin von Loewis <loewis@informatik.hu-berlin.de>
+1999-09-18 Martin von Löwis <loewis@informatik.hu-berlin.de>
* typeck.c (get_member_function_from_ptrfunc): Always consider
virtuality inside member pointer.
@@ -3751,11 +3751,11 @@ Mon Aug 23 22:17:20 1999 Mumit Khan <khan@xraylith.wisc.edu>
(build_functional_cast): Likewise.
* xref.c (GNU_xref_decl): Likewise.
-1999-08-10 Martin v. Loewis <martin@mira.isdn.cs.tu-berlin.de>
+1999-08-10 Martin v. Löwis <martin@mira.isdn.cs.tu-berlin.de>
* lex.c (do_identifier): Remove unnecessary lookup of class field.
-1999-08-09 Martin v. Loewis <martin@mira.isdn.cs.tu-berlin.de>
+1999-08-09 Martin v. Löwis <martin@mira.isdn.cs.tu-berlin.de>
* decl2.c (set_decl_namespace): Do not complain about non-matching
decls if processing a template.
@@ -4559,7 +4559,7 @@ Wed Jul 7 01:26:47 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
maybe_push_cache_obstack.
* search.c (push_class_decls): Likewise.
-1999-06-14 Martin von Lwis <loewis@informatik.hu-berlin.de>
+1999-06-14 Martin von Löwis <loewis@informatik.hu-berlin.de>
* pt.c (tsubst_friend_function): Push into namespace of friend
function before pushdecl'ing it.
@@ -4972,7 +4972,7 @@ Tue May 18 00:21:34 1999 Zack Weinberg <zack@rabi.phys.columbia.edu>
* pt.c (check_explicit_specialization): Improve error messages.
-1999-05-04 Martin von Lwis <loewis@informatik.hu-berlin.de>
+1999-05-04 Martin von Löwis <loewis@informatik.hu-berlin.de>
* typeck.c (string_conv_p): Use same_type_p to check whether we
try to convert between char and wchar_t.
@@ -4989,7 +4989,7 @@ Tue May 18 00:21:34 1999 Zack Weinberg <zack@rabi.phys.columbia.edu>
* typeck.c (build_const_cast): Tighten checks for legality.
-1999-05-02 Martin von Lwis <loewis@informatik.hu-berlin.de>
+1999-05-02 Martin von Löwis <loewis@informatik.hu-berlin.de>
* init.c (build_member_call): Lookup names coming from
namespace-scoped LOOKUP_EXPR.
@@ -4998,7 +4998,7 @@ Tue May 18 00:21:34 1999 Zack Weinberg <zack@rabi.phys.columbia.edu>
* gxxint.texi: Add documentation for 'I'.
-1999-05-02 Martin von Lwis <loewis@informatik.hu-berlin.de>
+1999-05-02 Martin von Löwis <loewis@informatik.hu-berlin.de>
* tinfo.cc (operator==): Qualify type_info with std::.
@@ -5391,7 +5391,7 @@ Wed Apr 28 11:42:22 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* typeck.c (build_unary_op): Handle taking the address of a unique
bound non-static member function.
-1999-04-13 Martin von Loewis <loewis@informatik.hu-berlin.de>
+1999-04-13 Martin von Löwis <loewis@informatik.hu-berlin.de>
* lang-options.h (-Wdeprecated): New flag.
* decl2.c (warn_deprecated): New flag.
@@ -5833,7 +5833,7 @@ Fri Mar 26 10:20:34 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
(GNU_xref_end_scope, GNU_xref_ref, GNU_xref_decl, GNU_xref_call,
gen_assign, GNU_xref_member): Const-ify a char*.
-1999-03-25 Martin von Lwis <loewis@informatik.hu-berlin.de>
+1999-03-25 Martin von Löwis <loewis@informatik.hu-berlin.de>
* gxxint.texi: Remove old discussion on copying virtual bases.
@@ -5866,7 +5866,7 @@ Fri Mar 26 10:20:34 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* lex.c (do_identifier): If we got error_mark_node, call
lookup_name again.
-1999-03-24 Martin von Lwis <loewis@informatik.hu-berlin.de>
+1999-03-24 Martin von Löwis <loewis@informatik.hu-berlin.de>
* class.c (finish_struct_1): Always reset TYPE_FIELDS for empty
classes.
@@ -5984,7 +5984,7 @@ Fri Mar 26 10:20:34 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* Make-lang.in: ($(INTL_TARGETS)): Depend on cp/parse.c.
($(srcdir)/cp/parse.c): Moved from ../Makefile.in.
-1999-03-17 Martin von Lwis <loewis@informatik.hu-berlin.de>
+1999-03-17 Martin von Löwis <loewis@informatik.hu-berlin.de>
* parse.y (named_complex_class_head_sans_basetype):
Do not push a scope for error_mark_node.
@@ -6064,7 +6064,7 @@ Mon Mar 15 21:57:16 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* sig.c (build_signature_table_constructor): Use cp_error.
-1999-03-13 Martin von Lwis <loewis@informatik.hu-berlin.de>
+1999-03-13 Martin von Löwis <loewis@informatik.hu-berlin.de>
* semantics.c (finish_switch_cond): Handle error cases gracefully.
Detected by g++.law/enum5.C.
@@ -6078,7 +6078,7 @@ Mon Mar 15 21:57:16 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* typeck2.c (process_init_constructor): Return error if one argument
is in error. Detected by g++.benjamin/13478.C.
-1999-03-12 Martin von Lwis <loewis@informatik.hu-berlin.de>
+1999-03-12 Martin von Löwis <loewis@informatik.hu-berlin.de>
* decl.c (select_decl): Allow class templates when we need types.
* decl2.c (ambiguous_decl): Likewise.
@@ -6217,7 +6217,7 @@ Mon Mar 15 21:57:16 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* decl2.c (import_export_class): Also return if
CLASSTYPE_INTERFACE_ONLY is set.
-1999-03-03 Martin von Lwis <loewis@informatik.hu-berlin.de>
+1999-03-03 Martin von Löwis <loewis@informatik.hu-berlin.de>
* decl.c (push_overloaded_decl): Only overwrite the old binding if
there was one.
@@ -6304,7 +6304,7 @@ Mon Mar 15 21:57:16 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* typeck.c (convert_for_assignment): Allow boolean integral constant
expressions to convert to null pointer.
-1999-02-24 Martin von Loewis <loewis@informatik.hu-berlin.de>
+1999-02-24 Martin von Löwis <loewis@informatik.hu-berlin.de>
* decl.c (lookup_namespace_name): Resolve namespace aliases.
@@ -6558,7 +6558,7 @@ Sun Jan 31 20:34:29 1999 Zack Weinberg <zack@rabi.columbia.edu>
expand_si_desc, expand_class_desc, expand_ptr_desc, expand_attr_desc,
expand_generic_desc): Likewise.
-1999-01-25 Martin von Lwis <loewis@informatik.hu-berlin.de>
+1999-01-25 Martin von Löwis <loewis@informatik.hu-berlin.de>
* tree.c (equal_functions): New function.
(ovl_member): Call it.
@@ -6567,7 +6567,7 @@ Sun Jan 31 20:34:29 1999 Zack Weinberg <zack@rabi.columbia.edu>
* cvt.c (cp_convert_to_pointer): Fix conversion of 0 to pmf.
-1999-01-25 Martin von Loewis <loewis@informatik.hu-berlin.de>
+1999-01-25 Martin von Löwis <loewis@informatik.hu-berlin.de>
* decl.c (decls_match): Return 1 if old and new are identical.
(push_overloaded_decl): Set OVL_USED when PUSH_USING.
diff --git a/gcc/cp/ChangeLog-2000 b/gcc/cp/ChangeLog-2000
index 4855669fd62..ff72fb68f66 100644
--- a/gcc/cp/ChangeLog-2000
+++ b/gcc/cp/ChangeLog-2000
@@ -2256,7 +2256,7 @@
* parse.y (member_init): Just pass in the type.
* init.c (expand_member_init): Handle getting a type.
-2000-07-04 Martin v. Lwis <loewis@informatik.hu-berlin.de>
+2000-07-04 Martin v. Löwis <loewis@informatik.hu-berlin.de>
Jason Merrill <jason@redhat.com>
* decl.c (finish_function): Warn if a function has no return
@@ -2602,7 +2602,7 @@
* decl.c (pushdecl): Don't set DECL_CONTEXT from current_namespace.
(push_namespace): Set DECL_CONTEXT for a new NAMESPACE_DECL.
-2000-06-24 Martin v. Lwis <loewis@informatik.hu-berlin.de>
+2000-06-24 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* parse.y (complex_direct_notype_declarator): Support global_scope.
* Makefile.in: Adjust conflict count.
@@ -3787,7 +3787,7 @@
* semantics.c (finish_member_declaration): Don't mark members of
classes declared in an extern "C" region as extern "C".
-2000-05-22 Martin v. Lwis <loewis@informatik.hu-berlin.de>
+2000-05-22 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* decl2.c (qualified_lookup_using_namespace): Look through
namespace aliases.
@@ -4241,7 +4241,7 @@
* ir.texi: Correct typo.
-2000-04-25 Martin v. Lwis <loewis@informatik.hu-berlin.de>
+2000-04-25 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* decl.c (grokdeclarator): Reject VLAs as members.
@@ -4540,7 +4540,7 @@
(interface_only): Don't declare.
(interface_unknown): Likewise.
-2000-04-11 Martin v. Lwis <loewis@informatik.hu-berlin.de>
+2000-04-11 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* tree.h (HAVE_TEMPLATES): Remove definition.
* lang-options.h (-fthis-is-variable): Remove documentation.
@@ -4595,7 +4595,7 @@
(__pointer_to_member_type_info::__do_catch): Remove.
(__pointer_to_member_type_info::__pointer_catch): Implement.
-2000-04-10 Martin v. Lwis <loewis@informatik.hu-berlin.de>
+2000-04-10 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* lex.c (init_parse): Remove traces of classof and headof.
* decl2.c (flag_operator_names): Default to 1.
@@ -5308,7 +5308,7 @@ Wed Apr 5 15:12:18 MET DST 2000 Jan Hubicka <jh@suse.cz>
* init.c (build_offset_ref): Handle the case of a templated member
function.
-2000-03-19 Martin v. Lwis <loewis@informatik.hu-berlin.de>
+2000-03-19 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* except.c (expand_exception_blocks): Clear catch_clauses_last.
@@ -5334,7 +5334,7 @@ Wed Apr 5 15:12:18 MET DST 2000 Jan Hubicka <jh@suse.cz>
(layout_class_type): Implement new ABI handling of bitfields
longer than their types.
-2000-03-18 Martin v. Lwis <loewis@informatik.hu-berlin.de>
+2000-03-18 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* parse.y (extdefs): Call ggc_collect.
* parse.c: Regenerated.
@@ -5785,7 +5785,7 @@ Wed Apr 5 15:12:18 MET DST 2000 Jan Hubicka <jh@suse.cz>
* init.c (construct_virtual_bases): Fix thinko.
* typeck.c (expand_ptrmemfunc_cst): Fix thinko.
-2000-03-01 Martin von Loewis <loewis@informatik.hu-berlin.de>
+2000-03-01 Martin von Löwis <loewis@informatik.hu-berlin.de>
* decl.c (current_function_decl): Move to toplev.c.
@@ -5944,7 +5944,7 @@ Wed Apr 5 15:12:18 MET DST 2000 Jan Hubicka <jh@suse.cz>
* decl.c (decls_match): Remove obsolete static member nadgering.
-2000-02-21 Martin v. Lwis <loewis@informatik.hu-berlin.de>
+2000-02-21 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* decl.c (grokdeclarator): Change ANSI to ISO.
* lex.c (consume_string, readescape, do_identifier): Likewise.
@@ -6088,7 +6088,7 @@ Wed Apr 5 15:12:18 MET DST 2000 Jan Hubicka <jh@suse.cz>
* decl.c (redeclaration_error_message): Allow redeclaration of
namespace-scope decls.
-2000-02-18 Martin von Loewis <loewis@informatik.hu-berlin.de>
+2000-02-18 Martin von Löwis <loewis@informatik.hu-berlin.de>
* typeck2.c (my_friendly_abort): Use GCCBUGURL.
@@ -6971,7 +6971,7 @@ Wed Apr 5 15:12:18 MET DST 2000 Jan Hubicka <jh@suse.cz>
* optimize.c (copy_body_r): Clear the operand three of a
TARGET_EXPR when copying it.
-2000-01-14 Martin v. Lwis <loewis@informatik.hu-berlin.de>
+2000-01-14 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* method.c (build_decl_overload_real): Check whether we are in ::
before returning __builtin_new/delete.
@@ -7268,7 +7268,7 @@ Wed Apr 5 15:12:18 MET DST 2000 Jan Hubicka <jh@suse.cz>
(fixup_vtable_deltas1): Likewise.
(finish_struct_1): Likewise.
-2000-01-01 Martin v. Lwis <loewis@informatik.hu-berlin.de>
+2000-01-01 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* call.c (build_new_method_call): Also check destructors.
diff --git a/gcc/cp/ChangeLog-2005 b/gcc/cp/ChangeLog-2005
index 02f0b9d846f..ca81e26c80d 100644
--- a/gcc/cp/ChangeLog-2005
+++ b/gcc/cp/ChangeLog-2005
@@ -113,7 +113,7 @@
* mangle.c (write_bare_function_type): Mangle return type for
methods of Java classes
-2005-12-08 Th�dore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
+2005-12-08 Théodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
* call.c (build_conditional_expr): Print types in error messages.
@@ -125,11 +125,11 @@
* cp-gimplify.c (gimplify_cp_loop): Use fold_build3.
-2005-12-07 Rafael �ila de Esp�dola <rafael.espindola@gmail.com>
+2005-12-07 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
* Make-lang.in (c++.all.build, c++.install-normal): Remove.
-2005-12-07 Rafael �ila de Esp�dola <rafael.espindola@gmail.com>
+2005-12-07 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
* Make-lang.in: Remove all dependencies on s-gtype.
diff --git a/gcc/cp/ChangeLog-2006 b/gcc/cp/ChangeLog-2006
index bbdfbc2aaa2..0481bc3adb4 100644
--- a/gcc/cp/ChangeLog-2006
+++ b/gcc/cp/ChangeLog-2006
@@ -458,7 +458,7 @@
* typeck.c (build_binary_op): Duplicate warning message
for better translation.
-2006-10-23 Rafael Avila de Espindola <rafael.espindola@gmail.com>
+2006-10-23 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
* decl.c (builtin_function_1): Move common code to
add_builtin_function.
@@ -2846,7 +2846,7 @@
* decl.c (grok_op_properties): Check for ellipsis in arguments of
operators.
-2006-02-20 Rafael vila de Espndola <rafael.espindola@gmail.com>
+2006-02-20 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
* Make-lang.in (C++): Remove.
(.PHONY): Remove C++.
@@ -3336,7 +3336,7 @@
(cp_parser_asm_definition): Call cgraph_add_asm_node rather than
assemble_asm.
-2006-01-16 Rafael �ila de Esp�dola <rafael.espindola@gmail.com>
+2006-01-16 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
* g++spec.c (lang_specific_spec_functions): Remove.