Differences From 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...]
To Artifact [a5d18c5499]:
- File env.scm — part of check-in [537ddaa4f1] at 2016-06-22 10:43:01 on branch v1.61 — Converted to using debug:print-error and added double printing of errors when output is sent to log file (user: mrwellan, size: 7216) [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 |