Use const, to support platforms where strrchr returns a const char *.
[oota-llvm.git] / lib / System / Unix / Signals.inc
2009-02-10 Dan GohmanUse const, to support platforms where strrchr returns...
2008-12-05 Dan GohmanDon't use plain %x to print pointer values. I had chang...
2008-12-05 Dan GohmanDemangle and pretty-print symbols in internal backtrace...
2008-05-14 Dan GohmanMake PreVerifyID, IntSigsEnd, and KillSigsEnd const.
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-04-10 Dan GohmanMake several symbols static.
2008-03-21 Dan GohmanAvoid calling array_endof in a static initializer,...
2008-02-15 Lauro Ramos VenancioIt is not safe to call fork in PrintStackTrace. Sometim...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-09-07 Owen AndersonAdd lengthof and endof templates that hide a lot of...
2007-04-07 Reid SpencerFor PR1291:
2007-03-29 Reid SpencerFor PR789:
2006-08-25 Reid SpencerFor PR797:
2006-08-07 Reid SpencerRemove extraneous #include.
2006-08-07 Reid SpencerMake the removal of files use Path::eraseFromDisk just...
2006-08-01 Chris LattnerUse getFileStatus instead of Path::isDirectory().
2006-06-16 Reid SpencerOnly print the stack trace if it was requested. Previou...
2005-08-02 Chris LattnerImplement sys::SetInterruptFunction on Unix, stub it...
2005-07-08 Reid SpencerFinal Changes For PR495:
2005-07-07 Reid SpencerFor PR495:
2005-05-05 Misha BrukmanRemove vim settings from source code; people should...
2005-04-22 Alkis EvlogimenosSilence gcc-4.0.0 warnings.
2004-12-27 Reid SpencerFor PR351:
2004-12-11 Reid SpencerPath::get -> Path::toString
2004-11-14 Reid SpencerUpdate for prototype changes
2004-11-05 Reid SpencerStop propagating method names that violate the coding...
2004-08-29 Reid SpencerInitial platform independent implementation of operatin...