summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2010-10-18 10:37:05 +0000
committerbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2010-10-18 10:37:05 +0000
commita3b5e3a018b6a357e1a62399b891d9567a1ba99d (patch)
tree87b23889bb7dc08b6cb78d083585d1544072dc13 /gcc
parent38e26a05a3eb00ed2e0b33deee45af7ffd7a56c4 (diff)
downloadgcc-a3b5e3a018b6a357e1a62399b891d9567a1ba99d.tar.gz
Updated changelog tense.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165627 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 5dcff9cfd7e..74d2eef9089 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -18,7 +18,7 @@
2010-10-18 Basile Starynkevitch <basile@starynkevitch.net>
Jeremie Salvucci <jeremie.salvucci@free.fr>
- * gengtype.c (verbosity_level): Added variable.
+ * gengtype.c (verbosity_level): Add variable.
(set_gc_used): Count variables for verbosity.
(close_output_files): Backing up files, counting written ones
verbosily.
@@ -26,16 +26,16 @@
debug messages.
(write_enum_defn): Count structures for verbosity. Added debug
messages.
- (gengtype_long_options): Added "verbose" & "backupdir".
+ (gengtype_long_options): Add "verbose" & "backupdir".
(print_usage): Ditto.
(main): Verbose display of parsed files.
- * gengtype.h (verbosity_level): Added declaration.
+ * gengtype.h (verbosity_level): Add declaration.
2010-10-18 Basile Starynkevitch <basile@starynkevitch.net>
- * gengtype.c (parse_program_options): Added allocation of
- plugin_files, and corrected test on nb_plugin_files.
+ * gengtype.c (parse_program_options): Add allocation of
+ plugin_files, and correct test on nb_plugin_files.
2010-10-17 Nicola Pero <nicola.pero@meta-innovation.com>