summaryrefslogtreecommitdiff
path: root/gcc/d
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@gcc.gnu.org>2019-08-10 11:59:17 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2019-08-10 11:59:17 +0200
commitab20d992c828450ce4aa869e8995ef2924740fd0 (patch)
treeea9583c50cb1f8136d60635217dcde7e4e73a6f7 /gcc/d
parent740392538848e2c1b4535f3b6fc7e018930c0a64 (diff)
Assorted ChangeLog cleanups.
From-SVN: r274250
Diffstat (limited to 'gcc/d')
-rw-r--r--gcc/d/ChangeLog24
1 files changed, 12 insertions, 12 deletions
diff --git a/gcc/d/ChangeLog b/gcc/d/ChangeLog
index fb7b974d745..b2a94ea033a 100644
--- a/gcc/d/ChangeLog
+++ b/gcc/d/ChangeLog
@@ -40,18 +40,18 @@
2019-05-16 Martin Sebor <msebor@redhat.com>
- * d-builtins.cc (d_init_builtins): Quote keywords, operators,
- and types in diagnostics.
- * d-codegen.cc (get_array_length): Same. Replace can't with cannot.
- * d-convert.cc (convert_expr): Same.
- * d-frontend.cc (getTypeInfoType): Quote an option name in
- a diagnostic.
- * d-lang.cc (d_handle_option): Same.
- (d_parse_file): Same.
- * decl.cc: Remove a trailing period from a diagnostic.
- * expr.cc: Use a directive for an apostrophe.
- * toir.cc: Quote keywords, operators, and types in diagnostics.
- * typeinfo.cc (build_typeinfo): Quote an option name in a diagnostic.
+ * d-builtins.cc (d_init_builtins): Quote keywords, operators,
+ and types in diagnostics.
+ * d-codegen.cc (get_array_length): Same. Replace can't with cannot.
+ * d-convert.cc (convert_expr): Same.
+ * d-frontend.cc (getTypeInfoType): Quote an option name in
+ a diagnostic.
+ * d-lang.cc (d_handle_option): Same.
+ (d_parse_file): Same.
+ * decl.cc: Remove a trailing period from a diagnostic.
+ * expr.cc: Use a directive for an apostrophe.
+ * toir.cc: Quote keywords, operators, and types in diagnostics.
+ * typeinfo.cc (build_typeinfo): Quote an option name in a diagnostic.
2019-04-25 Johannes Pfau <johannespfau@gmail.com>