Don't sign extend the char when expanding char -> int during
[oota-llvm.git] / lib / System / Unix /
2004-09-14 Reid SpencerImplement the GetLibraryPath function.
2004-09-13 Reid SpencerClean up the interface and implementation of sys::Progr...
2004-09-11 Reid SpencerProvide a generic Unix implementation of the Memory...
2004-09-11 Reid SpencerProvide a generic unix implementation of the Process...
2004-09-11 Reid SpencerImplemented support for detecting file types by magic...
2004-09-11 Reid SpencerImplementation of Process concept for SUSv2 platforms.
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-31 Reid SpencerActually define PreventCoreFiles in the sys namespace.
2004-08-31 Reid SpencerAdd a new abstraction, SysConfig for platform independe...
2004-08-30 Reid SpencerMove the GetTemporaryDirectory function from "generic...
2004-08-30 Reid SpencerAdd inclusion of assert.h
2004-08-29 Reid SpencerAdd a declaration of environ global for Darwin
2004-08-29 Reid SpencerInclude some additional header files.
2004-08-29 Reid SpencerInitial platform independent implementation of operatin...
2004-08-29 Reid SpencerInitial commit of an platform-indepdendent implementati...
2004-08-29 Reid SpencerRevise the design of the Path concept per peer review...
2004-08-26 Reid SpencerFix a typo.
2004-08-26 Reid SpencerAdd a README explaining the intended content of this...
2004-08-25 Reid SpencerInitial implementation of the Path operating system...