| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-11-23 | massive revision bump after textproc/icu update | adam | 1 | -2/+2 | |
| 2022-04-18 | revbump for textproc/icu update | adam | 1 | -2/+2 | |
| 2021-12-08 | revbump for icu and libffi | adam | 1 | -2/+2 | |
| 2021-04-21 | revbump for textproc/icu | adam | 1 | -2/+2 | |
| 2020-11-05 | *: Recursive revbump from textproc/icu-68.1 | ryoon | 1 | -1/+2 | |
| 2020-07-11 | Add LUA_LINKER_MAGIC variable that centrally sets LDFLAGS on Darwin, | nia | 1 | -3/+1 | |
| as should probably have been done to begin with. Remove per-package hacks. | |||||
| 2020-07-11 | also use -bundle | nia | 1 | -2/+2 | |
| 2020-07-11 | Help the macOS linker understand that these are runtime-loaded modules. | nia | 1 | -1/+3 | |
| 2020-07-09 | databases: Add lua-lsqlite3 | nia | 1 | -0/+40 | |
| lsqlite3 is a thin wrapper around the public domain SQLite3 database engine. The lsqlite3 module supports the creation and manipulation of SQLite3 databases. After a require('lsqlite3') the exported functions are called with prefix sqlite3. However, most sqlite3 functions are called via an object-oriented interface to either database or SQL statement objects. | |||||
