Differences From Artifact [5a10d6d9bf]:
- File setup.scm — part of check-in [06b806d3c6] at 2011-10-04 05:33:19 on branch move-to-ck4.7.x — 99.99% complete in porting to chicken 4.7 (user: matt, size: 2704) [annotate] [blame] [check-ins using] [more...]
To Artifact [daa8cad43d]:
- File setup.scm — part of check-in [562f01e7e5] at 2011-10-05 03:35:14 on branch move-to-ck4.7.x — few more fixes from porting (user: matt, size: 2705) [annotate] [blame] [check-ins using] [more...]
︙ | |||
30 31 32 33 34 35 36 | 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | - + | (define (s:log . msg) (apply session:log s:session msg)) (session:get-vars s:session) (define (s:set-err . args) |
︙ |