| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typos, via a Levenshtein-style corrector | Brian Wignall | 2020-01-04 | 1 | -1/+1 |
* | Adds CTRL-C handler in Windows's timeout (trac issue #12721) | ARJANEN Loïc Jean David | 2018-05-12 | 1 | -23/+32 |
* | Drop GHC 8.0 compatibility | Ryan Scott | 2018-03-13 | 1 | -3/+0 |
* | mk/boilerplate.mk defines STAGE1_GHC, not GHC_STAGE1. | Edward Z. Yang | 2017-04-02 | 1 | -1/+1 |
* | Revert "GHC_STAGE1 isn't defined, use other form." | Edward Z. Yang | 2017-03-17 | 1 | -1/+1 |
* | GHC_STAGE1 isn't defined, use other form. | Edward Z. Yang | 2017-03-17 | 1 | -1/+1 |
* | Fix broken tests | Phil Ruffwind | 2017-01-30 | 1 | -2/+6 |
* | Bump Win32 version. | Ben Gamari | 2017-01-24 | 1 | -2/+3 |
* | Fix various issues with testsuite code on Windows | Tamar Christina | 2016-12-28 | 1 | -2/+2 |
* | Expand I/O CP in comments | Joachim Breitner | 2016-12-27 | 1 | -2/+2 |
* | Allow timeout to kill entire process tree. | Tamar Christina | 2016-12-23 | 2 | -1/+15 |
* | Fix timeout's timeout on Windows | Tamar Christina | 2016-12-19 | 1 | -15/+18 |
* | Fix x86 Windows build and testsuite | Tamar Christina | 2016-12-06 | 1 | -1/+2 |
* | Fix testsuite threading, timeout, encoding and performance issues on Windows | Tamar Christina | 2016-11-29 | 2 | -13/+272 |
* | testsuite/timeout: Ensure that processes are cleaned up on Windows | Ben Gamari | 2016-10-17 | 1 | -16/+19 |
* | Testsuite: do not print timeout message | Thomas Miedema | 2016-06-28 | 1 | -6/+1 |
* | Testsuite: only print msg when timeout kills process unexpectedly | Thomas Miedema | 2015-09-04 | 1 | -2/+0 |
* | testsuite: Show killed command line on timeout | Ben Gamari | 2015-07-21 | 2 | -5/+6 |
* | Build system: prevent "./Setup: Command not found" | Thomas Miedema | 2015-05-30 | 1 | -1/+1 |
* | Python 3 support, second attempt (Trac #9184) | Krzysztof Gogolewski | 2014-10-19 | 2 | -2/+2 |
* | Revert "Basic Python 3 support for testsuite driver (Trac #9184)" | Krzysztof Gogolewski | 2014-10-03 | 2 | -2/+2 |
* | Basic Python 3 support for testsuite driver (Trac #9184) | Krzysztof Gogolewski | 2014-10-01 | 2 | -2/+2 |
* | Remove the definition of die, which is now provided by System.Exit | Simon Peyton Jones | 2014-04-28 | 1 | -4/+0 |
* | Handle ^C better when threads are being used too | Ian Lynagh | 2013-02-02 | 1 | -39/+46 |
* | Fix the timeout program following the changes to base | Ian Lynagh | 2012-06-20 | 1 | -2/+0 |
* | Don't read boilerplate.mk on 'make maintainer-clean' | Simon Peyton Jones | 2012-01-20 | 1 | -0/+2 |
* | cleaning of testsuite | David Terei | 2011-11-15 | 4 | -11/+7 |
* | Fix passing spaces to tests on Windows, and add a test for it | Ian Lynagh | 2011-10-18 | 1 | -2/+6 |
* | Fix quoting in Makefile | Ian Lynagh | 2010-04-16 | 1 | -1/+1 |
* | Use ${PYTHON} instead of relying on #!/usr/bin/env python | Matthias Kilian | 2010-04-16 | 1 | -1/+3 |
* | Always use the python timeout program on non-Windows | Ian Lynagh | 2009-10-25 | 1 | -1/+6 |
* | Complete timeout.py's unix support | Ian Lynagh | 2009-10-25 | 1 | -2/+19 |
* | Fix quoting in the testsuite timeout program's Makefile | Ian Lynagh | 2009-10-13 | 1 | -7/+7 |
* | Add some diagnostics to timeout | Ian Lynagh | 2009-10-13 | 1 | -3/+9 |
* | Use /usr/bin/env to find Python | Simon Marlow | 2009-07-23 | 2 | -2/+2 |
* | make maintainer-clean work | Simon Marlow | 2009-05-14 | 1 | -1/+1 |
* | Tell Cabal where hsc2hs; fixes trac #3147 | Ian Lynagh | 2009-04-10 | 1 | -0/+1 |
* | Do not use System.Process on Posix systems | Simon Marlow | 2008-12-22 | 1 | -27/+27 |
* | Hack to find gcc for an in-place ghc | Ian Lynagh | 2009-01-16 | 1 | -1/+7 |
* | Also canonicalise the install prefix for the timeout program | Ian Lynagh | 2009-01-16 | 1 | -1/+4 |
* | Move the Makefile changes around so they don't cause test failures | Ian Lynagh | 2009-01-14 | 1 | -0/+12 |
* | Fix timeout's clean target | Ian Lynagh | 2009-01-09 | 1 | -1/+2 |
* | Disentangle the testsuite from the compiler's build system | Ian Lynagh | 2009-01-08 | 3 | -51/+17 |
* | Make the testsuite work with the new build system | Simon Marlow | 2008-12-17 | 1 | -0/+41 |
* | follow library changes | Ian Lynagh | 2008-09-03 | 1 | -1/+1 |
* | We now depend on concurrent (split off from base) | Ian Lynagh | 2008-08-24 | 1 | -1/+1 |
* | Change the timeout program to use exceptions properly | Ian Lynagh | 2008-08-03 | 1 | -19/+30 |
* | Follow extensible exception changes | Ian Lynagh | 2008-06-23 | 1 | -6/+7 |
* | Don't fail when cleaning if cabal-bin doesn't exist | Ian Lynagh | 2008-07-29 | 1 | -1/+1 |
* | We need to tell Cabal that WinCBindings is a module of the timeout program | Ian Lynagh | 2008-07-24 | 1 | -0/+1 |