util-src/signal.c
Sat, 24 Feb 2024 00:05:29 +0100 Kim Alvefur util.signal: Add support for signalfd(2) on Linux
Fri, 17 Mar 2023 18:03:07 +0100 Kim Alvefur util: Add compat for prosody module name change to C sources
Fri, 01 Jul 2022 21:21:21 +0200 Kim Alvefur util-src: Remove Lua 5.1 compat macros
Mon, 04 May 2020 21:51:30 +0200 Kim Alvefur util.pposix,signal: Pass around various OS numbers as integers [Lua 5.3]
Sun, 01 Dec 2019 20:25:20 +0100 Emmanuel Gil Peyrot util.*.c: Add static qualifiers everywhere
Wed, 08 Aug 2018 09:28:04 +0200 Emmanuel Gil Peyrot pposix, signal: Ignore unused arguments.
Wed, 08 Aug 2018 09:27:34 +0200 Emmanuel Gil Peyrot net, pposix, signal: Check for redefined defines, fix warnings.
Thu, 30 Nov 2017 19:35:35 +0100 Kim Alvefur util.signal: Fix loop (fixes #1047)
Tue, 14 Nov 2017 15:20:14 +0100 Kim Alvefur util.signal: Use a static array to keep track of pending signals (fixes #1029)
Sun, 12 Mar 2017 12:49:34 +0100 Kim Alvefur util.signal: Enable all GNU features, _DEFAULT_SOURCE doesn't have the desired effect before glibc 2.19
Sat, 11 Mar 2017 16:41:23 +0100 Kim Alvefur util.signal: Restore non-standard GNU "default" behaviour of signal(2)
Wed, 01 Mar 2017 22:27:11 +0100 Kim Alvefur util.pposix, configure: Move _GNU_SOURCE macro into source files
Sun, 12 Feb 2017 16:42:29 +0100 Kim Alvefur util-src/*.c: Attach pointer * to name instead of type
Sun, 08 Jan 2017 14:21:08 +0100 Kim Alvefur util-src: Make C modules assert that the Lua runtime matches what it was compiled for
Sun, 26 Apr 2015 12:38:37 +0200 Kim Alvefur util-src/*.c: Invert Lua 5.2 compat to be 5.2+ by default and a macro to support 5.1
Fri, 03 Apr 2015 20:30:14 +0200 Florian Zeitz util-src/*.c: Per convention call luaL_error() as argument to return
Fri, 03 Apr 2015 19:52:48 +0200 Kim Alvefur util-src/*.c: astyle --indent=tab --brackets=attach --indent-switches --break-blocks --pad-oper --unpad-paren --add-brackets --align-pointer=type --lineend=linux
Wed, 17 Sep 2014 14:30:29 +0200 Kim Alvefur util-src/*.c: Add macro for compiling with Lua 5.2
Wed, 17 Sep 2014 02:23:17 +0200 Kim Alvefur util-src/*.c: Use the more concise lua_setfield
Tue, 16 Sep 2014 21:56:18 +0200 Kim Alvefur util-src/*.c: Don't create globals when loaded
Sun, 20 Jun 2010 04:07:55 +0500 Waqas Hussain util.signal: Moved a variable declaration to the top of a function, for ANSI C compliance.
Sun, 20 Jun 2010 04:01:25 +0500 Waqas Hussain util.signal: Removed #include <sys/param.h>, as it appears unnecessary.
Sun, 20 Jun 2010 03:36:46 +0500 Waqas Hussain util.signal: Make kill() available on OS X (thanks darkrain).
Tue, 15 Jun 2010 16:57:15 +0500 Waqas Hussain util.signal: Make kill() available on OpenBSD, NetBSD (thanks Florob, filip).
Fri, 15 Jan 2010 18:30:33 +0100 Tobias Markmann util.signal: Using stdlib.h instead of malloc.h.
Sun, 10 Jan 2010 03:54:29 +0000 Matthew Wild util.signal: Restore the old debug hook earlier, just in case we receive another signal between clearing the signal queue and restoring it
Sun, 10 Jan 2010 00:31:38 +0000 Matthew Wild util.signal: Update version in header, and author's email
Sun, 10 Jan 2010 00:28:48 +0000 Matthew Wild util.signal: Queue up multiple signals, instead of trampling on the previous debug hook (and never clearing our own)
Wed, 30 Dec 2009 20:24:11 +0000 Matthew Wild util.signal: Update header comment for new filename
Wed, 09 Dec 2009 16:25:18 +0500 Waqas Hussain util.signal: Make kill() available on Solaris; really fixes #136.
Fri, 04 Dec 2009 03:02:25 +0000 Brian Cully util-src/Makefile: Clean up makefile, rename lsignal.c to signal.c
less more (0) tip