llvm-6502/lib/System/Win32
Reid Spencer 07f9f4e2a4 Fix a file overwrite bug in llvm-ar introduced by changes to
createTemporaryFile semantics where it doesn't create a fully unique name
if the basename doesn't exist. This functionality is now optionally
provided by the boolean reuse_current parameter to createTemporaryFile and
makeUnique. The default values differ because of the way these functions
are used in LLVM.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18961 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-15 08:32:45 +00:00
..
DynamicLibrary.cpp Fix residual Visual Studio build problems 2004-12-09 05:51:11 +00:00
DynamicLibrary.inc Fix residual Visual Studio build problems 2004-12-09 05:51:11 +00:00
MappedFile.cpp Fix recent breakage of win32 build 2004-12-13 06:26:35 +00:00
MappedFile.inc Fix recent breakage of win32 build 2004-12-13 06:26:35 +00:00
Memory.cpp Remove useless #include. 2004-11-16 07:00:23 +00:00
Memory.inc Remove useless #include. 2004-11-16 07:00:23 +00:00
Path.cpp Fix a file overwrite bug in llvm-ar introduced by changes to 2004-12-15 08:32:45 +00:00
Path.inc Fix a file overwrite bug in llvm-ar introduced by changes to 2004-12-15 08:32:45 +00:00
Process.cpp Remove useless #include. 2004-11-16 07:00:23 +00:00
Process.inc Remove useless #include. 2004-11-16 07:00:23 +00:00
Program.cpp Implement Win32 Path::getStatusInfo(), TimeValue::toString() 2004-12-14 05:26:43 +00:00
Program.inc Implement Win32 Path::getStatusInfo(), TimeValue::toString() 2004-12-14 05:26:43 +00:00
Signals.cpp Simplify code. 2004-11-16 06:59:53 +00:00
Signals.inc Simplify code. 2004-11-16 06:59:53 +00:00
SysConfig.cpp Remove useless #include. 2004-11-16 07:00:23 +00:00
TimeValue.cpp Make Win32 TimeValue::toString() re-entrant and work with mingw 2004-12-15 04:28:44 +00:00
TimeValue.inc Make Win32 TimeValue::toString() re-entrant and work with mingw 2004-12-15 04:28:44 +00:00
Win32.h Provide the ThrowErrno utility. 2004-11-15 17:21:57 +00:00