Changes In Branch v1.65-ulex-try-again Through [e2202d843d] Excluding Merge-Ins
This is equivalent to a diff from fe23e23b3c to e2202d843d
2020-12-31
| ||
11:20 | catchup with v1.65 Leaf check-in: d8f4f4ee27 user: pjhatwal tags: v1.65-logintest | |
2020-12-30
| ||
08:41 | Improved the makefile hacks for installing some needed .so files. check-in: 03539b7fce user: matt tags: v1.65 | |
2020-12-29
| ||
22:42 | inching along check-in: 906bf1567c user: matt tags: v1.65-ulex-try-again | |
16:17 | Bits 'n pieces in place check-in: e2202d843d user: matt tags: v1.65-ulex-try-again | |
11:42 | Merged v1.65 fixes check-in: 25464d7c31 user: matt tags: v1.65-ulex-try-again | |
2020-12-22
| ||
15:07 | Make text bold on buttons check-in: fe23e23b3c user: mrwellan tags: v1.65 | |
2020-12-21
| ||
16:55 | Switch to changing font color from button color. check-in: 9b87dc654f user: mrwellan tags: v1.65 | |
Modified Makefile from [a4c958744e] to [609c0953bd].
︙ | |||
26 27 28 29 30 31 32 | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | - + | process.scm runs.scm tasks.scm tests.scm genexample.scm \ http-transport.scm filedb.scm tdb.scm client.scm mt.scm \ ezsteps.scm lock-queue.scm sdb.scm rmt.scm api.scm \ subrun.scm portlogger.scm archive.scm env.scm \ diff-report.scm cgisetup/models/pgdb.scm # module source files |
︙ |
Modified apimod.scm from [0c866deee4] to [b79872506c].
︙ | |||
26 27 28 29 30 31 32 | 26 27 28 29 30 31 32 33 34 35 36 | - - + | * (import scheme chicken data-structures extras) (import (prefix sqlite3 sqlite3:) posix typed-records srfi-18) (import commonmod) (import (prefix ulex ulex:)) |
Added mtconfigf/Makefile version [b67298756b].
|
Added mtconfigf/mtconfigf.meta version [9fb56292e9].
|
Added mtconfigf/mtconfigf.scm version [f14586a434].