You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/numerics
Howard Hinnant 92a836c03d Reimplemented much of <istream> such that single character extractions do not check to see if this is the last character in the stream and thus never set eofbit. This fixes http://llvm.org/bugs/show_bug.cgi?id=10817 . This fix requires a recompiled libc++.dylib to be fully implemented. The recompiled libc++.dylib is ABI compatible with that shipped on Lion.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@138961 91177308-0d34-0410-b5e6-96231b3b80d8
14 years ago
..
c.math http://llvm.org/bugs/show_bug.cgi?id=9854. Also created an emulated hexfloat literal for use in some of the tests. <sigh> And cleaned up some harmless but irritating warnings in the tests. 15 years ago
cfenv license change 15 years ago
complex.number Reimplemented much of <istream> such that single character extractions do not check to see if this is the last character in the stream and thus never set eofbit. This fixes http://llvm.org/bugs/show_bug.cgi?id=10817 . This fix requires a recompiled libc++.dylib to be fully implemented. The recompiled libc++.dylib is ABI compatible with that shipped on Lion. 14 years ago
numarray Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574 14 years ago
numeric.ops license change 15 years ago
numeric.requirements license change 15 years ago
numerics.general license change 15 years ago
rand Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574 14 years ago
nothing_to_do.pass.cpp license change 15 years ago