diff options
author | Basile Starynkevitch <bstarynk@gcc.gnu.org> | 2010-10-18 10:37:05 +0000 |
---|---|---|
committer | Basile Starynkevitch <bstarynk@gcc.gnu.org> | 2010-10-18 10:37:05 +0000 |
commit | c68015cdba5bdbea25a16f61561438e490af6a8b (patch) | |
tree | 87b23889bb7dc08b6cb78d083585d1544072dc13 | |
parent | adcf6b325095112c75af4dbb69628605dcaf2e32 (diff) | |
download | gcc-c68015cdba5bdbea25a16f61561438e490af6a8b.zip gcc-c68015cdba5bdbea25a16f61561438e490af6a8b.tar.gz gcc-c68015cdba5bdbea25a16f61561438e490af6a8b.tar.bz2 |
Updated changelog tense.
From-SVN: r165627
-rw-r--r-- | gcc/ChangeLog | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5dcff9c..74d2eef 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> |