aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Win32
Commit message (Expand)AuthorAgeFilesLines
...
* Fix bugs also fixed in Unix version, plus other general cleanup.Jeff Cohen2005-07-091-17/+61
* Ensure that functions like isDirectory don't fail if the file doesn'tReid Spencer2005-07-081-0/+6
* Stamp out tabsJeff Cohen2005-07-081-19/+18
* Make Win32 implementation conform to new paradigmJeff Cohen2005-07-082-50/+61
* Final Changes For PR495:Reid Spencer2005-07-081-12/+19
* Fix VC++ breakageJeff Cohen2005-07-083-13/+10
* Changes to mimic those in Unix/Path.inc in support of PR495. This hasn'tReid Spencer2005-07-071-155/+94
* For PR495:Reid Spencer2005-07-071-2/+8
* For PR495:Reid Spencer2005-07-071-6/+6
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-058-8/+0
* Remove trailing whitespaceMisha Brukman2005-04-211-3/+3
* Provide an implementation of the GetCurrentUserId and GetCurrentGroupIdReid Spencer2005-04-211-0/+10
* Eliminate tabsJeff Cohen2005-04-112-5/+5
* Fix silly mistake.Jeff Cohen2005-02-201-1/+1
* Implement standard I/O redirection in ExecuteAndWait().Jeff Cohen2005-02-201-7/+73
* Change __MINGW to __MINGW32__. Patch submitted by Henrik Bach.Jeff Cohen2005-02-194-4/+4
* Make PreventCoreFiles() do the right thing on Windows.Jeff Cohen2005-02-181-3/+6
* Arg list already has program name in it.Jeff Cohen2005-02-161-15/+2
* Fix some Path bugsJeff Cohen2005-01-271-11/+24
* Fix destroyDirectory bugJeff Cohen2005-01-221-5/+8
* Fix and improve win32 path validation.Jeff Cohen2005-01-141-10/+22
* Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the sillyReid Spencer2005-01-098-1644/+0
* Use size_t instead of long to represent memory usage. long is 32 bitsJeff Cohen2005-01-082-4/+4
* Add functions for determining if the stdin/out/err is connected to aJeff Cohen2005-01-012-0/+26
* Where do these tabs keep coming from???Jeff Cohen2004-12-312-2/+2
* Mostly cleanup, but also some bug fixes, for win32/Path.cppJeff Cohen2004-12-312-76/+162
* Get rid of those nasty tabs...Jeff Cohen2004-12-312-36/+36
* Bring win32/Path.cpp up to date with respect to Unix/Path.cppJeff Cohen2004-12-312-18/+208
* Fix MINGW compilation errorsJeff Cohen2004-12-302-4/+4
* For PR351:Reid Spencer2004-12-272-0/+18
* For PR351:Reid Spencer2004-12-271-27/+0
* mingw doesn't support the official debug API.Jeff Cohen2004-12-252-18/+56
* Eliminate use of ltdl.c when doing a VC++ build. Because libtool isn't used,Jeff Cohen2004-12-242-34/+144
* Resurrect this file.Reid Spencer2004-12-242-0/+106
* Remove these files as they are not being included any more. DynamicLibraryReid Spencer2004-12-242-106/+0
* Fix VC++ compilation errorJeff Cohen2004-12-242-4/+14
* Put CopyFile in the sys namespace.Reid Spencer2004-12-232-2/+2
* Patch to fix mingw compilation problem contributed by Henrik.Jeff Cohen2004-12-232-0/+10
* Keep up with lib/System changesJeff Cohen2004-12-204-62/+94
* For PR351:Reid Spencer2004-12-202-0/+86
* Fix win32 breakageJeff Cohen2004-12-182-0/+2
* Expository comment submitted by Henrik BachJeff Cohen2004-12-162-0/+6
* Change the signatures of the destroyFile and destroyDirectory methods toReid Spencer2004-12-152-4/+4
* Remove the CFE's lib directory from the bytecode path because LLVM shouldReid Spencer2004-12-152-14/+0
* Fix a file overwrite bug in llvm-ar introduced by changes toReid Spencer2004-12-152-4/+24
* Make Win32 TimeValue::toString() re-entrant and work with mingwJeff Cohen2004-12-152-10/+18
* Fix VC++ compilation errorsJeff Cohen2004-12-152-12/+2
* For PR351:Reid Spencer2004-12-152-2/+48
* Add the getMagicNumber method.Reid Spencer2004-12-142-0/+38
* Implement Win32 Path::getStatusInfo(), TimeValue::toString()Jeff Cohen2004-12-146-18/+100