Comparison

plugins/mod_message.lua @ 10799:763bb2ce3f60

util.pposix,signal: Pass around various OS numbers as integers [Lua 5.3] Passing around PIDs, UIDs etc as integers makes it more sane in Lua 5.3. Getting 1234.0 as PID is silly. Shouldn't change any behavior as these are all integers on the C side and the integral floats are accepted as integers when passed back from Lua into C.
author Kim Alvefur <zash@zash.se>
date Mon, 04 May 2020 21:51:30 +0200
parent 8728:41c959c5c84b
child 11482:671f6b867e0d
comparison
equal deleted inserted replaced
10798:b81f4fd7f21a 10799:763bb2ce3f60