aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Unix/Signals.inc
AgeCommit message (Expand)Author
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-01Use getFileStatus instead of Path::isDirectory().Chris Lattner
2006-06-16Only print the stack trace if it was requested. Previously, any call intoReid Spencer
2005-08-02Implement sys::SetInterruptFunction on Unix, stub it on win32 so that theChris Lattner
2005-07-08Final Changes For PR495:Reid Spencer
2005-07-07For PR495:Reid Spencer
2005-05-05Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman
2005-04-22Silence gcc-4.0.0 warnings.Alkis Evlogimenos
2004-12-27For PR351:Reid Spencer
2004-12-11Path::get -> Path::toStringReid Spencer
2004-11-14Update for prototype changesReid Spencer
2004-11-05Stop propagating method names that violate the coding standardReid Spencer
2004-08-29Initial platform independent implementation of operating system conceptReid Spencer