Replace the use of strncpy() and sprintf() with std::string and LLVM streams.
[oota-llvm.git] / lib / Support / Errno.cpp
2012-09-28 Dmitri GribenkoReplace the use of strncpy() and sprintf() with std...
2012-06-24 NAKAMURA Takumillvm/lib/Support/Errno.cpp: [Win32] Fix usage of strerr...
2011-02-09 NAKAMURA Takumilib/Support/Errno.cpp: Check strerror_s() with HAVE_DEC...
2010-11-29 Michael J. SpencerMerge System into Support.