aboutsummaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r--libcpp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 816b5c4..816983c 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,13 @@
+2025-12-07 Jason Merrill <jason@redhat.com>
+
+ * include/cpplib.h (cpp_get_path, cpp_get_dir): Remove.
+ (_cpp_get_file_path, _cpp_get_file_name, _cpp_get_file_stat)
+ (_cpp_get_file_dir): Move prototypes from...
+ * internal.h: ...here.
+ * files.cc (_cpp_get_file_path): Rename from...
+ (cpp_get_path): ...this.
+ (cpp_get_dir): Remove.
+
2025-11-10 Jakub Jelinek <jakub@redhat.com>
* directives.cc: Implement CWG3053.