Differences From Artifact [1eae9c3686]:
- Executable file diff-report.scm — part of check-in [3d4fba2e82] at 2020-04-06 06:37:29 on branch v1.65-newview — Change few imports (user: matt, size: 18060) [annotate] [blame] [check-ins using] [more...]
To Artifact [722e4fdcd5]:
- Executable file attic/diff-report.scm — part of check-in [101ee7c52b] at 2021-03-06 04:39:46 on branch v1.65-real-chicken-5 — Try a grounds-up switch to chicken-5 (user: matt, size: 18057) [annotate] [blame] [check-ins using]
- File diff-report.scm — part of check-in [7a74b8e952] at 2018-03-26 10:46:58 on branch v1.65-modularization — Added missing copyright notices (user: mrwellan, size: 18057) [annotate] [blame] [check-ins using]
︙ | |||
19 20 21 22 23 24 25 | 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | - + | (declare (unit diff-report)) (declare (uses common)) (declare (uses rmt)) (include "common_records.scm") (use matchable) (use fmt) |
︙ |