aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2019-12-03 09:51:49 +0000
committerJonathan Wakely <redi@gcc.gnu.org>2019-12-03 09:51:49 +0000
commit819fb019338d2c46fb8b8def7855a36b9b361109 (patch)
tree0213c5ebeb28aa6212d8da79234fafcd2203faf1 /libstdc++-v3
parent129bd066049f065e522990e63bb10ff92b3c018d (diff)
downloadgcc-819fb019338d2c46fb8b8def7855a36b9b361109.zip
gcc-819fb019338d2c46fb8b8def7855a36b9b361109.tar.gz
gcc-819fb019338d2c46fb8b8def7855a36b9b361109.tar.bz2
libstdc++: Fix copyright date on new test header
The slow_clock type was introduced to the testsuite in 2018 in the testsuite/30_threads/condition_variable/members/2.cc test, so the new header should have that date. * testsuite/util/slow_clock.h: Fix copyright date. From-SVN: r278926
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog6
-rw-r--r--libstdc++-v3/testsuite/util/slow_clock.h2
2 files changed, 6 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index b39855d..73250ee 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,7 @@
+2019-12-03 Jonathan Wakely <jwakely@redhat.com>
+
+ * testsuite/util/slow_clock.h: Fix copyright date.
+
2019-12-02 Mike Crowe <mac@mcrowe.com>
Fix try_lock_until and try_lock_shared_until on arbitrary clock
@@ -148,7 +152,7 @@
PR libstdc++/91997
* python/libstdcxx/v6/printers.py (find_type): Fail more gracefully
if we run out of base classes to look at.
- (llokup_templ_spec, lookup_node_type): New utilities to find node
+ (lookup_templ_spec, lookup_node_type): New utilities to find node
types for node-based containers.
(StdListPrinter.children, NodeIteratorPrinter.__init__)
(NodeIteratorPrinter.to_string, StdSlistPrinter.children)
diff --git a/libstdc++-v3/testsuite/util/slow_clock.h b/libstdc++-v3/testsuite/util/slow_clock.h
index b81754e..d1787d8 100644
--- a/libstdc++-v3/testsuite/util/slow_clock.h
+++ b/libstdc++-v3/testsuite/util/slow_clock.h
@@ -1,6 +1,6 @@
// -*- C++ -*-
-// Copyright (C) 2019 Free Software Foundation, Inc.
+// Copyright (C) 2018-2019 Free Software Foundation, Inc.
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as