prosody/util-src
Matthew Wild fe56effa55 util.struct: Import Roberto 'struct' library v0.3
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+.
2022-03-04 15:03:02 +00:00
..
compat.c util.xpcall, util.compat: Add non-hacky multi-argument xpcall() for Lua 5.1 2018-10-26 19:29:08 +01:00
crand.c util.crand: Build with musl/non-glibc (can't have undefined argument-taking macros?) 2017-04-25 01:35:13 +02:00
encodings.c util-src: Use the luaL_pushfail API added in Lua 5.4 to highlight all failure conditions 2020-06-07 02:25:56 +02:00
GNUmakefile util.struct: Import Roberto 'struct' library v0.3 2022-03-04 15:03:02 +00:00
hashes.c Merge 0.11->trunk 2021-05-13 11:17:13 +01:00
make.bat Added make.bat for windows 2008-11-27 22:28:33 +05:00
makefile Merge 0.11->trunk 2020-10-15 14:25:09 +01:00
Makefile.win Makefile.win: Added support for util.windows, improved cleanup of temporary files, switched to dynamic linking with MSVCRT, etc. 2009-10-31 05:05:46 +05:00
net.c util-src: Use the luaL_pushfail API added in Lua 5.4 to highlight all failure conditions 2020-06-07 02:25:56 +02:00
poll.c util-src: Use the luaL_pushfail API added in Lua 5.4 to highlight all failure conditions 2020-06-07 02:25:56 +02:00
pposix.c util.pposix: Use mallinfo2() on glibc 2.33, fix #1649 2022-01-06 18:56:06 +01:00
ringbuffer.c util.ringbuffer: Ensure unsigned chars are always returned from :byte() 2020-06-24 12:34:20 +01:00
signal.c util.pposix,signal: Pass around various OS numbers as integers [Lua 5.3] 2020-05-04 21:51:30 +02:00
strbitop.c Back out changeset 2c1583bb0e0f 2020-10-15 17:21:58 +02:00
struct.c util.struct: Import Roberto 'struct' library v0.3 2022-03-04 15:03:02 +00:00
table.c util-src: Specify size of various tables to be allocated 2017-03-09 01:20:59 +01:00
time.c util.*.c: Add static qualifiers everywhere 2019-12-01 20:25:20 +01:00
windows.c util-src: Use the luaL_pushfail API added in Lua 5.4 to highlight all failure conditions 2020-06-07 02:25:56 +02:00