summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-01-14 00:16:24 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-01-14 00:16:24 +0000
commitbe0851b8e934dfe95881f97dcf98518f92e7508c (patch)
treee1a8b2b2e258ae5c8964742794e09733132f1f2a /contrib
parente40fdcc4f423dd1c3543979ddb8f33bf01dac5e4 (diff)
downloadgcc-be0851b8e934dfe95881f97dcf98518f92e7508c.tar.gz
Daily bump.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index 27cfeca1871..023b2b0d472 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,24 @@
+2021-01-13 Martin Liska <mliska@suse.cz>
+
+ * gcc-changelog/git_commit.py: Support wrapping of functions
+ in parentheses that can take multiple lines.
+ * gcc-changelog/test_email.py: Add tests for it.
+ * gcc-changelog/test_patches.txt: Add 2 patches.
+
+2021-01-13 Martin Liska <mliska@suse.cz>
+
+ * mklog.py: Parse also define_insn_and_split and similar
+ directives in .md files.
+ * test_mklog.py: Test.
+
+2021-01-13 Martin Liska <mliska@suse.cz>
+
+ * gcc-changelog/git_commit.py: Allow modifications of older
+ ChangeLog (or specific) files without need to make a ChangeLog
+ entry.
+ * gcc-changelog/test_email.py: Test it.
+ * gcc-changelog/test_patches.txt: Add new patch.
+
2021-01-11 Martin Liska <mliska@suse.cz>
* update-copyright.py: Port to python3 by guessing encoding