Differences From Artifact [1cce7c0878]:
- File processmod.scm — part of check-in [ab455d50eb] at 2024-01-30 12:54:02 on branch v1.80-revolution-modfiles — Moved bunch of stuff into module files (user: mrwellan, size: 8920) [annotate] [blame] [check-ins using] [more...]
To Artifact [42996e8ab1]:
- File processmod.scm — part of check-in [e0be4c40b4] at 2024-02-12 13:45:48 on branch v1.90-proper-interface-lists — wip (user: mrwellan, size: 9028) [annotate] [blame] [check-ins using]
︙ | |||
21 22 23 24 25 26 27 | 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | + + + + + - + + | (declare (unit processmod)) (declare (uses debugprint)) (declare (uses commonmod)) (use srfi-69) (module processmod ( process:cmd-run->list process:alive? run-n-wait process:cmd-run-with-stderr-and-exitcode->list |
︙ |