aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Unix/Signals.inc
Commit message (Expand)AuthorAgeFilesLines
* Avoid calling array_endof in a static initializer, as it incursDan Gohman2008-03-211-2/+2
* It is not safe to call fork in PrintStackTrace. Sometimes it freezes the prog...Lauro Ramos Venancio2008-02-151-44/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Add lengthof and endof templates that hide a lot of sizeof computations.Owen Anderson2007-09-071-3/+4
* For PR1291:Reid Spencer2007-04-071-3/+9
* For PR789:Reid Spencer2007-03-291-2/+4
* For PR797:Reid Spencer2006-08-251-4/+9
* 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
* Use getFileStatus instead of Path::isDirectory().Chris Lattner2006-08-011-7/+6
* Only print the stack trace if it was requested. Previously, any call intoReid Spencer2006-06-161-1/+5
* Implement sys::SetInterruptFunction on Unix, stub it on win32 so that theChris Lattner2005-08-021-2/+18
* Final Changes For PR495:Reid Spencer2005-07-081-1/+1
* For PR495:Reid Spencer2005-07-071-1/+1
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-051-1/+0
* Silence gcc-4.0.0 warnings.Alkis Evlogimenos2005-04-221-4/+4
* For PR351:Reid Spencer2004-12-271-2/+3
* Path::get -> Path::toStringReid Spencer2004-12-111-1/+1
* Update for prototype changesReid Spencer2004-11-141-2/+2
* Stop propagating method names that violate the coding standardReid Spencer2004-11-051-2/+2
* Initial platform independent implementation of operating system conceptReid Spencer2004-08-291-0/+169