Overview
Comment: | Moving spublish and sretrieve into one tool sdat |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.60 |
Files: | files | file ages | folders |
SHA1: |
241f26434a2c503bd2a72f7b323c1c93 |
User & Date: | matt on 2015-12-12 20:24:48 |
Other Links: | branch diff | manifest | tags |
Context
2015-12-12
| ||
21:54 | Added skeleton for sretrieve check-in: 9630e130f2 user: matt tags: v1.60 | |
20:24 | Moving spublish and sretrieve into one tool sdat check-in: 241f26434a user: matt tags: v1.60 | |
20:24 | Moving spublish and sretrieve into one tool sdat check-in: 8fd9f925eb user: matt tags: v1.60 | |
Changes
Modified sharedat.scm from [18240ec105] to [2c59e32b03].
︙ | |||
45 46 47 48 49 50 51 | 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 | - + - - + + - + | ;; ;; GLOBALS ;; (define *spublish:current-tab-number* 0) (define *args-hash* (make-hash-table)) (define spublish:help (conc "Usage: spublish [action [params ...]] |
︙ |