]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/src/c++11/random.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / src / c++11 / random.cc
2020-01-01  Jakub JelinekUpdate copyright years.
2019-12-12  François Dumontlibstdc++: Qualify isdigit call to fix versioned namesp...
2019-05-31  Jonathan WakelyFix random_device to work with COW strings again
2019-05-29  Jonathan WakelyPR libstdc++/85494 use rdseed and rand_s in std::random...
2019-01-01  Jakub JelinekUpdate copyright years.
2018-01-18  Uros Bizjakconfigure.ac (AC_CHECK_HEADERS): Add linux/types.h.
2018-01-03  Jakub JelinekUpdate copyright years.
2017-05-24  Jonathan WakelyUse CHAR_BIT instead of assuming 8 bits
2017-05-23  Xi RuoyaoPR libstdc++/67578 Implement non-trivial std::random_de...
2017-01-01  Jakub JelinekUpdate copyright years.
2016-01-04  Jakub JelinekUpdate copyright years.
2015-09-17  Gerald PfeiferInclude <cerrno> in src/c++11/random.cc
2015-09-17  Jonathan WakelyMake std::random_device retry after short reads
2015-09-11  Jonathan WakelyCheck read() result in std::random_device.
2015-01-05  Jakub JelinekUpdate copyright years.
2014-12-19  Jonathan WakelyNew std::string implementation.
2014-01-02  Richard SandifordUpdate copyright years in libstdc++-v3/
2013-07-24  Paolo Carlinirandom.h (random_device): Avoid using the FILE type.
2013-07-23  Paolo Carlinirandom: Add back <cstdio> include.
2013-07-22  Paolo Carlinire PR libstdc++/57920 ([c++11] Linux: std::random_devic...
2013-02-03  Richard SandifordUpdate copyright in libstdc++-v3.
2012-09-14  Jonathan WakelyCheck _GLIBCXX_USE_C99_STDINT_TR1 in random.cc
2012-09-09  Ulrich Drepperre PR bootstrap/54419 (Compiling libstdc++-v3/src/c...
2012-09-09  Ulrich Dreppercpuid.h: Define signature_*_e[bcd]x macros for matching...
2012-09-05  Ulrich Drepperrandom.cc (random_device::_M_init): Check whether cpuid...
2012-08-29  Ulrich Drepperrandom.h (random_device): Move implementation to...