From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1984) id 7B2E43A1902D; Fri, 17 Jul 2020 14:08:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7B2E43A1902D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1594994928; bh=P62E5bRiYFU6NtuRiJqsMVBBBjpARVwpspG/v5gK0do=; h=From:To:Subject:Date:From; b=k7TODUp84SSuhkl4gJ+xET0t13roOjmI7cYQoCHWg1tMj/azwKqI440+nD5x3XpoR QOPX/qt7D3Gj5McYn886uUTFZQPKnMFXxLQAGypBSZP3xxMhvBo87k6jU6Sc7b5VAy TDDz9yJKJv+UueMke/tVmZu2ed84cOw3EimY5A1w= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Tamar Christina To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc(refs/vendors/ARM/heads/arm-perf-staging)] libstdc++: Fix author in previous ChangeLog entry X-Act-Checkin: gcc X-Git-Author: Jonathan Wakely X-Git-Refname: refs/vendors/ARM/heads/arm-perf-staging X-Git-Oldrev: e3ef371982a1a5deac31adbe0eb305d3ee70e094 X-Git-Newrev: 9673d11ec53bda9ea7c437f5ce8fb93797f48ab9 Message-Id: <20200717140848.7B2E43A1902D@sourceware.org> Date: Fri, 17 Jul 2020 14:08:48 +0000 (GMT) X-BeenThere: libstdc++-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libstdc++-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jul 2020 14:08:48 -0000 https://gcc.gnu.org/g:9673d11ec53bda9ea7c437f5ce8fb93797f48ab9 commit 9673d11ec53bda9ea7c437f5ce8fb93797f48ab9 Author: Jonathan Wakely 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 +2020-03-25 Mike Crowe * 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 + * 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):