aboutsummaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-02-19 00:16:21 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-02-19 00:16:21 +0000
commitbf81237eccb1d5d2d8078b1d2c5a0b9cc0258d61 (patch)
tree927b329f3a46b74aab3bd85935e7c904647c4098 /libcpp/ChangeLog
parentd1efec57e279f5b0cd62073696cd351fce369bb7 (diff)
downloadgcc-bf81237eccb1d5d2d8078b1d2c5a0b9cc0258d61.zip
gcc-bf81237eccb1d5d2d8078b1d2c5a0b9cc0258d61.tar.gz
gcc-bf81237eccb1d5d2d8078b1d2c5a0b9cc0258d61.tar.bz2
Daily bump.
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r--libcpp/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 96ff3ca..c59b0a6 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,15 @@
+2021-02-18 Nathan Sidwell <nathan@acm.org>
+
+ PR c++/99023
+ * include/cpplib.h (cpp_find_header_unit): Rename to ...
+ (cpp_probe_header_unit): ... this.
+ * internal.h (_cp_find_header_unit): Declare.
+ * files.c (cpp_find_header_unit): Break apart to ..
+ (test_header_unit): ... this, and ...
+ (_cpp_find_header_unit): ... and, or and ...
+ (cpp_probe_header_unit): ... this.
+ * macro.c (cpp_get_token_1): Call _cpp_find_header_unit.
+
2021-02-16 Nathan Sidwell <nathan@acm.org>
* files.c (_cpp_stack_file): Make buffers end in unread \n.