util-src/pposix.c
Thu, 06 Jan 2022 18:56:06 +0100 Kim Alvefur util.pposix: Use mallinfo2() on glibc 2.33, fix #1649
Sun, 04 Jul 2021 15:11:07 +0200 Kim Alvefur util.pposix: Bind isatty(3)
Sun, 07 Jun 2020 02:25:56 +0200 Kim Alvefur util-src: Use the luaL_pushfail API added in Lua 5.4 to highlight all failure conditions
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
Sat, 16 Nov 2019 16:52:31 +0100 Kim Alvefur Merge 0.11->trunk
Sat, 16 Nov 2019 16:45:33 +0100 Kim Alvefur util.pposix: Avoid overflow of malloc info at 2GB (fixes #1445 until 4GB) 0.11
Tue, 04 Dec 2018 12:11:58 +0000 Matthew Wild util.pposix: Don't define POSIX_C_SOURCE on FreeBSD to ensure visibility of initgroups()
Sat, 08 Sep 2018 11:52:44 +0200 Kim Alvefur util.pposix: Allow _DARWIN_C_SOURCE to be overriden
Sat, 08 Sep 2018 11:51:52 +0200 Kim Alvefur Merge 0.10->trunk
Sat, 08 Sep 2018 11:46:02 +0200 Kim Alvefur util.pposix: Fix or silence a warning on OS X (#1202)
Sat, 08 Sep 2018 11:42:22 +0200 Kim Alvefur Merge 0.10->trunk
Sat, 18 Aug 2018 12:07:40 +0200 Kim Alvefur util.pposix: Fix building on OS X (#1202)
Fri, 07 Sep 2018 15:50:12 +0200 Kim Alvefur util.pposix: Restrict use of malloc_info to glibc
Fri, 07 Sep 2018 15:25:33 +0200 Kim Alvefur util.pposix: Do not attempt to assign to stdio variables [pedantic]
Wed, 08 Aug 2018 09:28:42 +0200 Emmanuel Gil Peyrot pposix: Generate an error when a passed string isn’t "unlimited".
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, 12 Jul 2018 20:42:22 +0200 Kim Alvefur util.pposix: Use freopen(3) when replacing standard IO streams (thanks ratchetfreak)
Tue, 28 Feb 2017 13:26:05 +0100 Kim Alvefur util.pposix: Remove fallocate
Wed, 01 Mar 2017 01:33:00 +0100 Kim Alvefur util.pposix: Add function for atomically appending data to a file
Thu, 09 Mar 2017 01:20:59 +0100 Kim Alvefur util-src: Specify size of various tables to be allocated
Tue, 07 Mar 2017 22:36:43 +0100 Kim Alvefur util.pposix: Use correct type for limits [-Wconstant-conversion]
Tue, 07 Mar 2017 22:33:57 +0100 Kim Alvefur util.pposix: Limit meminfo to Linux until we can figure out how to get this info on other platforms
Wed, 01 Mar 2017 22:27:11 +0100 Kim Alvefur util.pposix, configure: Move _GNU_SOURCE macro into source files
Wed, 01 Mar 2017 17:03:48 +0100 Kim Alvefur util.pposix: Expose ENOENT constant (usually 2, but you never know)
Sun, 26 Feb 2017 20:31:08 +0100 Kim Alvefur util.pposix: Fix typo in comment
Sun, 12 Feb 2017 16:42:29 +0100 Kim Alvefur util-src/*.c: Attach pointer * to name instead of type
Mon, 23 Jan 2017 18:33:35 +0100 Kim Alvefur util-src/*.c: Squeeze repeated blank lines
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
less more (0) -50 -30 tip