Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / System / Unix / Unix.h
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2006-08-25 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-21 Reid SpencerFor PR797:
2006-07-07 Chris LattnerChange AllocateRWX/DeallocateRWX to not throw an exception.
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Reid SpencerFor Bug 543:
2005-02-14 Chris LattnerFix a bug in my previous change to this, which broke...
2005-02-13 Chris LattnerIf errno is zero strerror_r does not modify the buffer...
2004-12-27 Reid SpencerFor PR351:
2004-12-08 Chris LattnerMake this work with the ICC compiler, contributed by...
2004-11-14 Reid SpencerForget strerror_r, it causes problems. Fix later when...
2004-10-05 Reid SpencerAdjust sys/stat.h inclusion so its only for SunOS.
2004-10-05 Tanya LattnerAdded a couple of includes to get this to compile on...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-31 Reid SpencerAdd a new abstraction, SysConfig for platform independe...
2004-08-30 Reid SpencerAdd inclusion of assert.h
2004-08-29 Reid SpencerInclude some additional header files.
2004-08-25 Reid SpencerInitial implementation of the Path operating system...