1. 1af69a8 Be slightly more accurate in an error message. by Reid Spencer · 20 years ago
  2. 45a1b26 Fix silly mistake. by Jeff Cohen · 20 years ago
  3. 875d08e Implement standard I/O redirection in ExecuteAndWait(). by Jeff Cohen · 20 years ago
  4. 23a1cf3 Change __MINGW to __MINGW32__. Patch submitted by Henrik Bach. by Jeff Cohen · 20 years ago
  5. d79bcfd Make PreventCoreFiles() do the right thing on Windows. by Jeff Cohen · 20 years ago
  6. e5f7e65 Arg list already has program name in it. by Jeff Cohen · 20 years ago
  7. 0798056 Fix a bug in my previous change to this, which broke the build on sparcs. by Chris Lattner · 20 years ago
  8. 550c57c Fix the llvm bootstrap by Chris Lattner · 20 years ago
  9. 946af52 If errno is zero strerror_r does not modify the buffer, leaving it unterminated. by Chris Lattner · 20 years ago
  10. 9437bb6 Fix some Path bugs by Jeff Cohen · 20 years ago
  11. c690cc0 Fix destroyDirectory bug by Jeff Cohen · 20 years ago
  12. 8102fcd Fix bugpoint by Chris Lattner · 20 years ago
  13. e1c6bfa We don't distribute the operating system specific directories any more. by Reid Spencer · 20 years ago
  14. 3bbbcc1 Fix and improve win32 path validation. by Jeff Cohen · 20 years ago
  15. 6258272 Make asctime_r work for HP/UX. by Reid Spencer · 20 years ago
  16. bccc8ab Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the silly by Reid Spencer · 20 years ago
  17. e269a1a Use size_t instead of long to represent memory usage. long is 32 bits by Jeff Cohen · 20 years ago
  18. d6b1f5f Correct the case of a #include directory name, just in case. by Reid Spencer · 20 years ago
  19. c6dffe0 Add functions for determining if the stdin/out/err is connected to a by Jeff Cohen · 20 years ago
  20. a01aade Add functions for determining if the stdin/out/err is connected to a by Reid Spencer · 20 years ago
  21. 45e88d6 Where do these tabs keep coming from??? by Jeff Cohen · 20 years ago
  22. 51b8d21 Mostly cleanup, but also some bug fixes, for win32/Path.cpp by Jeff Cohen · 20 years ago
  23. 92ced2f Fix a compilation error for the case where mallinfo() is not available. by Reid Spencer · 20 years ago
  24. d40a7de Get rid of those nasty tabs... by Jeff Cohen · 20 years ago
  25. ebcb9b3 Bring win32/Path.cpp up to date with respect to Unix/Path.cpp by Jeff Cohen · 20 years ago
  26. c18671c Fix MINGW compilation errors by Jeff Cohen · 20 years ago
  27. 7c1e2f9 For PR351: by Reid Spencer · 20 years ago
  28. 51b9f62 For PR351: * Remove redundant #includes that are now in Unix.h by Reid Spencer · 20 years ago
  29. 68fdcc1 For PR351: by Reid Spencer · 20 years ago
  30. af2f208 For PR351: by Reid Spencer · 20 years ago
  31. 07c00d3 For PR351: by Reid Spencer · 20 years ago
  32. cdf54d0 For PR351: * Ensure #includes are wrapped with appropriate HAVE_ guards by Reid Spencer · 20 years ago
  33. c33e493 For PR351: by Reid Spencer · 20 years ago
  34. 424ac89 For PR351: by Reid Spencer · 20 years ago
  35. c87d7cc For PR351: by Reid Spencer · 20 years ago
  36. ce79995 For PR351: by Reid Spencer · 20 years ago
  37. b9ed2c1 For PR351: by Reid Spencer · 20 years ago
  38. 0098e64 For PR351: by Reid Spencer · 20 years ago
  39. d0ae93f For PR351: by Reid Spencer · 20 years ago
  40. c2b9162 mingw doesn't support the official debug API. by Jeff Cohen · 20 years ago
  41. a4c9751 Get VC++ building again by Jeff Cohen · 20 years ago
  42. 1a46635 Eliminate use of ltdl.c when doing a VC++ build. Because libtool isn't used, by Jeff Cohen · 20 years ago
  43. 69a1616 For PR351: by Reid Spencer · 20 years ago
  44. f77bdc4 For PR351: by Reid Spencer · 20 years ago
  45. dafe55f For PR351: by Reid Spencer · 20 years ago
  46. ebf8d0e Resurrect this file. by Reid Spencer · 20 years ago
  47. 48a1f42 Remove these files as they are not being included any more. DynamicLibrary by Reid Spencer · 20 years ago
  48. cb65255 Fix VC++ compilation error by Jeff Cohen · 20 years ago
  49. a36c9a4 Put CopyFile in the sys namespace. by Reid Spencer · 20 years ago
  50. 2e5f445 Patch to fix mingw compilation problem contributed by Henrik. by Jeff Cohen · 20 years ago
  51. 78076f6 Put the CopyFile function explicitly in the sys namespace. by Reid Spencer · 20 years ago
  52. a025270 Cygwin doesn't like .. through a link, so drop the .. by Reid Spencer · 20 years ago
  53. 8b66289 Implement GetTimeUsage correctly. by Reid Spencer · 20 years ago
  54. ed5e7bf Provide a getrusage based implementation of GetTotalMemoryUsage and use by Reid Spencer · 20 years ago
  55. bc1ee84 Consistently use the same #if style. Also, fix a bug testing for sbrk(3) by Reid Spencer · 20 years ago
  56. a1b3d3d Keep up with lib/System changes by Jeff Cohen · 20 years ago
  57. 721d9aa For PR351: by Reid Spencer · 20 years ago
  58. a477583 For PR351: No need for Unix/SUS/Process.cpp any more, just ifdef it. by Reid Spencer · 20 years ago
  59. 210b32b * Use "" for LLVM include files, not <> by Misha Brukman · 20 years ago
  60. 6782835 Use <> for system #include files by Misha Brukman · 20 years ago
  61. 5d112c4 Make references to 'struct sigaction' compile under Solaris. by Brian Gaeke · 20 years ago
  62. 2a7d9e9 For PR351: by Reid Spencer · 20 years ago
  63. 41394ec For PR351: Add a needed include. by Reid Spencer · 20 years ago
  64. f8cdb85 Fix win32 breakage by Jeff Cohen · 20 years ago
  65. b8b836d Expository comment submitted by Henrik Bach by Jeff Cohen · 20 years ago
  66. 00e8930 Change the signatures of the destroyFile and destroyDirectory methods to by Reid Spencer · 20 years ago
  67. 24ac21f Remove the CFE's lib directory from the bytecode path because LLVM should by Reid Spencer · 20 years ago
  68. 835b694 Remove automatic insertion of CFE's lib directory into the bytecode path by Reid Spencer · 20 years ago
  69. 07f9f4e Fix a file overwrite bug in llvm-ar introduced by changes to by Reid Spencer · 20 years ago
  70. 003485a Make Win32 TimeValue::toString() re-entrant and work with mingw by Jeff Cohen · 20 years ago
  71. ab68df0 Fix VC++ compilation errors by Jeff Cohen · 20 years ago
  72. c29befb For PR351: by Reid Spencer · 20 years ago
  73. 3b0cc78 Add the getMagicNumber method. Patch contributed by Henrik Bach. Thanks Henrik! by Reid Spencer · 20 years ago
  74. 626e38e Implement Win32 Path::getStatusInfo(), TimeValue::toString() by Jeff Cohen · 20 years ago
  75. e2e2411 For PR351: Implement the new environment pointer for ExecuteAndWait by Reid Spencer · 20 years ago
  76. 77cc91d For PR351: by Reid Spencer · 20 years ago
  77. 79fc924 Genericize implementation of GetDLLSuffix now that we have LTDL_SHLIB_EXT by Reid Spencer · 20 years ago
  78. b0e1887 Fix a bug where "." or any single character file name doesn't get the by Reid Spencer · 20 years ago
  79. 3d595cb Remove an always false clause from an if statement. by Reid Spencer · 20 years ago
  80. 07941b4 Fix a bug where directory names of length one or less where not set by Alkis Evlogimenos · 20 years ago
  81. 732f92d * Add a std::ostream inserter for sys::Path by Reid Spencer · 20 years ago
  82. 3265369 Fix recent breakage of win32 build by Jeff Cohen · 20 years ago
  83. 6c4b7bd Implement new functions per new interface by Reid Spencer · 20 years ago
  84. 1b6b99b For PR351: \ by Reid Spencer · 20 years ago
  85. ccb23a1 For PR351: \ by Reid Spencer · 20 years ago
  86. 56c3ed8 Make the size() method const by Reid Spencer · 20 years ago
  87. 707a27c Rename Path::get -> Path::toString by Reid Spencer · 20 years ago
  88. 1fce091 Path::get -> Path::toString by Reid Spencer · 20 years ago
  89. 31127e1 Fix residual Visual Studio build problems by Jeff Cohen · 20 years ago
  90. 194ca80 Make this work with the ICC compiler, contributed by Bjørn Wennberg by Chris Lattner · 20 years ago
  91. 368cb8e Fix compilation error on Darwin. by Chris Lattner · 20 years ago
  92. 28dabf7 Move darwin-specific majik here. by Chris Lattner · 20 years ago
  93. 86ac2dc Fix seriously broken implementation of GetMagicNumber. by Reid Spencer · 20 years ago
  94. 19cd4a9 Implement two new functions: LoadLibraryPermanently and by Reid Spencer · 20 years ago
  95. 29ae177 We just use ltdl's implementation for this abstraction now. Its portable to by Reid Spencer · 20 years ago
  96. 58c8ee1 Mods for compilation with llvm. by Reid Spencer · 20 years ago
  97. 9c16ed5 Original version of ltdl.h from libtool 1.5.10 by Reid Spencer · 20 years ago
  98. 535af2b Original version of ltdl.c from libtool 1.5.10 by Reid Spencer · 20 years ago
  99. 441cc2a Implement the default constructor which causes the current program to be by Reid Spencer · 20 years ago
  100. 7a45389 Cast the void* handle data member to HMODULE* to keep the VC++ compiler by Reid Spencer · 20 years ago