aboutsummaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libcpp/ChangeLog.cxx')
-rw-r--r--libcpp/ChangeLog.cxx26
1 files changed, 26 insertions, 0 deletions
diff --git a/libcpp/ChangeLog.cxx b/libcpp/ChangeLog.cxx
new file mode 100644
index 00000000000..14aac13fafb
--- /dev/null
+++ b/libcpp/ChangeLog.cxx
@@ -0,0 +1,26 @@
+2009-01-30 Ian Lance Taylor <iant@google.com>
+
+ * include/symtab.h: Use extern "C" for C++.
+ * include/line-map.h: Likewise.
+ * include/internal.h: Likewise.
+
+2008-07-05 Tom Tromey <tromey@redhat.com>
+
+ * include/mkdeps.h: Use 'extern "C"'.
+
+2008-07-03 Tom Tromey <tromey@redhat.com>
+
+ * include/symtab.h (cpp_hash_table): Rename from hash_table.
+ * symtab.c, init.c, identifiers.c, internal.h: Update all users.
+
+2008-06-21 Tom Tromey <tromey@redhat.com>
+
+ * include/cpplib.h (enum cpp_builtin_type): Rename from
+ builtin_type.
+ (union _cpp_hashnode_value) <builtin>: Update.
+ * init.c (cpp_init_special_builtins): Update.
+
+Local Variables:
+mode: change-log
+change-log-default-name: "ChangeLog.cxx"
+End: