[gcc(refs/users/marxin/heads/marxin-gcc-benchmark-branch)] libstdc++: Fix author in previous ChangeLog entry

Martin Liska marxin@gcc.gnu.org
Mon Mar 30 11:07:29 GMT 2020


https://gcc.gnu.org/g:9673d11ec53bda9ea7c437f5ce8fb93797f48ab9

commit 9673d11ec53bda9ea7c437f5ce8fb93797f48ab9
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Wed Mar 25 22:20:42 2020 +0000

    libstdc++: Fix author in previous ChangeLog entry
    
    The previous commit added two tests which were written by Mike Crowe,
    not by me. This fixes the ChangeLog entry.

Diff:
---
 libstdc++-v3/ChangeLog | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 11f7f02eb0b..039eb55939f 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,10 +1,12 @@
-2020-03-25  Jonathan Wakely  <jwakely@redhat.com>
+2020-03-25  Mike Crowe  <mac@mcrowe.com>
 
 	* testsuite/30_threads/shared_timed_mutex/try_lock_until/1.cc: New
 	test.
 	* testsuite/30_threads/shared_timed_mutex/try_lock_until/2.cc: New
 	test.
 
+2020-03-25  Jonathan Wakely  <jwakely@redhat.com>
+
 	* include/bits/fs_fwd.h (filesystem::__file_clock): Move to ...
 	* include/std/chrono (filesystem::__file_clock): Here.
 	(filesystem::__file_clock::from_sys, filesystem::__file_clock::to_sys):


More information about the Libstdc++-cvs mailing list