diff options
-rw-r--r-- | gcc/cp/ChangeLog | 11 | ||||
-rw-r--r-- | gcc/cp/ChangeLog.1 | 2 |
2 files changed, 9 insertions, 4 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index b8051cc..21ab0c9 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,8 @@ +2002-09-15 Kazu Hirata <kazu@cs.umass.edu> + + * ChangeLog: Follow spelling conventions. + * ChangeLog.1: Likewise. + 2002-09-14 Nathan Sidwell <nathan@codesourcery.com> PR c++/7768 @@ -1144,7 +1149,7 @@ (processing_these_inlines): Likewise. (token_obstack): Make static. (first_token): Likewise. - (init_spew): Don't initialise deleted things; use gengtype for roots. + (init_spew): Don't initialize deleted things; use gengtype for roots. (clear_inline_text_obstack): Delete. (feed_input): Use GC for struct feed. Update for changes to struct unparsed_text. @@ -4306,7 +4311,7 @@ Fri Sep 21 08:16:19 2001 J"orn Rennecke <amylaar@redhat.com> 2001-07-23 Graham Stott <grahams@redhat.com> - * cp/class.c (type_requires_array_cookie): Fix use of uninitialised + * cp/class.c (type_requires_array_cookie): Fix use of uninitialized variable has_two_argument_delete_p. 2001-07-21 Nathan Sidwell <nathan@codesourcery.com> @@ -7294,7 +7299,7 @@ Thu Nov 23 02:16:47 2000 J"orn Rennecke <amylaar@redhat.com> 2000-11-17 Nathan Sidwell <nathan@codesourcery.com> - * typeck2.c (incomplete_type_error): Reorganise to avoid + * typeck2.c (incomplete_type_error): Reorganize to avoid excessive diagnostics. 2000-11-16 Zack Weinberg <zack@wolery.stanford.edu> diff --git a/gcc/cp/ChangeLog.1 b/gcc/cp/ChangeLog.1 index 1ce8bd3..4b4afd3 100644 --- a/gcc/cp/ChangeLog.1 +++ b/gcc/cp/ChangeLog.1 @@ -5729,7 +5729,7 @@ Tue May 17 13:34:46 1994 Jason Merrill <jason@deneb.cygnus.com> Mon May 16 23:04:01 1994 Stephen R. van den Berg <berg@pool.informatik.rwth-aachen.de> * cp/typeck.c (common_type): Attribute merging. - (comp_types): Utilise COMP_TYPE_ATTRIBUTES macro. + (comp_types): Utilize COMP_TYPE_ATTRIBUTES macro. * cp/parse.y: Revamp attribute parsing. |