Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util: Add compat for prosody module name change to C sources | Kim Alvefur | 2023-03-17 | 1 | -1/+5 |
| | |||||
* | util.struct: Fix typo in comment | Kim Alvefur | 2023-01-20 | 1 | -1/+1 |
| | |||||
* | util-src: Remove Lua 5.1 compat macros | Kim Alvefur | 2022-07-01 | 1 | -7/+1 |
| | | | | Part of #1600 | ||||
* | Spelling: Fix various spelling mistakes (thanks timeless) | Kim Alvefur | 2022-03-07 | 1 | -1/+1 |
| | | | | | | Words, sometimes I wonder how they even work Maybe I missed something. | ||||
* | util.struct: Import Roberto 'struct' library v0.3 | Matthew Wild | 2022-03-04 | 1 | -0/+422 |
Downloaded from http://www.inf.puc-rio.br/~roberto/struct/ This is for compatibility with Lua 5.2 (and 5.1). Eventually we can replace this with string.pack/string.unpack which are available in 5.3+. |