Differences From Artifact [cec751176f]:
- File items.scm — part of check-in [b1669bc3d1] at 2012-10-18 14:56:18 on branch enhanced-debug — Added fine grained control over debug:print printing and added speciallized printer debug:print-info (user: mrwellan, size: 5189) [annotate] [blame] [check-ins using] [more...]
To Artifact [225b8827e5]:
- File items.scm — part of check-in [59a91e0488] at 2012-12-11 13:23:36 on branch trunk — Removed some irrelevant informational noise, changed auto server launch back to fork (user: mrwellan, size: 5195) [annotate] [blame] [check-ins using] [more...]
︙ | |||
120 121 122 123 124 125 126 | 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 | - + | (set! res (append res (list item))) (loop (+ indx 1) '() #f))) res))) ;; Nope, not now, return null as of 6/6/2011 |
︙ |