aboutsummaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r--libcpp/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 9236b44..a2db376 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,16 @@
+2022-11-21 Lewis Hyatt <lhyatt@gmail.com>
+
+ * directives.cc (do_pragma): Fix memory leak in token buffer. Fix
+ unwanted paste between two tokens.
+
+2022-11-21 Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>
+
+ * files.cc: Ensure pattern matches before use.
+
+2022-11-21 Martin Liska <mliska@suse.cz>
+
+ * config.in: Re-configure.
+
2022-11-19 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
PR preprocessor/107691