Differences From Artifact [5bcd34288f]:
- File attic/mlaunch.scm — part of check-in [a7636bcfcc] at 2019-12-06 04:50:12 on branch v1.65-try3 — Clean up (user: matt, size: 1215) [annotate] [blame] [check-ins using] [more...]
- File attic_modular/mlaunch.scm — part of check-in [5d8e30ec14] at 2021-03-06 04:45:53 on branch v1.65-real-chicken-5 — wip (user: matt, size: 1215) [annotate] [blame] [check-ins using]
- File mlaunch.scm — part of check-in [d668d912e4] at 2018-02-21 13:47:56 on branch v1.65 — More license clean up (missed a whole bunch) (user: mrwellan, size: 1215) [annotate] [blame] [check-ins using]
To Artifact [62be2ae3e1]:
- File attic/mlaunch.scm — part of check-in [57d442213a] at 2023-03-31 21:32:12 on branch v1.80-mbi — More cleanup (user: matt, size: 1261) [annotate] [blame] [check-ins using] [more...]
- File mlaunch.scm — part of check-in [5cb7bf9076] at 2023-02-23 08:46:55 on branch v1.80 — configf ext-tests fixed. (user: matt, size: 1261) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
26 27 28 29 30 31 32 33 | ;;====================================================================== (use sqlite3 srfi-1 posix regex regex-case srfi-69 format) (declare (unit mlaunch)) (declare (uses db)) (declare (uses common)) | > > | 26 27 28 29 30 31 32 33 34 35 | ;;====================================================================== (use sqlite3 srfi-1 posix regex regex-case srfi-69 format) (declare (unit mlaunch)) (declare (uses db)) (declare (uses common)) (declare (uses commonmod)) (import commonmod) |