Differences From Artifact [35b9e5966e]:
- File archive.scm — part of check-in [b72620bfbb] at 2021-01-08 12:12:37 on branch v1.6569-pjhatwal-mess — cherrypicked changes from 1.65-archive (user: pjhatwal, size: 33182) [annotate] [blame] [check-ins using] [more...]
- File attic/archive.scm — part of check-in [101ee7c52b] at 2021-03-06 04:39:46 on branch v1.65-real-chicken-5 — Try a grounds-up switch to chicken-5 (user: matt, size: 33182) [annotate] [blame] [check-ins using]
To Artifact [1fa1cf0256]:
- File archive.scm — part of check-in [cca6340787] at 2021-02-08 23:13:28 on branch v1.6569-multi-db — Merged v1.65-real branch in and fixed misturk (user: matt, size: 33229) [annotate] [blame] [check-ins using] [more...]
︙ | |||
19 20 21 22 23 24 25 26 27 28 29 30 31 32 | 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | + + + | ;; strftime('%m/%d/%Y %H:%M:%S','now','localtime') (use (prefix sqlite3 sqlite3:) srfi-1 posix regex regex-case srfi-69 format md5 message-digest srfi-18) (declare (unit archive)) (declare (uses db)) (declare (uses common)) (declare (uses commonmod)) (import commonmod) (include "common_records.scm") (include "db_records.scm") ;;====================================================================== ;; ;;====================================================================== |
︙ |