This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
llvm-project
Watch
0
Star
0
Fork
0
You've already forked llvm-project
mirror of
https://github.com/llvm/llvm-project.git
synced
2025-04-25 13:56:07 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-project
/
libcxx
/
test
/
numerics
History
Howard Hinnant
00d8c245b2
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.
...
llvm-svn: 138961
2011-09-01 21:02:45 +00:00
..
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.
2011-05-13 21:52:40 +00:00
cfenv
license change
2010-11-16 22:09:02 +00:00
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.
2011-09-01 21:02:45 +00:00
numarray
Fixed PR10574:
http://llvm.org/bugs/show_bug.cgi?id=10574
2011-08-12 21:56:02 +00:00
numeric.ops
license change
2010-11-16 22:09:02 +00:00
numeric.requirements
license change
2010-11-16 22:09:02 +00:00
numerics.general
license change
2010-11-16 22:09:02 +00:00
rand
Fixed PR10574:
http://llvm.org/bugs/show_bug.cgi?id=10574
2011-08-12 21:56:02 +00:00
nothing_to_do.pass.cpp
license change
2010-11-16 22:09:02 +00:00