util-src: Use the luaL_pushfail API added in Lua 5.4 to highlight all failure conditions
|
Kim Alvefur |
2020-06-07 |
util.pposix,signal: Pass around various OS numbers as integers [Lua 5.3]
|
Kim Alvefur |
2020-05-04 |
util.*.c: Add static qualifiers everywhere
|
Emmanuel Gil Peyrot |
2019-12-01 |
Merge 0.11->trunk
|
Kim Alvefur |
2019-11-16 |
util.pposix: Avoid overflow of malloc info at 2GB (fixes #1445 until 4GB)
0.11
|
Kim Alvefur |
2019-11-16 |
util.pposix: Don't define POSIX_C_SOURCE on FreeBSD to ensure visibility of initgroups()
|
Matthew Wild |
2018-12-04 |
util.pposix: Allow _DARWIN_C_SOURCE to be overriden
|
Kim Alvefur |
2018-09-08 |
Merge 0.10->trunk
|
Kim Alvefur |
2018-09-08 |
util.pposix: Fix or silence a warning on OS X (#1202)
|
Kim Alvefur |
2018-09-08 |
Merge 0.10->trunk
|
Kim Alvefur |
2018-09-08 |
util.pposix: Fix building on OS X (#1202)
|
Kim Alvefur |
2018-08-18 |
util.pposix: Restrict use of malloc_info to glibc
|
Kim Alvefur |
2018-09-07 |
util.pposix: Do not attempt to assign to stdio variables [pedantic]
|
Kim Alvefur |
2018-09-07 |
pposix: Generate an error when a passed string isn’t "unlimited".
|
Emmanuel Gil Peyrot |
2018-08-08 |
pposix, signal: Ignore unused arguments.
|
Emmanuel Gil Peyrot |
2018-08-08 |
net, pposix, signal: Check for redefined defines, fix warnings.
|
Emmanuel Gil Peyrot |
2018-08-08 |
util.pposix: Use freopen(3) when replacing standard IO streams (thanks ratchetfreak)
|
Kim Alvefur |
2018-07-12 |
util.pposix: Remove fallocate
|
Kim Alvefur |
2017-02-28 |
util.pposix: Add function for atomically appending data to a file
|
Kim Alvefur |
2017-03-01 |
util-src: Specify size of various tables to be allocated
|
Kim Alvefur |
2017-03-09 |
util.pposix: Use correct type for limits [-Wconstant-conversion]
|
Kim Alvefur |
2017-03-07 |
util.pposix: Limit meminfo to Linux until we can figure out how to get this info on other platforms
|
Kim Alvefur |
2017-03-07 |
util.pposix, configure: Move _GNU_SOURCE macro into source files
|
Kim Alvefur |
2017-03-01 |
util.pposix: Expose ENOENT constant (usually 2, but you never know)
|
Kim Alvefur |
2017-03-01 |
util.pposix: Fix typo in comment
|
Kim Alvefur |
2017-02-26 |
util-src/*.c: Attach pointer * to name instead of type
|
Kim Alvefur |
2017-02-12 |
util-src/*.c: Squeeze repeated blank lines
|
Kim Alvefur |
2017-01-23 |
util-src: Make C modules assert that the Lua runtime matches what it was compiled for
|
Kim Alvefur |
2017-01-08 |
util.pposix: rfork() seems to be FreeBSD only (fixes #412)
|
Kim Alvefur |
2016-12-19 |
util.pposix: Ask for shared file descriptor table using rfork() on *BSD (fixes #412)
|
Kim Alvefur |
2016-05-25 |