This project is mirrored from https://github.com/haskell/process.
Pull mirroring updated .
- 02 Jun, 2013 4 commits
-
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
- 27 Apr, 2013 6 commits
-
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
- 19 Feb, 2013 2 commits
-
-
Ian Lynagh authored
-
ian@well-typed.com authored
-
- 16 Feb, 2013 3 commits
-
-
ian@well-typed.com authored
-
Ian Lynagh authored
-
ian@well-typed.com authored
-
- 15 Feb, 2013 2 commits
-
-
ian@well-typed.com authored
It's had a comment reminding us to do so since 2008.
-
ian@well-typed.com authored
-
- 11 Feb, 2013 1 commit
-
-
ian@well-typed.com authored
-
- 03 Feb, 2013 1 commit
-
-
ian@well-typed.com authored
-
- 25 Jan, 2013 1 commit
-
-
ian@well-typed.com authored
-
- 30 Nov, 2012 3 commits
-
-
ian@well-typed.com authored
and remove code to support older versions
-
ian@well-typed.com authored
We now keep the HEAD version numbers as values which would be suitable for immediate release.
-
ian@well-typed.com authored
-
- 25 Sep, 2012 1 commit
-
-
ian@well-typed.com authored
-
- 24 Sep, 2012 4 commits
-
-
Simon Marlow authored
-
Simon Marlow authored
-
Simon Marlow authored
-
Simon Marlow authored
-
- 09 Sep, 2012 1 commit
-
-
pcapriotti authored
-
- 28 Jul, 2012 1 commit
-
-
ian@well-typed.com authored
We no longer gratuitously use '' when they clearly aren't necessary
-
- 10 Jul, 2012 2 commits
-
-
pcapriotti authored
-
pcapriotti authored
-
- 04 Jun, 2012 1 commit
-
-
Simon Marlow authored
I had to do some research to figure out what we were actually doing here, and it appears we're using the platform semantics (ie. execvp() on Unix and CreateProcess() on Windows), so I've documented that.
-
- 10 May, 2012 1 commit
-
-
pcapriotti authored
-
- 01 May, 2012 1 commit
-
-
Ian Lynagh authored
-
- 08 Feb, 2012 1 commit
-
-
Fixed asynchronous exception bugs in readProcess and readProcessWithExitCode This patch fixes the following two bugs: 1) If an asynchronous exception was thrown to the thread executing readProcess somewhere after createProcess was executed, the standard handles would not be closed anymore resulting in a "handle leak" so to speak. This is fixed by catching exceptions in the IO processing code and closing the standard handles when an exception occurs. Additionally, I also terminate the process and wait for its termination. 2) If an asynchronous exception was thrown to the stdout/stderr-read-thread it did not execute the putMVar anymore resulting in a dead-lock when takeMVar was executed. This is fixed by properly catching exception in the read-thread and propagating them to the parent thread which will then handle them as described above.
-
- 16 Jan, 2012 1 commit
-
-
Simon Marlow authored
-
- 19 Nov, 2011 1 commit
-
-
ssh://darcs.haskell.org/srv/darcs/packages/processbatterseapower authored
Conflicts: System/Process/Internals.hs
-
- 18 Nov, 2011 2 commits