Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util: Add compat for prosody module name change to C sources | Kim Alvefur | 2023-03-17 | 1 | -1/+5 |
| | |||||
* | util.table: Fix inaccurate comment | Kim Alvefur | 2022-07-11 | 1 | -1/+1 |
| | | | | | | | Probably a duplicate of the comment next to Lmove, recorded by mistake Lpack can probably be removed at some point in the near future once we are confident it is not used anywhere. | ||||
* | util-src: Remove Lua 5.1 compat macros | Kim Alvefur | 2022-07-01 | 1 | -7/+1 |
| | | | | Part of #1600 | ||||
* | util.table: Compatibility with Lua 5.1 lua_equals | Matthew Wild | 2022-03-18 | 1 | -1/+5 |
| | |||||
* | util.table: Backport table.move() from Lua 5.4 | Matthew Wild | 2022-03-18 | 1 | -0/+42 |
| | | | | | One difference is that 5.4 accepts "table-like" values (for this and other table.*() functions), but that would require additional backporting work. | ||||
* | util-src: Specify size of various tables to be allocated | Kim Alvefur | 2017-03-09 | 1 | -1/+1 |
| | |||||
* | Backed out changeset a3a4ed0d34f4 C99 is ok | Kim Alvefur | 2017-03-02 | 1 | -2/+1 |
| | |||||
* | util-src/*.c: Attach pointer * to name instead of type | Kim Alvefur | 2017-02-12 | 1 | -3/+5 |
| | |||||
* | util-src/*.c: Squeeze repeated blank lines | Kim Alvefur | 2017-01-23 | 1 | -1/+0 |
| | |||||
* | util-src: Make C modules assert that the Lua runtime matches what it was ↵ | Kim Alvefur | 2017-01-08 | 1 | -0/+3 |
| | | | | compiled for | ||||
* | 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 |