1. 3e5e879 Change the .ghci file so it works with links in the console by Neil Mitchell · 5 years ago
  2. 201411e Remove a project that didn't go anywhere by Neil Mitchell · 5 years ago
  3. 4dad403 Simplify yeilds now it doesn't need to have a non-traced case by Neil Mitchell · 5 years ago
  4. 269a73d Delete whenTracing by Neil Mitchell · 5 years ago
  5. 9c3a477 Delete everything about TraceMode by Neil Mitchell · 5 years ago
  6. 9a25c15 Rename cd to pwd by Neil Mitchell · 5 years ago
  7. 728cf79 Remove Untraced - it isn't necessary by Neil Mitchell · 5 years ago
  8. c0c6048 Reindent the Env structure by Neil Mitchell · 5 years ago
  9. b81e528 Simplify how we check for success/failure by Neil Mitchell · 5 years ago
  10. d7180cd Use <$> in preference to liftM by Neil Mitchell · 5 years ago
  11. e791bb3 Avoid nub because its N^2 by Neil Mitchell · 5 years ago
  12. 28b9a94 Move from mtl to transformers by Neil Mitchell · 5 years ago
  13. 1a3977c Use simpler Windows testing by Neil Mitchell · 5 years ago
  14. edd077e Remove unused definitions from the Haskell test suite by Neil Mitchell · 5 years ago
  15. 4482f9e Turn on various warnings in the .ghci file by Neil Mitchell · 5 years ago
  16. 654b6dc Add a .ghci file that can run the test suite by Neil Mitchell · 5 years ago
  17. ae3dfc4 Move to -main-is flags properly by Neil Mitchell · 5 years ago
  18. d54a77b Use different main modules for the Haskell test by Neil Mitchell · 5 years ago
  19. d5bd2b9 Add more module header for Test by Neil Mitchell · 5 years ago
  20. 3e9f9aa Upgrade to ghc-8.6.5 (the 8.6.3 has serious issues on Windows) by Neil Mitchell · 5 years ago
  21. 7cb6b87 Give proper Main headers for the Haskell by Neil Mitchell · 5 years ago
  22. 824535b Make Travis use the htest target, just like appveyor by Neil Mitchell · 5 years ago
  23. 1f98050 Remove redundant sources by Jorge Acereda · 5 years ago
  24. b11acd9 Report read on executed command for unix platforms by Jorge Acereda · 5 years ago
  25. 400b348 Fix #23 by Jorge Acereda · 5 years ago
  26. 5eacd7a Output accesses even when the command fails, closes #22 by Jorge Acereda · 5 years ago
  27. 80c1062 Warning by Jorge Acereda · 5 years ago
  28. 7acd441 Fix appveyor build by Jorge Acereda · 5 years ago
  29. dd725f0 Switch to using a static buffer for the modules loaded by Neil Mitchell · 5 years ago
  30. 8330775 Emit read for DLL's loaded before we get loaded by Neil Mitchell · 5 years ago
  31. f4e9f5a Upgrade to GHC 8.6.3 as the gcc compiler by Neil Mitchell · 5 years ago
  32. a22f822 Ignore some more generated files by Neil Mitchell · 5 years ago
  33. 2bf89d8 Try with an older image by Jorge Acereda · 7 years ago
  34. 55777e6 Use newer image by Jorge Acereda · 7 years ago upstream/ghc-8.0.2
  35. 36bcf87 Use BOM by Jorge Acereda · 7 years ago
  36. aa0812b Try without sudo by Jorge Acereda · 7 years ago
  37. 6d122a8 Try without sudo by Jorge Acereda · 7 years ago
  38. 620b864 Try with the installer script by Jorge Acereda · 7 years ago
  39. 56ae7e7 Update resolver for tests by Jorge Acereda · 7 years ago
  40. ebe83f2 Commented failing test by Jorge Acereda · 7 years ago
  41. 12f5789 Updates for ghc 8.0.2 by Jorge Acereda · 7 years ago
  42. bda89d5 Better error reporting by Jorge Acereda · 7 years ago
  43. 49d23d0 Better error reporting by Jorge Acereda · 7 years ago
  44. 945cf3f Print program name for debugging purposes by Jorge Acereda · 7 years ago
  45. cdaadb6 Don't try to initialize shared memory if environment didn't pass through by Jorge Acereda · 7 years ago
  46. 4649244 Bad wait by Jorge Acereda · 8 years ago
  47. 29dbcb7 Merge branch 'master' of https://github.com/jacereda/fsatrace by Jorge Acereda · 8 years ago
  48. e10897e Option to turn on verbose errors by Jorge Acereda · 8 years ago
  49. 9eba272 Save/restore errno by Jorge Acereda · 8 years ago
  50. 906b926 Merge by Jorge Acereda · 8 years ago
  51. 40b3ba0 Don't fallback to utimes() for UTIME_NOW/UTIME_OMIT by Jorge Acereda · 8 years ago
  52. 326170e utimensat() implementation falls back to utimes(), fixes #16 by Jorge Acereda · 8 years ago
  53. fee6072 Disambiguate sentence by Jorge Acereda · 8 years ago
  54. f6ce80b Typo by Jorge Acereda · 8 years ago
  55. 445edd3 Indentation by Jorge Acereda · 8 years ago
  56. 551ef58 Remove @path handling by Jorge Acereda · 8 years ago
  57. eacfa14 Fix quoting by Jorge Acereda · 9 years ago
  58. 506f519 Simplified by Jorge Acereda · 9 years ago
  59. 09886a1 Pipe/redirection by Jorge Acereda · 9 years ago
  60. 0e019b1 Fix windows parseDeps by Jorge Acereda · 9 years ago
  61. ef0f932 Apply hlint suggestions by Jorge Acereda · 9 years ago
  62. e4e0e39 Fix unix test by Jorge Acereda · 9 years ago
  63. 7aa8206 Let's forget cmd.exe builtins for now... by Jorge Acereda · 9 years ago
  64. 6214411 Detect failed commands by Jorge Acereda · 9 years ago
  65. 73f6803 Use Reader for tests by Jorge Acereda · 9 years ago upstream/test-reader
  66. 1853188 Don't depend on cl being installed for the tests, better cmd.exe handling by Jorge Acereda · 9 years ago
  67. 2837ba1 Fix unix suite by Jorge Acereda · 9 years ago
  68. e872e7b Test cl on Windows by Jorge Acereda · 9 years ago
  69. ae95bef Fix gcc test on Windows by Jorge Acereda · 9 years ago
  70. 38452d7 Check gcc dumps same dependencies as fsatrace by Jorge Acereda · 9 years ago
  71. e6a5d37 Fix relative tests by Jorge Acereda · 9 years ago
  72. 6f4ae19 Use execvp() by Jorge Acereda · 9 years ago
  73. 8b63d7b Return failure to the shell on error by Jorge Acereda · 9 years ago
  74. c015e0f Update README by Jorge Acereda · 9 years ago
  75. c552e09 Detect bad ops on Windows by Jorge Acereda · 9 years ago
  76. 5b02184 Bad check by Jorge Acereda · 9 years ago
  77. ab7aeec Detect relative accesses by Jorge Acereda · 9 years ago
  78. da920a0 Touch wasn't detected on Linux by Jorge Acereda · 9 years ago
  79. 2f02a93 Bad fdemit() on Linux by Jorge Acereda · 9 years ago
  80. 4327dff Merge osx-lockups by Jorge Acereda · 9 years ago
  81. 56205bc Merge osx-lockups by Jorge Acereda · 9 years ago
  82. bfa3445 Debugging osx lockups on travis by Jorge Acereda · 9 years ago
  83. 71d961b Debugging osx lockups on travis by Jorge Acereda · 9 years ago
  84. 5c93fa5 Debugging osx lockups on travis by Jorge Acereda · 9 years ago
  85. 0e0b12d Debugging osx lockups on travis by Jorge Acereda · 9 years ago
  86. 80c0883 Debugging osx lockups on travis by Jorge Acereda · 9 years ago
  87. 51d4bae Debugging osx lockups on travis by Jorge Acereda · 9 years ago
  88. 4145849 Debugging osx lockups on travis by Jorge Acereda · 9 years ago
  89. 078dc84 Debugging osx lockups on travis by Jorge Acereda · 9 years ago
  90. 4d09faa Debugging osx lockups on travis by Jorge Acereda · 9 years ago
  91. 2b2eea0 Debugging osx lockups on travis by Jorge Acereda · 9 years ago
  92. afbf5a0 Debugging osx lockups on travis by Jorge Acereda · 9 years ago
  93. 57be58f Debugging osx lockups on travis by Jorge Acereda · 9 years ago
  94. 4dea8a2 Debugging osx lockups on travis by Jorge Acereda · 9 years ago
  95. 9c40c70 Debugging osx lockups on travis by Jorge Acereda · 9 years ago
  96. 8e4a075 Debugging osx lockups on travis by Jorge Acereda · 9 years ago
  97. 15916c1 Debugging osx lockups on travis by Jorge Acereda · 9 years ago
  98. 39ed085 Debugging osx lockups on travis by Jorge Acereda · 9 years ago
  99. 1f2188e Debugging osx lockups on travis by Jorge Acereda · 9 years ago
  100. 3d75869 Debugging osx lockups on travis by Jorge Acereda · 9 years ago