aboutsummaryrefslogtreecommitdiff
path: root/lib/System
AgeCommit message (Expand)Author
2006-08-22Make the sys::Path::GetTemporaryDirectory method not throw exceptions andReid Spencer
2006-08-22Don't throw needlessly. Failure of gettimeofday is *very* unlinkely soReid Spencer
2006-08-22For PR797:Reid Spencer
2006-08-22For PR797:Reid Spencer
2006-08-22Make an error message a little more intelligible.Reid Spencer
2006-08-21For PR797:Reid Spencer
2006-08-21For PR797:Reid Spencer
2006-08-07Remove extraneous #include.Reid Spencer
2006-08-07Make the removal of files use Path::eraseFromDisk just like it does forReid Spencer
2006-08-07Add a note about how the "isFile" check in Path::eraseFromDisk preventsReid Spencer
2006-08-04Update the auto* tools: autoconf 2.60, libtool 1.5.22, automake 1.9.6.Reid Spencer
2006-08-01Remove some now-dead methods. Use getFileStatus instead.Chris Lattner
2006-08-01Use getFileStatus instead of Path::isDirectory().Chris Lattner
2006-08-01elimiante some syscallsChris Lattner
2006-08-01Minor fix due to recent API changesAnton Korobeynikov
2006-07-28Modify setStatusInfoOnDisk to not throw an exception.Chris Lattner
2006-07-28Update win32 for Path::getStatusInfoChris Lattner
2006-07-28Modify Path::eraseFromDisk to not throw an exception.Chris Lattner
2006-07-28Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner
2006-07-26Fix the build on win32Chris Lattner
2006-07-26For PR780:Reid Spencer
2006-07-26For PR780:Reid Spencer
2006-07-18simple optimization: don't bother calling "exists" (which calls the syscallChris Lattner
2006-07-18Remove a dead conditional: info_ can only be allocated if FD is good. ImproveChris Lattner
2006-07-18The only entry in the stat buf this code cares about is the size. Keep justChris Lattner
2006-07-18Reduce code in the error path by only allocating info_ if everything looksChris Lattner
2006-07-18Unindent some codeChris Lattner
2006-07-12Turn an if into an else if.Chris Lattner
2006-07-07no need to do a stat then an lstat. lstat will tell us if normal files don't...Chris Lattner
2006-07-07Move << method out of line.Chris Lattner
2006-07-07Change AllocateRWX/DeallocateRWX to not throw an exception.Chris Lattner
2006-07-07Fix this implChris Lattner
2006-07-07Add a helper functionChris Lattner
2006-07-07Change LoadLibraryPermanently to not throw an exception.Chris Lattner
2006-07-07This uses EH extensivelyChris Lattner
2006-06-16Only print the stack trace if it was requested. Previously, any call intoReid Spencer
2006-06-09Don't pull in environ, not always safe. Global variables are bad anyway.Evan Cheng
2006-06-08Squelch a warning about signed/unsigned.Reid Spencer
2006-06-08For PR804:Reid Spencer
2006-06-07For PR787:Reid Spencer
2006-06-07For PR780:Reid Spencer
2006-06-05For PR798:Reid Spencer
2006-06-01Provide configuration support and usage for MINGW32 platformReid Spencer
2006-06-01For PR786:Reid Spencer
2006-05-14Bug noticed, by inspection. Filename can be null.Chris Lattner
2006-05-14This function is not documented as throwing an exception and callers don'tChris Lattner
2006-05-12Fix accidentally committed patch.Chris Lattner
2006-05-12Fix iterator invalidation bug, identified by Coverity.Chris Lattner
2006-05-07Unlike Unix, Windows won't let a file be implicitly replaced via renaming wit...Jeff Cohen
2006-04-29Mingw32 patches supplied by Anton Korobeynikov.Jeff Cohen