Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util.table: Move loop variable to top of function for C89 compatibility | Kim Alvefur | 2016-08-07 | 1 | -1/+2 |
| | |||||
* | util.table: Add pack() function (this is already available in Lua 5.2+) | Matthew Wild | 2016-07-27 | 1 | -0/+15 |
| | |||||
* | util-src/*.c: astyle --indent=tab --brackets=attach --indent-switches ↵ | Kim Alvefur | 2015-04-03 | 1 | -1/+1 |
| | | | | --break-blocks --pad-oper --unpad-paren --add-brackets --align-pointer=type --lineend=linux | ||||
* | util.table, Makefile: New C module that allows pre-allocation of tables to ↵ | Matthew Wild | 2015-03-31 | 1 | -0/+14 |
improve performance and decrease memory fragmentation |