Path to this page:
Subject: CVS commit: pkgsrc/devel/lua-posix
From: Nia Alarie
Date: 2020-07-14 14:41:21
Message id: 20200714124121.B8E2DFB28@cvs.NetBSD.org
Log Message:
lua-posix: Update to 35.0
Incompatible Changes
Internally, we use our own bitwise operation wrapper functions
rather than bit32 where possible. This means bitwise operations
when running under Lua 5.3+ work on 64bit integers.
Bugs Fixed
posix.deprecated.getrlimit and posix.deprecated.setrlimit pass
tests again.
New Features
Initial support for Lua 5.4.
Files: