summaryrefslogtreecommitdiff
path: root/lib/System
Commit message (Expand)AuthorAge
* Forget strerror_r, it causes problems. Fix later when threading mattersReid Spencer2004-11-14
* Implement the toString methodReid Spencer2004-11-14
* Update for prototype changesReid Spencer2004-11-14
* * Implement getDirectoryContents * Implement getStatusInfo * Implement setSta...Reid Spencer2004-11-14
* Fix bugs in class invariantReid Spencer2004-11-14
* Include the correct implementation fileReid Spencer2004-11-14
* Don't exceed 80 columns.Reid Spencer2004-11-14
* Implement IdentifyFileType functionReid Spencer2004-11-14
* Fix isBytecodeFile to correctly recognized compressed bytecode too.Reid Spencer2004-11-09
* * Implement getStatusInfo for getting stat(2) like informationReid Spencer2004-11-09
* Fix a typo: isvalid -> isValidReid Spencer2004-11-08
* Consistently use llvm.cs.uiuc.edu instead of llvm.orgMisha Brukman2004-11-07
* Stop propagating method names that violate the coding standardReid Spencer2004-11-05
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-27
* Add EXTRA_DIST for additional files to be distributed.Reid Spencer2004-10-26
* We won't use automakeReid Spencer2004-10-22
* Fix some grammarMisha Brukman2004-10-19
* Initial automake generated Makefile templateReid Spencer2004-10-18
* AIX does not have mkdtemp() so emulate its behavior using mktemp() and mkdir()Misha Brukman2004-10-18
* Allow this file to compile on Darwin.Reid Spencer2004-10-14
* Use __MINGW instead of __MING. Patch contributed by Henrik Bach.Reid Spencer2004-10-14
* Get proper BSD #includes for MappedFile implementation.Reid Spencer2004-10-14
* Implementation of MappedFile for Win32. Patch provided by Jeff Cohen.Reid Spencer2004-10-14
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-13
* Initial version of automake Makefile.am file.Reid Spencer2004-10-10
* Must include sys/stat.h before declaring a 'struct stat'Brian Gaeke2004-10-05
* Adjust sys/stat.h inclusion so its only for SunOS.Reid Spencer2004-10-05
* Added a couple of includes to get this to compile on Sparc.Tanya Lattner2004-10-05
* Solaris doesn't have MAP_FILE.Chris Lattner2004-10-05
* First version of the MappedFile abstraction for operating system idependentReid Spencer2004-10-04
* That should actually be __MING, not __MINGW.Misha Brukman2004-09-30
* Check for __MINGW define instead of __MINGW_H, patch by Henrik Bach.Misha Brukman2004-09-30
* Improve validity checking of windows path names and fix file creationReid Spencer2004-09-29
* Use llvm::sys::Path to destroy the file.Reid Spencer2004-09-28
* Win32 implementation of TimeValue::now().Reid Spencer2004-09-28
* FreeBSD implementation of the TimeValue::now() method.Reid Spencer2004-09-28
* Updated to reflect changes in the interface of TimeValue::now().Reid Spencer2004-09-25
* Added stub implementations of TimeValue concept for remaining platforms.Reid Spencer2004-09-25
* Wrap to 80 cols.Reid Spencer2004-09-25
* Initial implementation of the TimeValue abstraction.Reid Spencer2004-09-24
* Patch for MINGW. Patch provided by Henrik Bach.Reid Spencer2004-09-23
* Minor correction to Signals implementation.Reid Spencer2004-09-19
* Use the /dev/zero device as the device on which the pages are mapped.Reid Spencer2004-09-18
* Porting of Unix implementation to Win32.Reid Spencer2004-09-18
* Get rid of file descriptor leak in create_file.Reid Spencer2004-09-18
* Make sure critical sections are entered before trying to leave them.Reid Spencer2004-09-17
* Allow "bc" as suffix for bytecode files.Reid Spencer2004-09-16
* Implement the signals interface for Win32.Reid Spencer2004-09-16
* Patches to make this file actually compile under windows.Reid Spencer2004-09-15
* Initial version of the SysConfig abstraction for Win32.Reid Spencer2004-09-15