| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-10-10 | lua-utf8: Update to 0.1.3 | nia | 1 | -2/+2 | |
| changes: update Unicode version to 14 Fix compile error on CentOS6 | |||||
| 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-02 | textproc: Add lua-utf8 | nia | 1 | -0/+26 | |
| This module adds UTF-8 support to Lua. It's compatible with Lua's own string module, and passes all string and pattern matching tests in Lua's test suite. It also adds some useful routines against UTF-8 features: - a convenient interface to escape Unicode sequences in strings. - string insert/remove, since UTF-8 substring extract may be expensive. - calculate Unicode width, useful when implementing e.g. console emulator. - a useful interface to translate Unicode offsets and byte offsets. | |||||
