aboutsummaryrefslogtreecommitdiffstats
path: root/util-src/struct.c
Commit message (Collapse)AuthorAgeFilesLines
* util: Add compat for prosody module name change to C sourcesKim Alvefur2023-03-171-1/+5
|
* util.struct: Fix typo in commentKim Alvefur2023-01-201-1/+1
|
* util-src: Remove Lua 5.1 compat macrosKim Alvefur2022-07-011-7/+1
| | | | Part of #1600
* Spelling: Fix various spelling mistakes (thanks timeless)Kim Alvefur2022-03-071-1/+1
| | | | | | Words, sometimes I wonder how they even work Maybe I missed something.
* util.struct: Import Roberto 'struct' library v0.3Matthew Wild2022-03-041-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+.