aboutsummaryrefslogtreecommitdiff
path: root/lib/System
AgeCommit message (Expand)Author
2004-11-16Erase non-applicable Unix comment, this is Win32Misha Brukman
2004-11-16Remove useless #include.Reid Spencer
2004-11-16Simplify code.Reid Spencer
2004-11-16Per code review:Reid Spencer
2004-11-16Per code review:Reid Spencer
2004-11-15Provide the ThrowErrno utility.Reid Spencer
2004-11-15Adjust implementation to match new interface.Reid Spencer
2004-11-15Actually get the #include correct so it compiles .. duh.Reid Spencer
2004-11-15Make it actually compile on Solaris.Reid Spencer
2004-11-15Consolidate the implementation of TimeValue::now() for Unix to use theReid Spencer
2004-11-14Implement functionality suggested from code review: getStatusInfo shouldReid Spencer
2004-11-14Make sure IdentifyFileType is in the sys namespace.Reid Spencer
2004-11-14Add missing include.Alkis Evlogimenos
2004-11-14Forget strerror_r, it causes problems. Fix later when threading mattersReid Spencer
2004-11-14Implement the toString methodReid Spencer
2004-11-14Update for prototype changesReid Spencer
2004-11-14* Implement getDirectoryContents * Implement getStatusInfo * Implement setSta...Reid Spencer
2004-11-14Fix bugs in class invariantReid Spencer
2004-11-14Include the correct implementation fileReid Spencer
2004-11-14Don't exceed 80 columns.Reid Spencer
2004-11-14Implement IdentifyFileType functionReid Spencer
2004-11-09Fix isBytecodeFile to correctly recognized compressed bytecode too.Reid Spencer
2004-11-09* Implement getStatusInfo for getting stat(2) like informationReid Spencer
2004-11-08Fix a typo: isvalid -> isValidReid Spencer
2004-11-07Consistently use llvm.cs.uiuc.edu instead of llvm.orgMisha Brukman
2004-11-05Stop propagating method names that violate the coding standardReid Spencer
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer
2004-10-26Add EXTRA_DIST for additional files to be distributed.Reid Spencer
2004-10-22We won't use automakeReid Spencer
2004-10-19Fix some grammarMisha Brukman
2004-10-18Initial automake generated Makefile templateReid Spencer
2004-10-18AIX does not have mkdtemp() so emulate its behavior using mktemp() and mkdir()Misha Brukman
2004-10-14Allow this file to compile on Darwin.Reid Spencer
2004-10-14Use __MINGW instead of __MING. Patch contributed by Henrik Bach.Reid Spencer
2004-10-14Get proper BSD #includes for MappedFile implementation.Reid Spencer
2004-10-14Implementation of MappedFile for Win32. Patch provided by Jeff Cohen.Reid Spencer
2004-10-13Update to reflect changes in Makefile rules.Reid Spencer
2004-10-10Initial version of automake Makefile.am file.Reid Spencer
2004-10-05Must include sys/stat.h before declaring a 'struct stat'Brian Gaeke
2004-10-05Adjust sys/stat.h inclusion so its only for SunOS.Reid Spencer
2004-10-05Added a couple of includes to get this to compile on Sparc.Tanya Lattner
2004-10-05Solaris doesn't have MAP_FILE.Chris Lattner
2004-10-04First version of the MappedFile abstraction for operating system idependentReid Spencer
2004-09-30That should actually be __MING, not __MINGW.Misha Brukman
2004-09-30Check for __MINGW define instead of __MINGW_H, patch by Henrik Bach.Misha Brukman
2004-09-29Improve validity checking of windows path names and fix file creationReid Spencer
2004-09-28Use llvm::sys::Path to destroy the file.Reid Spencer
2004-09-28Win32 implementation of TimeValue::now().Reid Spencer
2004-09-28FreeBSD implementation of the TimeValue::now() method.Reid Spencer
2004-09-25Updated to reflect changes in the interface of TimeValue::now().Reid Spencer