| 1 | 1 patch for repository http://darcs.haskell.org/packages/process: |
|---|
| 2 | |
|---|
| 3 | Mon Oct 4 19:48:14 Central European Daylight Time 2010 gracjanpolak@gmail.com |
|---|
| 4 | * Close error handle in readProcessWithExitCode |
|---|
| 5 | |
|---|
| 6 | New patches: |
|---|
| 7 | |
|---|
| 8 | [Close error handle in readProcessWithExitCode |
|---|
| 9 | gracjanpolak@gmail.com**20101004174814 |
|---|
| 10 | Ignore-this: d03957ab69399f705def216618b9bb9 |
|---|
| 11 | ] hunk ./System/Process.hs 425 |
|---|
| 12 | takeMVar outMVar |
|---|
| 13 | takeMVar outMVar |
|---|
| 14 | hClose outh |
|---|
| 15 | + hClose errh |
|---|
| 16 | |
|---|
| 17 | -- wait on the process |
|---|
| 18 | ex <- waitForProcess pid |
|---|
| 19 | |
|---|
| 20 | Context: |
|---|
| 21 | |
|---|
| 22 | [Merge System.Process.translate with System.Process.Internals.translate |
|---|
| 23 | Ian Lynagh <igloo@earth.li>**20100928225734 |
|---|
| 24 | Ignore-this: fe22507801ef5149c9f6e7ae90742948 |
|---|
| 25 | Avoids a name collision on Windows |
|---|
| 26 | ] |
|---|
| 27 | [Define showCommandForUser; fixes proposal #4305 |
|---|
| 28 | Ian Lynagh <igloo@earth.li>**20100926210604] |
|---|
| 29 | [Bump dependencies |
|---|
| 30 | Ian Lynagh <igloo@earth.li>**20100917183932 |
|---|
| 31 | Ignore-this: e82e3d219c8124f7e5c863b8d4f88ade |
|---|
| 32 | ] |
|---|
| 33 | [Bump version number 1.0.1.3 -> 1.0.1.4 |
|---|
| 34 | Ian Lynagh <igloo@earth.li>**20100916161914] |
|---|
| 35 | [fix #4198 with BINDIST=YES (config.compiler needs to be quoted) |
|---|
| 36 | Simon Marlow <marlowsd@gmail.com>**20100914092414 |
|---|
| 37 | Ignore-this: 34e2d42e62cf117aceab36af0adb2c03 |
|---|
| 38 | ] |
|---|
| 39 | [Whitespace only |
|---|
| 40 | Ian Lynagh <igloo@earth.li>**20100912104516] |
|---|
| 41 | [add a test for #4198 |
|---|
| 42 | Simon Marlow <marlowsd@gmail.com>**20100813151121 |
|---|
| 43 | Ignore-this: aca2dab2209e68ac430a94e98756b52b |
|---|
| 44 | ] |
|---|
| 45 | [Cope with an exit code of -1 (#4198) |
|---|
| 46 | Simon Marlow <marlowsd@gmail.com>**20100813151038 |
|---|
| 47 | Ignore-this: 6d12b19749b8a6f5d38c89aa9ace86d8 |
|---|
| 48 | ] |
|---|
| 49 | [Fix comment typo and whitespace |
|---|
| 50 | Ian Lynagh <igloo@earth.li>**20100711102627 |
|---|
| 51 | Ignore-this: b4bb0371a5511ff862d79dd8f8026ba8 |
|---|
| 52 | ] |
|---|
| 53 | [Correct documentation of readProcess |
|---|
| 54 | Simon Hengel <simon.hengel@wiktory.org>**20100711075517 |
|---|
| 55 | Ignore-this: 473457730146d2d93dd3ddbdae56f78e |
|---|
| 56 | |
|---|
| 57 | * The return type is not 'Either (ExitCode, String) String', it is just |
|---|
| 58 | 'String' |
|---|
| 59 | * readProcess does not return stderr + stdout, it returns just stdout |
|---|
| 60 | ] |
|---|
| 61 | [bump version to 1.0.1.3 |
|---|
| 62 | Ian Lynagh <igloo@earth.li>**20100519181550] |
|---|
| 63 | [Fix #4074: disable the timer signal around fork() |
|---|
| 64 | Simon Marlow <marlowsd@gmail.com>**20100518083617 |
|---|
| 65 | Ignore-this: 3a3cb5ddb04715a499eccf523f6f56b4 |
|---|
| 66 | ] |
|---|
| 67 | [Allow filepath-1.2.* |
|---|
| 68 | Simon Marlow <marlowsd@gmail.com>**20100505101104 |
|---|
| 69 | Ignore-this: 4314b3bb5af924c3354ba85bace525ba |
|---|
| 70 | ] |
|---|
| 71 | [Add comments re: #431 |
|---|
| 72 | Simon Marlow <marlowsd@gmail.com>**20091211100540 |
|---|
| 73 | Ignore-this: 98ababbd89b873bdab7ccb398d28d4b9 |
|---|
| 74 | ] |
|---|
| 75 | [Fix the 3231 test |
|---|
| 76 | Ian Lynagh <igloo@earth.li>**20091209195024] |
|---|
| 77 | [Add aclocal.m4 to extra-source-files |
|---|
| 78 | Ian Lynagh <igloo@earth.li>**20090921165620] |
|---|
| 79 | [Bump version to 1.0.1.2 |
|---|
| 80 | Ian Lynagh <igloo@earth.li>**20090920141949] |
|---|
| 81 | [Fix unportable use of sleep(1) |
|---|
| 82 | Matthias Kilian <kili@outback.escape.de>**20090829093720 |
|---|
| 83 | Ignore-this: c23892584741f1b5206952abd3e47177 |
|---|
| 84 | `sleep 1s' is probably a GNUism; `sleep 1' should do the same in a |
|---|
| 85 | portable way. |
|---|
| 86 | ] |
|---|
| 87 | [fix parallel test bugs |
|---|
| 88 | Simon Marlow <marlowsd@gmail.com>**20090727125348 |
|---|
| 89 | Ignore-this: 42b1fb60cb0dc9085483a9a0049c4167 |
|---|
| 90 | ] |
|---|
| 91 | [Use Unicode strings for the command and working dir on Windows |
|---|
| 92 | Simon Marlow <marlowsd@gmail.com>**20090630091508 |
|---|
| 93 | Ignore-this: 2bb455399a1d68d54aeeeeb0427f8636 |
|---|
| 94 | ] |
|---|
| 95 | [Fix some "warn-unused-do-bind" warnings where we want to ignore the value |
|---|
| 96 | Ian Lynagh <igloo@earth.li>**20090710201717] |
|---|
| 97 | [Remove unused imports |
|---|
| 98 | Ian Lynagh <igloo@earth.li>**20090707115856] |
|---|
| 99 | [TAG 2009-06-25 |
|---|
| 100 | Ian Lynagh <igloo@earth.li>**20090625160350] |
|---|
| 101 | Patch bundle hash: |
|---|
| 102 | d7de0ed4b34365d9824ccb447362c1dce689ef9e |
|---|