Differences From Artifact [98185b83db]:
- File common.scm — part of check-in [ec5345e6ec] at 2019-08-23 12:52:15 on branch v1.65 — Added exception handler around file open for lock files to fix the server-start.lock (user: jmoon18, size: 125713) [annotate] [blame] [check-ins using] [more...]
To Artifact [25045f6e6d]:
- File common.scm — part of check-in [641de07eb2] at 2019-08-26 10:32:01 on branch v1.65-code-cleanup — Few more functions done. (user: mrwellan, size: 125759) [annotate] [blame] [check-ins using]
︙ | |||
24 25 26 27 28 29 30 31 32 33 34 35 36 37 | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | + + | matchable regex posix (srfi 18) extras ;; tcp (prefix nanomsg nmsg:) (prefix sqlite3 sqlite3:) pkts (prefix dbi dbi:) ) (declare (unit common)) (declare (uses commonmod)) (import commonmod) (include "common_records.scm") ;; (require-library margs) ;; (include "margs.scm") |
︙ |