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/input.output/iostream.format/input.streams/istream.unformatted
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
..
get.pass.cpp 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
get_chart.pass.cpp 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
get_pointer_size.pass.cpp license change 15 years ago
get_pointer_size_chart.pass.cpp license change 15 years ago
get_streambuf.pass.cpp license change 15 years ago
get_streambuf_chart.pass.cpp license change 15 years ago
getline_pointer_size.pass.cpp license change 15 years ago
getline_pointer_size_chart.pass.cpp license change 15 years ago
ignore.pass.cpp license change 15 years ago
peek.pass.cpp license change 15 years ago
putback.pass.cpp license change 15 years ago
read.pass.cpp 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
readsome.pass.cpp 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
seekg.pass.cpp license change 15 years ago
seekg_off.pass.cpp license change 15 years ago
sync.pass.cpp license change 15 years ago
tellg.pass.cpp license change 15 years ago
unget.pass.cpp license change 15 years ago