Allow constructor parameter to override aggregating args; fix spacing
[oota-llvm.git] / lib / System /
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 Misha BrukmanErase non-applicable Unix comment, this is Win32
2004-11-16 Reid SpencerRemove useless #include.
2004-11-16 Reid SpencerSimplify code.
2004-11-16 Reid SpencerPer code review:
2004-11-16 Reid SpencerPer code review:
2004-11-15 Reid SpencerProvide the ThrowErrno utility.
2004-11-15 Reid SpencerAdjust implementation to match new interface.
2004-11-15 Reid SpencerActually get the #include correct so it compiles ...
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 SpencerMake sure IdentifyFileType is in the sys namespace.
2004-11-14 Alkis EvlogimenosAdd missing include.
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-14 Reid SpencerInclude the correct implementation file
2004-11-14 Reid SpencerDon't exceed 80 columns.
2004-11-14 Reid SpencerImplement IdentifyFileType function
2004-11-09 Reid SpencerFix isBytecodeFile to correctly recognized compressed...
2004-11-09 Reid Spencer* Implement getStatusInfo for getting stat(2) like...
2004-11-08 Reid SpencerFix a typo: isvalid -> isValid
2004-11-07 Misha BrukmanConsistently use llvm.cs.uiuc.edu instead of llvm.org
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-26 Reid SpencerAdd EXTRA_DIST for additional files to be distributed.
2004-10-22 Reid SpencerWe won't use automake
2004-10-19 Misha BrukmanFix some grammar
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-18 Misha BrukmanAIX does not have mkdtemp() so emulate its behavior...
2004-10-14 Reid SpencerAllow this file to compile on Darwin.
2004-10-14 Reid SpencerUse __MINGW instead of __MING. Patch contributed by...
2004-10-14 Reid SpencerGet proper BSD #includes for MappedFile implementation.
2004-10-14 Reid SpencerImplementation of MappedFile for Win32. Patch provided...
2004-10-13 Reid SpencerUpdate to reflect changes in Makefile rules.
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
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-30 Misha BrukmanThat should actually be __MING, not __MINGW.
2004-09-30 Misha BrukmanCheck for __MINGW define instead of __MINGW_H, patch...
2004-09-29 Reid SpencerImprove validity checking of windows path names and...
2004-09-28 Reid SpencerUse llvm::sys::Path to destroy the file.
2004-09-28 Reid SpencerWin32 implementation of TimeValue::now().
2004-09-28 Reid SpencerFreeBSD implementation of the TimeValue::now() method.
2004-09-25 Reid SpencerUpdated to reflect changes in the interface of TimeValu...
2004-09-25 Reid SpencerAdded stub implementations of TimeValue concept for...
2004-09-25 Reid SpencerWrap to 80 cols.
2004-09-24 Reid SpencerInitial implementation of the TimeValue abstraction.
2004-09-23 Reid SpencerPatch for MINGW. Patch provided by Henrik Bach.
2004-09-19 Reid SpencerMinor correction to Signals implementation.
2004-09-18 Reid SpencerUse the /dev/zero device as the device on which the...
2004-09-18 Reid SpencerPorting of Unix implementation to Win32.
2004-09-18 Reid SpencerGet rid of file descriptor leak in create_file.
2004-09-17 Reid SpencerMake sure critical sections are entered before trying...
2004-09-16 Reid SpencerAllow "bc" as suffix for bytecode files.
2004-09-16 Reid SpencerImplement the signals interface for Win32.
2004-09-15 Reid SpencerPatches to make this file actually compile under windows.
2004-09-15 Reid SpencerInitial version of the SysConfig abstraction for Win32.
2004-09-15 Reid SpencerFirst version of a common header file for Win32 impleme...
2004-09-15 Reid SpencerInitial implementation of the Process abstraction for...
2004-09-15 Reid SpencerFix the interface to ReleaseRWX to take MemoryBlock...
2004-09-14 Reid SpencerFix a compilation error.
2004-09-14 Reid SpencerImplement the GetLibraryPath function.
2004-09-13 Reid SpencerSimplify the sys::Memory interface per Chris' request.
2004-09-13 Reid SpencerClean up the interface and implementation of sys::Progr...
2004-09-11 Reid SpencerFix typo: sterror -> strerror
2004-09-11 Reid SpencerCorrect the dynamic lib suffix on Darwin.
2004-09-11 Reid SpencerProvide initial implementations of Memory and Process...
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-09-01 Reid Spencermkdtemp doesn't exist on Cygwin. Use tempnam & mkdir...
2004-08-31 Reid SpencerAdd support for FreeBSD
2004-08-31 Reid SpencerAdd support for Interix and FreeBSD
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-30 Reid SpencerAbbreviate the long descriptions which are now in docs...
2004-08-29 Reid SpencerAdd a declaration of environ global for Darwin
2004-08-29 Reid SpencerMove a warning comment to where it should have been...
2004-08-29 Reid SpencerCorrect the vim: specification
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 SpencerFirst cut at a README for lib/System explaining the...
2004-08-26 Reid SpencerAdd a README explaining the intended content of this...
2004-08-25 Reid SpencerFix documentation.
2004-08-25 Reid SpencerInitial implementation of the Path operating system...
next