aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/tr1
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright years.Jakub Jelinek62-62/+62
2018-11-18PR libstdc++/83566 - cyl_bessel_j returns wrong result for x>1000Michele Pezzutti1-11/+42
2018-08-16Fix warning with -Wsign-compare -Wsystem-headersJonathan Wakely1-1/+1
2018-05-10PR libstdc++/83140 - assoc_legendre returns negated value when m is oddEdward Smith-Rowland1-14/+15
2018-05-07Rollback bad commits! Sorry!Edward Smith-Rowland1-35/+9
2018-05-07Revert 20001.Edward Smith-Rowland2-24/+49
2018-05-07Moar PR libstdc++/80506Edward Smith-Rowland1-14/+15
2018-05-03PR libstdc++/82644 define TR1 hypergeometric functions in strict modesJonathan Wakely1-43/+73
2018-01-03Update copyright years.Jakub Jelinek62-62/+62
2017-12-01Use value-init syntax in std::__detail::__airyJonathan Wakely1-2/+2
2017-11-19PR libstdc++/pr66689 - comp_ellint_3 and ellint_3 return garbage valuesEdward Smith-Rowland1-4/+4
2017-11-18specfun.h: Expose airy_ai and airy_bi.Edward Smith-Rowland1-1/+12
2017-07-23re PR libstdc++/81064 (Inline namespace regression)François Dumont28-145/+109
2017-07-19new (bad_array_new_length): Remove redundant semicolon after in-class member ...Volker Reichelt1-1/+1
2017-04-20PR libstdc++/68397 std::tr1::expint fails ... long double arguments.Edward Smith-Rowland1-3/+3
2017-01-26PR libstdc++/70607 revert recent changes to <tr1/complex>Jonathan Wakely1-1/+11
2017-01-25PR libstdc++/70607 make proj(T) and conj(T) return complex<T>Jonathan Wakely1-11/+1
2017-01-01Update copyright years.Jakub Jelinek62-62/+62
2016-11-21Don't define libstdc++-internal macros in Solaris 10+ <math.h>Rainer Orth1-36/+36
2016-11-15PR 59406 note that FNV hash functions are incorrectJonathan Wakely1-0/+4
2016-08-03Enable Mathematical Special Functions for C++17Jonathan Wakely13-27/+27
2016-06-20re PR libstdc++/71181 (Reserving in unordered_map doesn't reserve enough)François Dumont1-13/+8
2016-02-23libstdc++/69893 make <tr1/cmath> work with C++11Jonathan Wakely2-71/+128
2016-01-14Implement TR29124 C++ special Math Functions.Edward Smith-Rowland13-61/+282
2016-01-04Update copyright years.Jakub Jelinek62-62/+62
2015-11-24Handle C++11 <math.h> overloads on Solaris 12Rainer Orth1-0/+72
2015-11-13More fine-grained autoconf checks for C99 libraryJennifer Yao4-5/+5
2015-06-12Use atomics in guard.cc.Ramana Radhakrishnan1-4/+2
2015-01-05Update copyright years.Jakub Jelinek62-62/+62
2014-12-12re PR libstdc++/64276 (would be better to use __cpp_exceptions rather than __...Jonathan Wakely2-7/+7
2014-12-01re PR libstdc++/63840 (std::function copy constructor deletes an uninitialize...Jonathan Wakely1-2/+2
2014-06-09beta_function.tcc: Fix spelling of include guard in comment.Jonathan Wakely1-1/+1
2014-04-25re PR libstdc++/60958 (Initialization of arrays in tr1/regex ill-formed or wi...Jonathan Wakely1-2/+2
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford62-62/+62
2013-08-01re PR c++/54537 (undiagnosed using-declaration conflicting with used function)Fabien Chêne1-7/+12
2013-06-13modified_bessel_func.tcc (__gnu_cxx::__airy_ai(), [...]): Remove.Paolo Carlini1-47/+0
2013-06-13re PR libstdc++/56430 (In __airy: return-statement with a value, in function ...Ed Smith-Rowland1-8/+54
2013-02-20user.cfg.in: Set __cplusplus to 201103L.Benjamin Kosnik2-6/+6
2013-02-09bessel_function.tcc (__cyl_bessel_ij_series): Code simplification.François Dumont1-8/+2
2013-02-08re PR libstdc++/56216 (TR1 bessel functions bomb at x == 0!)Edward Smith-Rowland11-131/+110
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford62-86/+62
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek27-27/+33
2012-11-14re PR libstdc++/55320 (Invalid delete with throwing copy-c'tor passed to std:...Jonathan Wakely1-3/+2
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill3-15/+15
2012-11-07array (_GLIBCXX_THROW_OR_ABORT): Move...Paolo Carlini2-18/+4
2012-03-14Remove obsolete Solaris 8 supportRainer Orth1-3/+3
2012-02-13PR libstdc++/51798 continuedRichard Henderson1-3/+1
2012-02-10PR libstdc++/51798 continued.Benjamin Kosnik1-4/+6
2011-12-04type_traits: Doxygen improvements.Jonathan Wakely1-5/+4
2011-11-22functional (is_placeholder, [...]): Add partial specializations for cv-qualif...Jonathan Wakely1-6/+170