aboutsummaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
authorJan Hubicka <hubicka@ucw.cz>2014-09-22 21:43:02 +0200
committerJan Hubicka <hubicka@gcc.gnu.org>2014-09-22 19:43:02 +0000
commitd87fc699839f068bc14ea189bc2aba4afc986a9c (patch)
tree4074fda1286150a47a6347d1bca396e0db171454 /libcpp/ChangeLog
parent46842bfe9c5fb7f609917cad8d3ec8cc5ff30bea (diff)
downloadgcc-d87fc699839f068bc14ea189bc2aba4afc986a9c.tar.gz
gcc-d87fc699839f068bc14ea189bc2aba4afc986a9c.tar.bz2
gcc-d87fc699839f068bc14ea189bc2aba4afc986a9c.zip
charset.c (conversion): Rename to ...
* charset.c (conversion): Rename to ... (cpp_conversion): ... this one; update. * files.c (file_hash_entry): Rename to ... (cpp_file_hash_entry): ... this one ; update. From-SVN: r215482
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r--libcpp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 77713476d4c..a1c117a02bf 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,10 @@
+2014-09-17 Jan Hubicka <hubicka@ucw.cz>
+
+ * charset.c (conversion): Rename to ...
+ (cpp_conversion): ... this one; update.
+ * files.c (file_hash_entry): Rename to ...
+ (cpp_file_hash_entry): ... this one ; update.
+
2014-09-17 Marek Polacek <polacek@redhat.com>
PR c/61854