hanchenye-llvm-project/libcxx
Saleem Abdulrasool 49a10e1c07 system_error: correct ELAST emulation on Windows
ELAST should point to the last valid error string value.  However,
`_sys_nerr` provides the number of elements in the errlist array.  Since
the index is 0-based, this is off-by-one.  Adjust it accordingly.

Thanks to David Majnemer for catching this!

llvm-svn: 291336
2017-01-07 05:13:32 +00:00
..
benchmarks improve performance of string::find 2016-12-30 18:01:36 +00:00
cmake PR31540: install libc++abi headers into include/c++/v1 in build area. 2017-01-05 02:55:10 +00:00
docs [libc++] Correct macro name in documenation 2017-01-07 02:45:35 +00:00
include provide Win32 native threading 2017-01-07 03:07:45 +00:00
lib [libc++] Cleanup and document <__threading_support> 2017-01-06 20:05:40 +00:00
src system_error: correct ELAST emulation on Windows 2017-01-07 05:13:32 +00:00
test [libcxx] [test] Strip trailing whitespace. NFC, no code review. 2017-01-07 01:12:15 +00:00
utils Fix creating __generated_config on Windows 2017-01-03 03:55:29 +00:00
www Implement P0505: 'Wording for GB 50' 2017-01-04 23:03:24 +00:00
.arcconfig
.clang-format clang-format: tweak configuration 2017-01-03 04:23:52 +00:00
.gitignore Implement N4606 optional 2016-10-12 07:46:20 +00:00
CMakeLists.txt Configure default ABI library as NONE on Windows 2017-01-06 23:59:52 +00:00
CREDITS.TXT
LICENSE.TXT Update year to 2017 2017-01-03 11:20:43 +00:00
NOTES.TXT Update doc and various cleanup 2016-12-23 20:00:13 +00:00
TODO.TXT Update doc and various cleanup 2016-12-23 20:00:13 +00:00