Differences From Artifact [210b4269b0]:
- File env.scm — part of check-in [7b4d2dba0e] at 2016-06-16 03:19:38 on branch redir-logs — Added param for overriding port to debug:print and debug:print-info (user: matt, size: 7201) [annotate] [blame] [check-ins using] [more...]
To Artifact [a02894dee0]:
- File env.scm — part of check-in [f52cd44a6e] at 2016-06-21 09:57:02 on branch redir-logs — Switch to *default-log-port* (user: mrwellan, size: 7217) [annotate] [blame] [check-ins using] [more...]
︙ | |||
204 205 206 207 208 209 210 | 204 205 206 207 208 209 210 211 | - + | (hash-table->alist removed)))) (if c (begin (print "# Changed vars") (map (lambda (dat)(print (car dat) " " (cdr dat))) (hash-table->alist changed))))) (else |