diff options
-rw-r--r-- | contrib/ChangeLog | 19 | ||||
-rw-r--r-- | libgomp/ChangeLog | 4 |
2 files changed, 23 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index e49bbe3..403a095 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,5 +1,10 @@ 2023-09-07 Tobias Burnus <tobias@codesourcery.com> + * gcc-changelog/git_commit.py (GitCommit.__init__, + to_changelog_entries): Fix lost wording fix. + +2023-09-07 Tobias Burnus <tobias@codesourcery.com> + * gcc-changelog/git_commit.py (GitCommit.__init__): Handle commit_to_info_hook = None; otherwise, if None, regard it as error. @@ -11,6 +16,20 @@ 2023-09-07 Tobias Burnus <tobias@codesourcery.com> + Revert: + 2023-09-07 Tobias Burnus <tobias@codesourcery.com> + + * gcc-changelog/git_commit.py (GitCommit.__init__): + Handle commit_to_info_hook = None; otherwise, if None, + regard it as error. + (to_changelog_entries): Handle commit_to_info_hook = None; + if info is None, create a warning for it. + * gcc-changelog/git_email.py (GitEmail.__init__): + call super() with commit_to_info_hook=None instead + of a lamda function. + +2023-09-07 Tobias Burnus <tobias@codesourcery.com> + * gcc-changelog/git_commit.py (GitCommit.__init__): Handle commit_to_info_hook = None; otherwise, if None, regard it as error. diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index dbd5e4f..fb96155 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -5,6 +5,10 @@ omp_get_default_allocator. (OMP_ALLOCATOR): Fix ICV var name; add see-also references. +2023-09-07 Tobias Burnus <tobias@codesourcery.com> + + * target.c (gomp_unload_device): Remove tailing whitespace. + 2023-09-04 Tobias Burnus <tobias@codesourcery.com> Thomas Schwinge <thomas@codesourcery.com> |