Log

util-src/table.c @ 13256:53708752cc5d

description author age
util: Add compat for prosody module name change to C sources Kim Alvefur Fri, 17 Mar 2023 18:03:07 +0100
util.table: Fix inaccurate comment Kim Alvefur Mon, 11 Jul 2022 20:02:10 +0200
util-src: Remove Lua 5.1 compat macros Kim Alvefur Fri, 01 Jul 2022 21:21:21 +0200
util.table: Compatibility with Lua 5.1 lua_equals Matthew Wild Fri, 18 Mar 2022 15:29:05 +0000
util.table: Backport table.move() from Lua 5.4 Matthew Wild Fri, 18 Mar 2022 15:21:25 +0000
util-src: Specify size of various tables to be allocated Kim Alvefur Thu, 09 Mar 2017 01:20:59 +0100
Backed out changeset a3a4ed0d34f4 C99 is ok Kim Alvefur Thu, 02 Mar 2017 00:46:32 +0100
util-src/*.c: Attach pointer * to name instead of type Kim Alvefur Sun, 12 Feb 2017 16:42:29 +0100
util-src/*.c: Squeeze repeated blank lines Kim Alvefur Mon, 23 Jan 2017 18:33:35 +0100
util-src: Make C modules assert that the Lua runtime matches what it was compiled for Kim Alvefur Sun, 08 Jan 2017 14:21:08 +0100
util.table: Move loop variable to top of function for C89 compatibility Kim Alvefur Sun, 07 Aug 2016 20:49:50 +0200
util.table: Add pack() function (this is already available in Lua 5.2+) Matthew Wild Wed, 27 Jul 2016 13:39:19 +0100
util-src/*.c: astyle --indent=tab --brackets=attach --indent-switches --break-blocks --pad-oper --unpad-paren --add-brackets --align-pointer=type --lineend=linux Kim Alvefur Fri, 03 Apr 2015 19:52:48 +0200
util.table, Makefile: New C module that allows pre-allocation of tables to improve performance and decrease memory fragmentation Matthew Wild Tue, 31 Mar 2015 11:59:17 +0100