Add functions for determining if the stdin/out/err is connected to a
[oota-llvm.git] / lib / System / Win32 /
2004-12-31 Jeff CohenWhere do these tabs keep coming from???
2004-12-31 Jeff CohenMostly cleanup, but also some bug fixes, for win32...
2004-12-31 Jeff CohenGet rid of those nasty tabs...
2004-12-31 Jeff CohenBring win32/Path.cpp up to date with respect to Unix...
2004-12-30 Jeff CohenFix MINGW compilation errors
2004-12-27 Reid SpencerFor PR351:
2004-12-27 Reid SpencerFor PR351:
2004-12-25 Jeff Cohenmingw doesn't support the official debug API.
2004-12-24 Jeff CohenEliminate use of ltdl.c when doing a VC++ build. Becau...
2004-12-24 Reid SpencerResurrect this file.
2004-12-24 Reid SpencerRemove these files as they are not being included any...
2004-12-24 Jeff CohenFix VC++ compilation error
2004-12-23 Reid SpencerPut CopyFile in the sys namespace.
2004-12-23 Jeff CohenPatch to fix mingw compilation problem contributed...
2004-12-20 Jeff CohenKeep up with lib/System changes
2004-12-20 Reid SpencerFor PR351:
2004-12-18 Jeff CohenFix win32 breakage
2004-12-16 Jeff CohenExpository comment submitted by Henrik Bach
2004-12-15 Reid SpencerChange the signatures of the destroyFile and destroyDir...
2004-12-15 Reid SpencerRemove the CFE's lib directory from the bytecode path...
2004-12-15 Reid SpencerFix a file overwrite bug in llvm-ar introduced by chang...
2004-12-15 Jeff CohenMake Win32 TimeValue::toString() re-entrant and work...
2004-12-15 Jeff CohenFix VC++ compilation errors
2004-12-15 Reid SpencerFor PR351:
2004-12-14 Reid SpencerAdd the getMagicNumber method.
2004-12-14 Jeff CohenImplement Win32 Path::getStatusInfo(), TimeValue::toStr...
2004-12-14 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerGenericize implementation of GetDLLSuffix now that...
2004-12-13 Reid SpencerFix a bug where "." or any single character file name...
2004-12-13 Reid Spencer* Add a std::ostream inserter for sys::Path
2004-12-13 Jeff CohenFix recent breakage of win32 build
2004-12-13 Reid SpencerImplement new functions per new interface
2004-12-11 Reid SpencerRename Path::get -> Path::toString
2004-12-09 Jeff CohenFix residual Visual Studio build problems
2004-11-29 Reid SpencerImplement the default constructor which causes the...
2004-11-20 Reid SpencerCast the void* handle data member to HMODULE* to keep...
2004-11-18 Reid SpencerDynamic Library abstraction. This makes the abstraction...
2004-11-16 Misha BrukmanErase non-applicable Unix comment, this is Win32
2004-11-16 Reid SpencerRemove useless #include.
2004-11-16 Reid SpencerSimplify code.
2004-11-16 Reid SpencerPer code review:
2004-11-15 Reid SpencerProvide the ThrowErrno utility.
2004-11-15 Reid SpencerAdjust implementation to match new interface.
2004-11-15 Reid SpencerActually get the #include correct so it compiles ...
2004-11-09 Reid SpencerFix isBytecodeFile to correctly recognized compressed...
2004-11-05 Reid SpencerStop propagating method names that violate the coding...
2004-10-14 Reid SpencerUse __MINGW instead of __MING. Patch contributed by...
2004-10-14 Reid SpencerImplementation of MappedFile for Win32. Patch provided...
2004-10-04 Reid SpencerFirst version of the MappedFile abstraction for operati...
2004-09-30 Misha BrukmanThat should actually be __MING, not __MINGW.
2004-09-30 Misha BrukmanCheck for __MINGW define instead of __MINGW_H, patch...
2004-09-29 Reid SpencerImprove validity checking of windows path names and...
2004-09-28 Reid SpencerUse llvm::sys::Path to destroy the file.
2004-09-28 Reid SpencerWin32 implementation of TimeValue::now().
2004-09-25 Reid SpencerAdded stub implementations of TimeValue concept for...
2004-09-23 Reid SpencerPatch for MINGW. Patch provided by Henrik Bach.
2004-09-19 Reid SpencerMinor correction to Signals implementation.
2004-09-18 Reid SpencerPorting of Unix implementation to Win32.
2004-09-17 Reid SpencerMake sure critical sections are entered before trying...
2004-09-16 Reid SpencerImplement the signals interface for Win32.
2004-09-15 Reid SpencerPatches to make this file actually compile under windows.
2004-09-15 Reid SpencerInitial version of the SysConfig abstraction for Win32.
2004-09-15 Reid SpencerFirst version of a common header file for Win32 impleme...
2004-09-15 Reid SpencerInitial implementation of the Process abstraction for...
2004-09-13 Reid SpencerSimplify the sys::Memory interface per Chris' request.
2004-09-11 Reid SpencerProvide initial implementations of Memory and Process...
2004-08-29 Reid SpencerInitial platform independent implementation of operatin...
2004-08-29 Reid SpencerInitial commit of an platform-indepdendent implementati...