aboutsummaryrefslogtreecommitdiff
path: root/contrib/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2024-07-14 00:16:33 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2024-07-14 00:16:33 +0000
commit944e4251b67aeea1146256c2d37b8925b51fa441 (patch)
tree145d0d8eec4fec10327cb85f175a380ffeda54fb /contrib/ChangeLog
parent677ef11681ee25eae6c75c703c1d187308114e5e (diff)
downloadgcc-944e4251b67aeea1146256c2d37b8925b51fa441.zip
gcc-944e4251b67aeea1146256c2d37b8925b51fa441.tar.gz
gcc-944e4251b67aeea1146256c2d37b8925b51fa441.tar.bz2
Daily bump.
Diffstat (limited to 'contrib/ChangeLog')
-rw-r--r--contrib/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index 0ae2116..e713bf3 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,15 @@
+2024-07-13 Richard Sandiford <richard.sandiford@arm.com>
+
+ * check-MAINTAINERS.py (sort_by_surname): Replace with...
+ (get_surname): ...this.
+ (has_tab, is_empty): Delete.
+ (check_group): Take a list of column positions as argument.
+ Check that lines conform to these column numbers. Check that the
+ final column is an email in angle brackets. Record surnames on
+ the fly.
+ (top level): Reject tabs. Use paragraph counts to identify which
+ groups of lines should be checked. Report missing sections.
+
2024-06-05 Robin Dapp <rdapp@ventanamicro.com>
* check_GNU_style_lib.py: Use raw strings for regexps.