1. ab68df0 Fix VC++ compilation errors by Jeff Cohen · 21 years ago
  2. c29befb For PR351: by Reid Spencer · 21 years ago
  3. 3b0cc78 Add the getMagicNumber method. Patch contributed by Henrik Bach. Thanks Henrik! by Reid Spencer · 21 years ago
  4. 626e38e Implement Win32 Path::getStatusInfo(), TimeValue::toString() by Jeff Cohen · 21 years ago
  5. e2e2411 For PR351: Implement the new environment pointer for ExecuteAndWait by Reid Spencer · 21 years ago
  6. 77cc91d For PR351: by Reid Spencer · 21 years ago
  7. 79fc924 Genericize implementation of GetDLLSuffix now that we have LTDL_SHLIB_EXT by Reid Spencer · 21 years ago
  8. b0e1887 Fix a bug where "." or any single character file name doesn't get the by Reid Spencer · 21 years ago
  9. 3d595cb Remove an always false clause from an if statement. by Reid Spencer · 21 years ago
  10. 07941b4 Fix a bug where directory names of length one or less where not set by Alkis Evlogimenos · 21 years ago
  11. 732f92d * Add a std::ostream inserter for sys::Path by Reid Spencer · 21 years ago
  12. 3265369 Fix recent breakage of win32 build by Jeff Cohen · 21 years ago
  13. 6c4b7bd Implement new functions per new interface by Reid Spencer · 21 years ago
  14. 1b6b99b For PR351: \ by Reid Spencer · 21 years ago
  15. ccb23a1 For PR351: \ by Reid Spencer · 21 years ago
  16. 56c3ed8 Make the size() method const by Reid Spencer · 21 years ago
  17. 707a27c Rename Path::get -> Path::toString by Reid Spencer · 21 years ago
  18. 1fce091 Path::get -> Path::toString by Reid Spencer · 21 years ago
  19. 31127e1 Fix residual Visual Studio build problems by Jeff Cohen · 21 years ago
  20. 194ca80 Make this work with the ICC compiler, contributed by Bjørn Wennberg by Chris Lattner · 21 years ago
  21. 368cb8e Fix compilation error on Darwin. by Chris Lattner · 21 years ago
  22. 28dabf7 Move darwin-specific majik here. by Chris Lattner · 21 years ago
  23. 86ac2dc Fix seriously broken implementation of GetMagicNumber. by Reid Spencer · 21 years ago
  24. 19cd4a9 Implement two new functions: LoadLibraryPermanently and by Reid Spencer · 21 years ago
  25. 29ae177 We just use ltdl's implementation for this abstraction now. Its portable to by Reid Spencer · 21 years ago
  26. 58c8ee1 Mods for compilation with llvm. by Reid Spencer · 21 years ago
  27. 9c16ed5 Original version of ltdl.h from libtool 1.5.10 by Reid Spencer · 21 years ago
  28. 535af2b Original version of ltdl.c from libtool 1.5.10 by Reid Spencer · 21 years ago
  29. 441cc2a Implement the default constructor which causes the current program to be by Reid Spencer · 21 years ago
  30. 7a45389 Cast the void* handle data member to HMODULE* to keep the VC++ compiler by Reid Spencer · 21 years ago
  31. 0de02a6 Dynamic Library abstraction. This makes the abstraction of a single dynamic by Reid Spencer · 21 years ago
  32. be31d2a * Use low-level unix I/O interface since we're on Unix. by Reid Spencer · 21 years ago
  33. e552543 Erase non-applicable Unix comment, this is Win32 by Misha Brukman · 21 years ago
  34. 56d3cdb Remove useless #include. by Reid Spencer · 21 years ago
  35. 9860121 Simplify code. by Reid Spencer · 21 years ago
  36. 8bf7fba Per code review: by Reid Spencer · 21 years ago
  37. b608a81 Per code review: by Reid Spencer · 21 years ago
  38. 6b09db5 Provide the ThrowErrno utility. Patch contributed by Morten Ofstad by Reid Spencer · 21 years ago
  39. abc8650 Adjust implementation to match new interface. Patch provided by Morten Ofstad by Reid Spencer · 21 years ago
  40. a79a99a Actually get the #include correct so it compiles .. duh. by Reid Spencer · 21 years ago
  41. 2e83ea5 Make it actually compile on Solaris. by Reid Spencer · 21 years ago
  42. 00b5df4 Consolidate the implementation of TimeValue::now() for Unix to use the by Reid Spencer · 21 years ago
  43. 2fbf978 Implement functionality suggested from code review: getStatusInfo should by Reid Spencer · 21 years ago
  44. a2a6221 Make sure IdentifyFileType is in the sys namespace. by Reid Spencer · 21 years ago
  45. 98bc8ed Add missing include. by Alkis Evlogimenos · 21 years ago
  46. 64a10ce Forget strerror_r, it causes problems. Fix later when threading matters by Reid Spencer · 21 years ago
  47. d351871 Implement the toString method by Reid Spencer · 21 years ago
  48. 9446559 Update for prototype changes by Reid Spencer · 21 years ago
  49. eaf1815 * Implement getDirectoryContents * Implement getStatusInfo * Implement setStatusInfo * Implement renameFile by Reid Spencer · 21 years ago
  50. 083507c Fix bugs in class invariant by Reid Spencer · 21 years ago
  51. fb9aac8 Include the correct implementation file by Reid Spencer · 21 years ago
  52. 44cbf36 Don't exceed 80 columns. by Reid Spencer · 21 years ago
  53. f37ce99 Implement IdentifyFileType function by Reid Spencer · 21 years ago
  54. 4b82681 Fix isBytecodeFile to correctly recognized compressed bytecode too. by Reid Spencer · 21 years ago
  55. 9195f37 * Implement getStatusInfo for getting stat(2) like information by Reid Spencer · 21 years ago
  56. 01a42e4 Fix a typo: isvalid -> isValid by Reid Spencer · 21 years ago
  57. d8b8912 Consistently use llvm.cs.uiuc.edu instead of llvm.org by Misha Brukman · 21 years ago
  58. 07adb28 Stop propagating method names that violate the coding standard by Reid Spencer · 21 years ago
  59. 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 21 years ago
  60. 20ac4e3 Add EXTRA_DIST for additional files to be distributed. by Reid Spencer · 21 years ago
  61. cac731e We won't use automake by Reid Spencer · 21 years ago
  62. 3567a41 Fix some grammar by Misha Brukman · 21 years ago
  63. 86d341b Initial automake generated Makefile template by Reid Spencer · 21 years ago
  64. 9c02f5c AIX does not have mkdtemp() so emulate its behavior using mktemp() and mkdir() by Misha Brukman · 21 years ago
  65. 83d3aad Allow this file to compile on Darwin. by Reid Spencer · 21 years ago
  66. 8af3ed0 Use __MINGW instead of __MING. Patch contributed by Henrik Bach. by Reid Spencer · 21 years ago
  67. 7d5ec23 Get proper BSD #includes for MappedFile implementation. by Reid Spencer · 21 years ago
  68. 8545fc1 Implementation of MappedFile for Win32. Patch provided by Jeff Cohen. by Reid Spencer · 21 years ago
  69. d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 21 years ago
  70. 9f41a5f Initial version of automake Makefile.am file. by Reid Spencer · 21 years ago
  71. e789a6b Must include sys/stat.h before declaring a 'struct stat' by Brian Gaeke · 21 years ago
  72. f348ccc Adjust sys/stat.h inclusion so its only for SunOS. by Reid Spencer · 21 years ago
  73. c5a0bbf Added a couple of includes to get this to compile on Sparc. by Tanya Lattner · 21 years ago
  74. 341e1da Solaris doesn't have MAP_FILE. by Chris Lattner · 21 years ago
  75. 9737492 First version of the MappedFile abstraction for operating system idependent by Reid Spencer · 21 years ago
  76. 14abc25 That should actually be __MING, not __MINGW. by Misha Brukman · 21 years ago
  77. 34ec89c Check for __MINGW define instead of __MINGW_H, patch by Henrik Bach. by Misha Brukman · 21 years ago
  78. 6a0ec6f Improve validity checking of windows path names and fix file creation problems. by Reid Spencer · 21 years ago
  79. ced4110 Use llvm::sys::Path to destroy the file. by Reid Spencer · 21 years ago
  80. 10366a4 Win32 implementation of TimeValue::now(). by Reid Spencer · 21 years ago
  81. d722bf5 FreeBSD implementation of the TimeValue::now() method. by Reid Spencer · 21 years ago
  82. 725f2c8 Updated to reflect changes in the interface of TimeValue::now(). by Reid Spencer · 21 years ago
  83. 0d5716e Added stub implementations of TimeValue concept for remaining platforms. by Reid Spencer · 21 years ago
  84. 1fc194c Wrap to 80 cols. by Reid Spencer · 21 years ago
  85. 9926c31 Initial implementation of the TimeValue abstraction. by Reid Spencer · 21 years ago
  86. f6cbc0f Patch for MINGW. Patch provided by Henrik Bach. by Reid Spencer · 21 years ago
  87. 7b60a15 Minor correction to Signals implementation. by Reid Spencer · 21 years ago
  88. 111a348 Use the /dev/zero device as the device on which the pages are mapped. by Reid Spencer · 21 years ago
  89. d0c9e0e Porting of Unix implementation to Win32. by Reid Spencer · 21 years ago
  90. 622e220 Get rid of file descriptor leak in create_file. by Reid Spencer · 21 years ago
  91. 298d6c1 Make sure critical sections are entered before trying to leave them. by Reid Spencer · 21 years ago
  92. 0cc2d0a Allow "bc" as suffix for bytecode files. by Reid Spencer · 21 years ago
  93. 90b5413 Implement the signals interface for Win32. by Reid Spencer · 21 years ago
  94. b016a37 Patches to make this file actually compile under windows. by Reid Spencer · 21 years ago
  95. 9041843 Initial version of the SysConfig abstraction for Win32. by Reid Spencer · 21 years ago
  96. 0b22ba4 First version of a common header file for Win32 implementations. by Reid Spencer · 21 years ago
  97. 437b079 Initial implementation of the Process abstraction for Win32. by Reid Spencer · 21 years ago
  98. 4909b6c Fix the interface to ReleaseRWX to take MemoryBlock& not Memory& by Reid Spencer · 21 years ago
  99. 8c0c339 Fix a compilation error. by Reid Spencer · 21 years ago
  100. 74e7261 Implement the GetLibraryPath function. by Reid Spencer · 21 years ago