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 [85887c9778]:
- File processmod.scm — part of check-in [c049c31b51] at 2024-02-12 18:19:01 on branch v1.90-proper-interface-lists — wip (user: matt, size: 9096) [annotate] [blame] [check-ins using] [more...]
︙ | |||
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 42 43 44 45 | + + - + + + + + + + + + | (declare (unit processmod)) (declare (uses debugprint)) (declare (uses commonmod)) (use srfi-69) (module processmod ( process:children |
︙ |