Differences From Artifact [15c6fe90f1]:
- File env.scm — part of check-in [0128bb0fae] at 2016-02-29 22:57:25 on branch envprocessing — Completed first pass on env handling (user: matt, size: 7198) [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 |