Differences From Artifact [2c1663032f]:
- File attic/datashare.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: 33556) [annotate] [blame] [check-ins using]
- File datashare-src/datashare.scm — part of check-in [155720494a] at 2021-01-16 23:19:38 on branch v1.6569-diet — Moved sauth and datashare files to appropriate subdirs, commented couple more unused functions. (user: matt, size: 33556) [annotate] [blame] [check-ins using]
- File datashare.scm — part of check-in [d668d912e4] at 2018-02-21 13:47:56 on branch v1.65 — More license clean up (missed a whole bunch) (user: mrwellan, size: 33556) [annotate] [blame] [check-ins using]
- File datashare/datashare.scm — part of check-in [a7636bcfcc] at 2019-12-06 04:50:12 on branch v1.65-try3 — Clean up (user: matt, size: 33556) [annotate] [blame] [check-ins using]
To Artifact [bce23aa6ff]:
- File datashare.scm — part of check-in [e0c6480079] at 2021-04-03 17:08:50 on branch v1.6584-ck5 — wip (user: matt, size: 33571) [annotate] [blame] [check-ins using]
︙ | |||
251 252 253 254 255 256 257 | 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 | - + | (datashare:initialize-db db))) db) (print "ERROR: invalid path for storing database: " path)))) (define (open-run-close-exception-handling proc idb . params) (handle-exceptions exn |
︙ |