Software /
code /
prosody
Log
util-src/table.c @ 12276:7c5e6ad3d778
description | author | age |
---|---|---|
util-src: Specify size of various tables to be allocated | Kim Alvefur | 2017-03-09 |
Backed out changeset a3a4ed0d34f4 C99 is ok | Kim Alvefur | 2017-03-01 |
util-src/*.c: Attach pointer * to name instead of type | Kim Alvefur | 2017-02-12 |
util-src/*.c: Squeeze repeated blank lines | Kim Alvefur | 2017-01-23 |
util-src: Make C modules assert that the Lua runtime matches what it was compiled for | Kim Alvefur | 2017-01-08 |
util.table: Move loop variable to top of function for C89 compatibility | Kim Alvefur | 2016-08-07 |
util.table: Add pack() function (this is already available in Lua 5.2+) | Matthew Wild | 2016-07-27 |
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 | 2015-04-03 |
util.table, Makefile: New C module that allows pre-allocation of tables to improve performance and decrease memory fragmentation | Matthew Wild | 2015-03-31 |