Differences From Artifact [b5deae7454]:
- File debugprint.scm — part of check-in [fdfdc48e5f] at 2023-03-16 06:13:26 on branch v1.80 — Beginnings of dual ck5/ck4 build support. (user: matt, size: 5687) [annotate] [blame] [check-ins using] [more...]
To Artifact [86c0db27d4]:
- File debugprint.scm — part of check-in [11b862d9f2] at 2024-01-31 04:12:16 on branch v1.80-revolution-remodularization — More remodularization (user: matt, size: 5735) [annotate] [blame] [check-ins using]
︙ | |||
30 31 32 33 34 35 36 37 38 39 40 41 42 43 | 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | + | chicken.process-context chicken.process-context.posix srfi-1 (prefix mtargs args:)) (define setenv set-environment-variable!) (define unsetenv unset-environment-variable!) )) ;;====================================================================== ;; debug stuff ;;====================================================================== (define verbosity (make-parameter '())) |
︙ |