Fix a bug where directory names of length one or less where not set
[oota-llvm.git] / lib / System / Unix /
2004-12-13 Alkis EvlogimenosFix a bug where directory names of length one or less...
2004-12-13 Reid Spencer* Add a std::ostream inserter for sys::Path
2004-12-13 Reid SpencerFor PR351: \
2004-12-13 Reid SpencerMake the size() method const
2004-12-11 Reid SpencerPath::get -> Path::toString
2004-12-08 Chris LattnerMake this work with the ICC compiler, contributed by...
2004-12-02 Reid SpencerFix seriously broken implementation of GetMagicNumber.
2004-11-29 Reid SpencerImplement the default constructor which causes the...
2004-11-18 Reid SpencerDynamic Library abstraction. This makes the abstraction...
2004-11-16 Reid Spencer* Use low-level unix I/O interface since we're on Unix.
2004-11-16 Reid SpencerPer code review:
2004-11-16 Reid SpencerPer code review:
2004-11-15 Reid SpencerMake it actually compile on Solaris.
2004-11-15 Reid SpencerConsolidate the implementation of TimeValue::now()...
2004-11-14 Reid SpencerImplement functionality suggested from code review...
2004-11-14 Reid SpencerForget strerror_r, it causes problems. Fix later when...
2004-11-14 Reid SpencerImplement the toString method
2004-11-14 Reid SpencerUpdate for prototype changes
2004-11-14 Reid Spencer* Implement getDirectoryContents * Implement getStatusI...
2004-11-14 Reid SpencerFix bugs in class invariant
2004-11-09 Reid Spencer* Implement getStatusInfo for getting stat(2) like...
2004-11-05 Reid SpencerStop propagating method names that violate the coding...
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-10-05 Brian GaekeMust include sys/stat.h before declaring a 'struct...
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-10-05 Chris LattnerSolaris doesn't have MAP_FILE.
2004-10-04 Reid SpencerFirst version of the MappedFile abstraction for operati...
2004-09-25 Reid SpencerAdded stub implementations of TimeValue concept for...
2004-09-18 Reid SpencerGet rid of file descriptor leak in create_file.
2004-09-16 Reid SpencerAllow "bc" as suffix for bytecode files.
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...