aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Unix/Signals.inc
AgeCommit message (Expand)Author
2009-02-10Use const, to support platforms where strrchr returns a const char *.Dan Gohman
2008-12-05Don't use plain %x to print pointer values. I had changed it from %pDan Gohman
2008-12-05Demangle and pretty-print symbols in internal backtraces. Patch byDan Gohman
2008-05-14Make PreVerifyID, IntSigsEnd, and KillSigsEnd const.Dan Gohman
2008-05-05Fix more -Wshorten-64-to-32 warnings.Evan Cheng
2008-04-10Make several symbols static.Dan Gohman
2008-03-21Avoid calling array_endof in a static initializer, as it incursDan Gohman
2008-02-15It is not safe to call fork in PrintStackTrace. Sometimes it freezes the prog...Lauro Ramos Venancio
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-09-07Add lengthof and endof templates that hide a lot of sizeof computations.Owen Anderson
2007-04-07For PR1291:Reid Spencer
2007-03-29For PR789:Reid Spencer
2006-08-25For 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-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