util.*.c: Add static qualifiers everywhere
|
Emmanuel Gil Peyrot |
Sun, 01 Dec 2019 20:25:20 +0100 |
pposix, signal: Ignore unused arguments.
|
Emmanuel Gil Peyrot |
Wed, 08 Aug 2018 09:28:04 +0200 |
net, pposix, signal: Check for redefined defines, fix warnings.
|
Emmanuel Gil Peyrot |
Wed, 08 Aug 2018 09:27:34 +0200 |
util.signal: Fix loop (fixes #1047)
|
Kim Alvefur |
Thu, 30 Nov 2017 19:35:35 +0100 |
util.signal: Use a static array to keep track of pending signals (fixes #1029)
|
Kim Alvefur |
Tue, 14 Nov 2017 15:20:14 +0100 |
util.signal: Enable all GNU features, _DEFAULT_SOURCE doesn't have the desired effect before glibc 2.19
|
Kim Alvefur |
Sun, 12 Mar 2017 12:49:34 +0100 |
util.signal: Restore non-standard GNU "default" behaviour of signal(2)
|
Kim Alvefur |
Sat, 11 Mar 2017 16:41:23 +0100 |
util.pposix, configure: Move _GNU_SOURCE macro into source files
|
Kim Alvefur |
Wed, 01 Mar 2017 22:27:11 +0100 |
util-src/*.c: Attach pointer * to name instead of type
|
Kim Alvefur |
Sun, 12 Feb 2017 16:42:29 +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-src/*.c: Invert Lua 5.2 compat to be 5.2+ by default and a macro to support 5.1
|
Kim Alvefur |
Sun, 26 Apr 2015 12:38:37 +0200 |
util-src/*.c: Per convention call luaL_error() as argument to return
|
Florian Zeitz |
Fri, 03 Apr 2015 20:30:14 +0200 |
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-src/*.c: Add macro for compiling with Lua 5.2
|
Kim Alvefur |
Wed, 17 Sep 2014 14:30:29 +0200 |
util-src/*.c: Use the more concise lua_setfield
|
Kim Alvefur |
Wed, 17 Sep 2014 02:23:17 +0200 |