1. 07adb28 Stop propagating method names that violate the coding standard by Reid Spencer · 21 years ago
  2. 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 21 years ago
  3. 20ac4e3 Add EXTRA_DIST for additional files to be distributed. by Reid Spencer · 21 years ago
  4. cac731e We won't use automake by Reid Spencer · 21 years ago
  5. 3567a41 Fix some grammar by Misha Brukman · 21 years ago
  6. 86d341b Initial automake generated Makefile template by Reid Spencer · 21 years ago
  7. 9c02f5c AIX does not have mkdtemp() so emulate its behavior using mktemp() and mkdir() by Misha Brukman · 21 years ago
  8. 83d3aad Allow this file to compile on Darwin. by Reid Spencer · 21 years ago
  9. 8af3ed0 Use __MINGW instead of __MING. Patch contributed by Henrik Bach. by Reid Spencer · 21 years ago
  10. 7d5ec23 Get proper BSD #includes for MappedFile implementation. by Reid Spencer · 21 years ago
  11. 8545fc1 Implementation of MappedFile for Win32. Patch provided by Jeff Cohen. by Reid Spencer · 21 years ago
  12. d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 21 years ago
  13. 9f41a5f Initial version of automake Makefile.am file. by Reid Spencer · 21 years ago
  14. e789a6b Must include sys/stat.h before declaring a 'struct stat' by Brian Gaeke · 21 years ago
  15. f348ccc Adjust sys/stat.h inclusion so its only for SunOS. by Reid Spencer · 21 years ago
  16. c5a0bbf Added a couple of includes to get this to compile on Sparc. by Tanya Lattner · 21 years ago
  17. 341e1da Solaris doesn't have MAP_FILE. by Chris Lattner · 21 years ago
  18. 9737492 First version of the MappedFile abstraction for operating system idependent by Reid Spencer · 21 years ago
  19. 14abc25 That should actually be __MING, not __MINGW. by Misha Brukman · 21 years ago
  20. 34ec89c Check for __MINGW define instead of __MINGW_H, patch by Henrik Bach. by Misha Brukman · 21 years ago
  21. 6a0ec6f Improve validity checking of windows path names and fix file creation problems. by Reid Spencer · 21 years ago
  22. ced4110 Use llvm::sys::Path to destroy the file. by Reid Spencer · 21 years ago
  23. 10366a4 Win32 implementation of TimeValue::now(). by Reid Spencer · 21 years ago
  24. d722bf5 FreeBSD implementation of the TimeValue::now() method. by Reid Spencer · 21 years ago
  25. 725f2c8 Updated to reflect changes in the interface of TimeValue::now(). by Reid Spencer · 21 years ago
  26. 0d5716e Added stub implementations of TimeValue concept for remaining platforms. by Reid Spencer · 21 years ago
  27. 1fc194c Wrap to 80 cols. by Reid Spencer · 21 years ago
  28. 9926c31 Initial implementation of the TimeValue abstraction. by Reid Spencer · 21 years ago
  29. f6cbc0f Patch for MINGW. Patch provided by Henrik Bach. by Reid Spencer · 21 years ago
  30. 7b60a15 Minor correction to Signals implementation. by Reid Spencer · 21 years ago
  31. 111a348 Use the /dev/zero device as the device on which the pages are mapped. by Reid Spencer · 21 years ago
  32. d0c9e0e Porting of Unix implementation to Win32. by Reid Spencer · 21 years ago
  33. 622e220 Get rid of file descriptor leak in create_file. by Reid Spencer · 21 years ago
  34. 298d6c1 Make sure critical sections are entered before trying to leave them. by Reid Spencer · 21 years ago
  35. 0cc2d0a Allow "bc" as suffix for bytecode files. by Reid Spencer · 21 years ago
  36. 90b5413 Implement the signals interface for Win32. by Reid Spencer · 21 years ago
  37. b016a37 Patches to make this file actually compile under windows. by Reid Spencer · 21 years ago
  38. 9041843 Initial version of the SysConfig abstraction for Win32. by Reid Spencer · 21 years ago
  39. 0b22ba4 First version of a common header file for Win32 implementations. by Reid Spencer · 21 years ago
  40. 437b079 Initial implementation of the Process abstraction for Win32. by Reid Spencer · 21 years ago
  41. 4909b6c Fix the interface to ReleaseRWX to take MemoryBlock& not Memory& by Reid Spencer · 21 years ago
  42. 8c0c339 Fix a compilation error. by Reid Spencer · 21 years ago
  43. 74e7261 Implement the GetLibraryPath function. by Reid Spencer · 21 years ago
  44. 33189e7 Simplify the sys::Memory interface per Chris' request. by Reid Spencer · 21 years ago
  45. 2565943 Clean up the interface and implementation of sys::Program so that it is by Reid Spencer · 21 years ago
  46. 7144707 Fix typo: sterror -> strerror by Reid Spencer · 21 years ago
  47. f51c8ea Correct the dynamic lib suffix on Darwin. by Reid Spencer · 21 years ago
  48. cbad701 Provide initial implementations of Memory and Process concepts for various by Reid Spencer · 21 years ago
  49. 41b21bf Provide a generic Unix implementation of the Memory concept. by Reid Spencer · 21 years ago
  50. 27dafe1 Provide a generic unix implementation of the Process abstraction. by Reid Spencer · 21 years ago
  51. 1b554b4 Implemented support for detecting file types by magic number, stripping by Reid Spencer · 21 years ago
  52. 4429b2c Implementation of Process concept for SUSv2 platforms. by Reid Spencer · 21 years ago
  53. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  54. 15fd439 mkdtemp doesn't exist on Cygwin. Use tempnam & mkdir instead. by Reid Spencer · 21 years ago
  55. 0132bd4 Add support for FreeBSD by Reid Spencer · 21 years ago
  56. a11e4db Add support for Interix and FreeBSD by Reid Spencer · 21 years ago
  57. ef6efab Actually define PreventCoreFiles in the sys namespace. by Reid Spencer · 21 years ago
  58. 387e5ec Add a new abstraction, SysConfig for platform independent system by Reid Spencer · 21 years ago
  59. f634f46 Move the GetTemporaryDirectory function from "generic Unix" to platform by Reid Spencer · 21 years ago
  60. b60bf61 Add inclusion of assert.h by Reid Spencer · 21 years ago
  61. d8f4c8e Abbreviate the long descriptions which are now in docs/SystemLibrary.html. by Reid Spencer · 21 years ago
  62. c0854bf Add a declaration of environ global for Darwin by Reid Spencer · 21 years ago
  63. bd4dd5c Move a warning comment to where it should have been in the first place. by Reid Spencer · 21 years ago
  64. 36853b9 Correct the vim: specification by Reid Spencer · 21 years ago
  65. c3de952 Include some additional header files. Fix the banner length. by Reid Spencer · 21 years ago
  66. 496c277 Initial platform independent implementation of operating system concept by Reid Spencer · 21 years ago
  67. 52a7efa Initial commit of an platform-indepdendent implementation for the by Reid Spencer · 21 years ago
  68. 8e66595 Revise the design of the Path concept per peer review. Too many changes to by Reid Spencer · 21 years ago
  69. bf3a4d2 Fix a typo. by Reid Spencer · 21 years ago
  70. 5179f05 First cut at a README for lib/System explaining the #inclusion rules and by Reid Spencer · 21 years ago
  71. 2f88a06 Add a README explaining the intended content of this directory. by Reid Spencer · 21 years ago
  72. 8906e7d Fix documentation. by Reid Spencer · 21 years ago
  73. b89a223 Initial implementation of the Path operating system concept. by Reid Spencer · 21 years ago
  74. 17f130c License for this library. by Reid Spencer · 21 years ago
  75. 08bfab1 Remove lib/System contents until a satisfactory solution can be provided. by Reid Spencer · 21 years ago
  76. 439ed90 Initial implementations of the ErrorCode and Path concepts for Linux. by Reid Spencer · 21 years ago
  77. 12e7b11 A description of what this library is about, reference to the documentation by Reid Spencer · 21 years ago
  78. 98b5a34 Initiali Makefile for this library. by Reid Spencer · 21 years ago