aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System
Commit message (Expand)AuthorAgeFilesLines
...
* Fix the llvm bootstrapChris Lattner2005-02-131-2/+2
* If errno is zero strerror_r does not modify the buffer, leaving it unterminated.Chris Lattner2005-02-132-2/+6
* Fix some Path bugsJeff Cohen2005-01-271-11/+24
* Fix destroyDirectory bugJeff Cohen2005-01-221-5/+8
* Fix bugpointChris Lattner2005-01-161-2/+1
* We don't distribute the operating system specific directories any more.Reid Spencer2005-01-141-1/+1
* Fix and improve win32 path validation.Jeff Cohen2005-01-141-10/+22
* Make asctime_r work for HP/UX.Reid Spencer2005-01-141-0/+4
* Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the sillyReid Spencer2005-01-0923-3227/+15
* Use size_t instead of long to represent memory usage. long is 32 bitsJeff Cohen2005-01-084-8/+8
* Correct the case of a #include directory name, just in case.Reid Spencer2005-01-021-1/+1
* Add functions for determining if the stdin/out/err is connected to aJeff Cohen2005-01-012-0/+26
* Add functions for determining if the stdin/out/err is connected to aReid Spencer2005-01-012-0/+48
* 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
* Fix a compilation error for the case where mallinfo() is not available.Reid Spencer2004-12-312-2/+2
* 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-271-4/+58
* For PR351:Reid Spencer2004-12-272-8/+0
* For PR351:Reid Spencer2004-12-274-0/+42
* For PR351:Reid Spencer2004-12-272-2/+50
* For PR351:Reid Spencer2004-12-272-0/+100
* For PR351:Reid Spencer2004-12-276-12/+40
* For PR351:Reid Spencer2004-12-278-192/+8
* For PR351:Reid Spencer2004-12-278-155/+7
* For PR351:Reid Spencer2004-12-278-190/+7
* For PR351:Reid Spencer2004-12-278-407/+7
* For PR351:Reid Spencer2004-12-278-130/+7
* For PR351:Reid Spencer2004-12-278-155/+7
* For PR351:Reid Spencer2004-12-2710-278/+0
* mingw doesn't support the official debug API.Jeff Cohen2004-12-252-18/+56
* Get VC++ building againJeff Cohen2004-12-241-2/+3
* Eliminate use of ltdl.c when doing a VC++ build. Because libtool isn't used,Jeff Cohen2004-12-243-34/+158
* For PR351:Reid Spencer2004-12-242-0/+178
* For PR351:Reid Spencer2004-12-247-355/+0
* For PR351:Reid Spencer2004-12-241-1/+7
* Resurrect this file.Reid Spencer2004-12-242-0/+106
* Remove these files as they are not being included any more. DynamicLibraryReid Spencer2004-12-2410-351/+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
* Put the CopyFile function explicitly in the sys namespace.Reid Spencer2004-12-212-2/+2
* Cygwin doesn't like .. through a link, so drop the ..Reid Spencer2004-12-209-9/+9
* Implement GetTimeUsage correctly.Reid Spencer2004-12-202-8/+16
* Provide a getrusage based implementation of GetTotalMemoryUsage and useReid Spencer2004-12-202-0/+8
* Consistently use the same #if style. Also, fix a bug testing for sbrk(3)Reid Spencer2004-12-202-8/+8
* Keep up with lib/System changesJeff Cohen2004-12-204-62/+94
* For PR351:Reid Spencer2004-12-204-12/+242