aboutsummaryrefslogtreecommitdiff
path: root/lib/System/AIX
AgeCommit message (Expand)Author
2004-12-27For PR351:Reid Spencer
2004-12-27For PR351:Reid Spencer
2004-12-27For PR351:Reid Spencer
2004-12-27For PR351:Reid Spencer
2004-12-27For PR351:Reid Spencer
2004-12-27For PR351:Reid Spencer
2004-12-27For PR351:Reid Spencer
2004-12-24For PR351:Reid Spencer
2004-12-24Remove these files as they are not being included any more. DynamicLibraryReid Spencer
2004-12-13Genericize implementation of GetDLLSuffix now that we have LTDL_SHLIB_EXTReid Spencer
2004-11-18Dynamic Library abstraction. This makes the abstraction of a single dynamicReid Spencer
2004-11-15Actually get the #include correct so it compiles .. duh.Reid Spencer
2004-11-15Consolidate the implementation of TimeValue::now() for Unix to use theReid Spencer
2004-11-05Stop propagating method names that violate the coding standardReid Spencer
2004-10-18AIX does not have mkdtemp() so emulate its behavior using mktemp() and mkdir()Misha Brukman
2004-10-04First version of the MappedFile abstraction for operating system idependentReid Spencer
2004-09-25Added stub implementations of TimeValue concept for remaining platforms.Reid Spencer
2004-09-13Simplify the sys::Memory interface per Chris' request.Reid Spencer
2004-09-11Fix typo: sterror -> strerrorReid Spencer
2004-09-11Provide initial implementations of Memory and Process concepts for variousReid Spencer
2004-08-31Add a new abstraction, SysConfig for platform independent systemReid Spencer
2004-08-30Move the GetTemporaryDirectory function from "generic Unix" to platformReid Spencer
2004-08-29Move a warning comment to where it should have been in the first place.Reid Spencer
2004-08-29Initial platform independent implementation of operating system conceptReid Spencer
2004-08-29Initial commit of an platform-indepdendent implementation for theReid Spencer
2004-08-29Revise the design of the Path concept per peer review. Too many changes toReid Spencer