aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System
Commit message (Expand)AuthorAgeFilesLines
* 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
* For PR351:Reid Spencer2004-12-201-1/+1
* * Use "" for LLVM include files, not <>Misha Brukman2004-12-202-10/+6
* Use <> for system #include filesMisha Brukman2004-12-191-1/+1
* Make references to 'struct sigaction' compile under Solaris.Brian Gaeke2004-12-192-0/+2
* For PR351:Reid Spencer2004-12-192-44/+198
* For PR351:Reid Spencer2004-12-191-0/+1
* 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-154-8/+8