Commit Graph

14 Commits (780b392d25ff067015f561fcb152bc01ac3ea650)

Author SHA1 Message Date
Kim Alvefur 8136aa749a util: Add compat for prosody module name change to C sources 3 years ago
Kim Alvefur dabdfc91be util.table: Fix inaccurate comment 4 years ago
Kim Alvefur dff4beae02 util-src: Remove Lua 5.1 compat macros 4 years ago
Kim Alvefur 384687ffa4 util-src: Specify size of various tables to be allocated 9 years ago
Matthew Wild ca3d1e1958 util.table: Compatibility with Lua 5.1 lua_equals 4 years ago
Matthew Wild 26605b5197 util.table: Backport table.move() from Lua 5.4 4 years ago
Kim Alvefur 3bf3935e78 Backed out changeset a3a4ed0d34f4 C99 is ok 9 years ago
Kim Alvefur 40d8e257d8 util-src/*.c: Attach pointer * to name instead of type 9 years ago
Kim Alvefur 5b10d245e3 util-src: Make C modules assert that the Lua runtime matches what it was compiled for 9 years ago
Kim Alvefur 0d28378a7a util-src/*.c: Squeeze repeated blank lines 9 years ago
Kim Alvefur 2c74295bfa util.table: Move loop variable to top of function for C89 compatibility 10 years ago
Matthew Wild 544456bc19 util.table: Add pack() function (this is already available in Lua 5.2+) 10 years ago
Kim Alvefur e866ef555a util-src/*.c: astyle --indent=tab --brackets=attach --indent-switches --break-blocks --pad-oper --unpad-paren --add-brackets --align-pointer=type --lineend=linux 11 years ago
Matthew Wild f9a6cc2cc9 util.table, Makefile: New C module that allows pre-allocation of tables to improve performance and decrease memory fragmentation 11 years ago