Changes In Branch v1.90-proper-interface-lists Through [b969852101] Excluding Merge-Ins
This is equivalent to a diff from cee15a9d94 to b969852101
2024-02-12
| ||
16:00 | wip check-in: 5d85b42870 user: mrwellan tags: v1.90-proper-interface-lists | |
15:42 | repl runs check-in: b969852101 user: mrwellan tags: v1.90-proper-interface-lists | |
14:31 | wip, compiles check-in: bbdb404874 user: mrwellan tags: v1.90-proper-interface-lists | |
2024-02-11
| ||
19:49 | convert to use proper interface lists check-in: bbac9c3682 user: matt tags: v1.90-proper-interface-lists | |
18:19 | Adding uses of .import files back Leaf check-in: cee15a9d94 user: matt tags: v1.90-fix-modes | |
16:41 | Moved remainder of configf into configfmod check-in: c2d750aad9 user: matt tags: v1.90-fix-modes | |
Modified Makefile from [28690e5571] to [d30fa8d10d].
︙ | |||
24 25 26 27 28 29 30 | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | - + | fossil timeline -n 350 -t ci -F "%h,%a,%b,%t,\"%c\"" > recent-commits.csv SHELL=/bin/bash PREFIX=$(PWD) CSCOPTS= INSTALL=install |
︙ |
Modified apimod.scm from [c5b4d2905e] to [49fb14301c].
︙ | |||
23 24 25 26 27 28 29 | 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | - + + + | (declare (uses debugprint)) (declare (uses dbmod)) (declare (uses dbfile)) (declare (uses tcp-transportmod)) (declare (uses megatestmod)) (module apimod |
︙ |
Modified archive.scm from [3972290090] to [e534969391].
︙ | |||
17 18 19 20 21 22 23 | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | - + | ;; ;; strftime('%m/%d/%Y %H:%M:%S','now','localtime') (declare (unit archive)) (declare (uses debugprint)) (declare (uses mtargs)) |
︙ |
Modified archivemod.scm from [ddced4be70] to [5b21746964].
︙ | |||
35 36 37 38 39 40 41 | 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | + + + + + + - + + + | (declare (uses mtmod)) (declare (uses dbmod)) (declare (uses dbfile)) (use srfi-69) (module archivemod ( archive:get-archive-disks archive:allocate-new-archive-block archive:get-timestamp-dir archive:megatest-db archive:bup-get-data |
︙ | |||
119 120 121 122 123 124 125 | 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 | - + | srfi-13 srfi-18 srfi-69 typed-records z3 ) |
︙ |
Added attic/codescanlib.scm version [6e625610ce].