Software /
code /
prosody
Log
util-src/windows.c @ 13227:58083329903d
description | author | age |
---|---|---|
util-src: Remove Lua 5.1 compat macros | Kim Alvefur | 2022-07-01 |
util-src: Use the luaL_pushfail API added in Lua 5.4 to highlight all failure conditions | Kim Alvefur | 2020-06-07 |
util-src/*.c: Attach pointer * to name instead of type | Kim Alvefur | 2017-02-12 |
util-src: Make C modules assert that the Lua runtime matches what it was compiled for | Kim Alvefur | 2017-01-08 |
util-src/*.c: Invert Lua 5.2 compat to be 5.2+ by default and a macro to support 5.1 | Kim Alvefur | 2015-04-26 |
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-src/*.c: Add macro for compiling with Lua 5.2 | Kim Alvefur | 2014-09-17 |