aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System
Commit message (Expand)AuthorAgeFilesLines
* Remove extraneous #include.Reid Spencer2006-08-071-1/+0
* Make the removal of files use Path::eraseFromDisk just like it does forReid Spencer2006-08-071-4/+5
* Add a note about how the "isFile" check in Path::eraseFromDisk preventsReid Spencer2006-08-071-0/+5
* Update the auto* tools: autoconf 2.60, libtool 1.5.22, automake 1.9.6.Reid Spencer2006-08-042-163/+188
* Remove some now-dead methods. Use getFileStatus instead.Chris Lattner2006-08-012-67/+0
* Use getFileStatus instead of Path::isDirectory().Chris Lattner2006-08-012-13/+14
* elimiante some syscallsChris Lattner2006-08-012-23/+20
* Minor fix due to recent API changesAnton Korobeynikov2006-08-011-1/+1
* Modify setStatusInfoOnDisk to not throw an exception.Chris Lattner2006-07-282-12/+12
* Update win32 for Path::getStatusInfoChris Lattner2006-07-281-4/+6
* Modify Path::eraseFromDisk to not throw an exception.Chris Lattner2006-07-282-35/+39
* Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner2006-07-281-15/+15
* Fix the build on win32Chris Lattner2006-07-261-1/+2
* For PR780:Reid Spencer2006-07-268-0/+10
* For PR780:Reid Spencer2006-07-263-3/+8
* simple optimization: don't bother calling "exists" (which calls the syscallChris Lattner2006-07-181-3/+0
* Remove a dead conditional: info_ can only be allocated if FD is good. ImproveChris Lattner2006-07-181-5/+4
* The only entry in the stat buf this code cares about is the size. Keep justChris Lattner2006-07-181-14/+14
* Reduce code in the error path by only allocating info_ if everything looksChris Lattner2006-07-181-10/+8
* Unindent some codeChris Lattner2006-07-181-25/+24
* Turn an if into an else if.Chris Lattner2006-07-121-2/+2
* no need to do a stat then an lstat. lstat will tell us if normal files don't...Chris Lattner2006-07-071-7/+4
* Move << method out of line.Chris Lattner2006-07-071-8/+8
* Change AllocateRWX/DeallocateRWX to not throw an exception.Chris Lattner2006-07-073-37/+69
* Fix this implChris Lattner2006-07-071-1/+1
* Add a helper functionChris Lattner2006-07-071-0/+10
* Change LoadLibraryPermanently to not throw an exception.Chris Lattner2006-07-072-9/+17
* This uses EH extensivelyChris Lattner2006-07-071-0/+1
* Only print the stack trace if it was requested. Previously, any call intoReid Spencer2006-06-161-1/+5
* Don't pull in environ, not always safe. Global variables are bad anyway.Evan Cheng2006-06-091-8/+4
* Squelch a warning about signed/unsigned.Reid Spencer2006-06-081-1/+1
* For PR804:Reid Spencer2006-06-081-1/+1
* For PR787:Reid Spencer2006-06-072-0/+22
* For PR780:Reid Spencer2006-06-071-0/+20
* For PR798:Reid Spencer2006-06-051-7/+8
* Provide configuration support and usage for MINGW32 platformReid Spencer2006-06-013-8/+26
* For PR786:Reid Spencer2006-06-011-0/+3
* Bug noticed, by inspection. Filename can be null.Chris Lattner2006-05-141-1/+2
* This function is not documented as throwing an exception and callers don'tChris Lattner2006-05-141-3/+1
* Fix accidentally committed patch.Chris Lattner2006-05-121-1/+1
* Fix iterator invalidation bug, identified by Coverity.Chris Lattner2006-05-122-1/+2
* Unlike Unix, Windows won't let a file be implicitly replaced via renaming wit...Jeff Cohen2006-05-071-1/+1
* Mingw32 patches supplied by Anton Korobeynikov.Jeff Cohen2006-04-291-1/+1
* Add checks for __OpenBSD__.Jeff Cohen2006-04-171-1/+1
* Add the README files to the distribution.Reid Spencer2006-04-131-1/+1
* Convert llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-141-1/+1
* Add AddSymbol() method to DynamicLibrary to work around Windows limitationJeff Cohen2006-01-302-0/+21
* Fix indentation.Jeff Cohen2006-01-291-4/+4
* For PR351:Reid Spencer2005-12-221-7/+12
* Implement a generic polled Alarm function. This merely removes the systemReid Spencer2005-12-223-0/+138