aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Win32
AgeCommit message (Expand)Author
2005-07-08Make Win32 implementation conform to new paradigmJeff Cohen
2005-07-08Final Changes For PR495:Reid Spencer
2005-07-08Fix VC++ breakageJeff Cohen
2005-07-07Changes to mimic those in Unix/Path.inc in support of PR495. This hasn'tReid Spencer
2005-07-07For PR495:Reid Spencer
2005-07-07For PR495:Reid Spencer
2005-05-05Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2005-04-21Provide an implementation of the GetCurrentUserId and GetCurrentGroupIdReid Spencer
2005-04-11Eliminate tabsJeff Cohen
2005-02-20Fix silly mistake.Jeff Cohen
2005-02-20Implement standard I/O redirection in ExecuteAndWait().Jeff Cohen
2005-02-19Change __MINGW to __MINGW32__. Patch submitted by Henrik Bach.Jeff Cohen
2005-02-18Make PreventCoreFiles() do the right thing on Windows.Jeff Cohen
2005-02-16Arg list already has program name in it.Jeff Cohen
2005-01-27Fix some Path bugsJeff Cohen
2005-01-22Fix destroyDirectory bugJeff Cohen
2005-01-14Fix and improve win32 path validation.Jeff Cohen
2005-01-09Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the sillyReid Spencer
2005-01-08Use size_t instead of long to represent memory usage. long is 32 bitsJeff Cohen
2005-01-01Add functions for determining if the stdin/out/err is connected to aJeff Cohen
2004-12-31Where do these tabs keep coming from???Jeff Cohen
2004-12-31Mostly cleanup, but also some bug fixes, for win32/Path.cppJeff Cohen
2004-12-31Get rid of those nasty tabs...Jeff Cohen
2004-12-31Bring win32/Path.cpp up to date with respect to Unix/Path.cppJeff Cohen
2004-12-30Fix MINGW compilation errorsJeff Cohen
2004-12-27For PR351:Reid Spencer
2004-12-27For PR351:Reid Spencer
2004-12-25mingw doesn't support the official debug API.Jeff Cohen
2004-12-24Eliminate use of ltdl.c when doing a VC++ build. Because libtool isn't used,Jeff Cohen
2004-12-24Resurrect this file.Reid Spencer
2004-12-24Remove these files as they are not being included any more. DynamicLibraryReid Spencer
2004-12-24Fix VC++ compilation errorJeff Cohen
2004-12-23Put CopyFile in the sys namespace.Reid Spencer
2004-12-23Patch to fix mingw compilation problem contributed by Henrik.Jeff Cohen
2004-12-20Keep up with lib/System changesJeff Cohen
2004-12-20For PR351:Reid Spencer
2004-12-18Fix win32 breakageJeff Cohen
2004-12-16Expository comment submitted by Henrik BachJeff Cohen
2004-12-15Change the signatures of the destroyFile and destroyDirectory methods toReid Spencer
2004-12-15Remove the CFE's lib directory from the bytecode path because LLVM shouldReid Spencer
2004-12-15Fix a file overwrite bug in llvm-ar introduced by changes toReid Spencer
2004-12-15Make Win32 TimeValue::toString() re-entrant and work with mingwJeff Cohen
2004-12-15Fix VC++ compilation errorsJeff Cohen
2004-12-15For PR351:Reid Spencer
2004-12-14Add the getMagicNumber method.Reid Spencer
2004-12-14Implement Win32 Path::getStatusInfo(), TimeValue::toString()Jeff Cohen
2004-12-14For PR351:Reid Spencer
2004-12-13For PR351:Reid Spencer
2004-12-13Genericize implementation of GetDLLSuffix now that we have LTDL_SHLIB_EXTReid Spencer