Simplify memory management with std::unique_ptr.
[oota-llvm.git] / lib / Support / Errno.cpp
2014-12-04 Yaron KerenSilence warning: variable 'buffer' set but not used.
2013-09-02 Chandler CarruthFix some rather confusing indentation and control flow...
2013-07-26 Reid KlecknerRemove dead or useless header checks from cmake and...
2012-11-01 Michael J. Spencer[Support] Fix StrError on Windows to actually return...
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.