aboutsummaryrefslogtreecommitdiff
path: root/lib/System
AgeCommit message (Expand)Author
2005-01-27Fix some Path bugsJeff Cohen
2005-01-22Fix destroyDirectory bugJeff Cohen
2005-01-16Fix bugpointChris Lattner
2005-01-14We don't distribute the operating system specific directories any more.Reid Spencer
2005-01-14Fix and improve win32 path validation.Jeff Cohen
2005-01-14Make asctime_r work for HP/UX.Reid Spencer
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-02Correct the case of a #include directory name, just in case.Reid Spencer
2005-01-01Add functions for determining if the stdin/out/err is connected to aJeff Cohen
2005-01-01Add functions for determining if the stdin/out/err is connected to aReid Spencer
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-31Fix a compilation error for the case where mallinfo() is not available.Reid Spencer
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-27For PR351:Reid Spencer
2004-12-27For PR351:Reid Spencer
2004-12-27For PR351:Reid Spencer
2004-12-27For PR351:Reid Spencer
2004-12-27For PR351:Reid Spencer
2004-12-27For PR351:Reid Spencer
2004-12-27For PR351:Reid Spencer
2004-12-27For PR351:Reid Spencer
2004-12-27For PR351:Reid Spencer
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-24Get VC++ building againJeff Cohen
2004-12-24Eliminate use of ltdl.c when doing a VC++ build. Because libtool isn't used,Jeff Cohen
2004-12-24For PR351:Reid Spencer
2004-12-24For PR351:Reid Spencer
2004-12-24For PR351:Reid Spencer
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-21Put the CopyFile function explicitly in the sys namespace.Reid Spencer
2004-12-20Cygwin doesn't like .. through a link, so drop the ..Reid Spencer
2004-12-20Implement GetTimeUsage correctly.Reid Spencer
2004-12-20Provide a getrusage based implementation of GetTotalMemoryUsage and useReid Spencer
2004-12-20Consistently use the same #if style. Also, fix a bug testing for sbrk(3)Reid Spencer
2004-12-20Keep up with lib/System changesJeff Cohen
2004-12-20For PR351:Reid Spencer
2004-12-20For PR351:Reid Spencer
2004-12-20* Use "" for LLVM include files, not <>Misha Brukman