Path to this page:
Subject: CVS commit: pkgsrc/parallel/lua-lanes
From: Nia Alarie
Date: 2022-03-06 08:51:11
Message id: 20220306075111.314FBFB24@cvs.NetBSD.org
Log Message:
lua-lanes: update to 3.16.0
Changes:
- fix require() wrapper to return all values returned by original require()
- Lanes no longer relies on malloc/free for internal allocations, but uses the \
primary alloc function from the master Lua state (excepted for LuaJIT flavors, \
because the allocator seems to assume that it won't be used oustide the Lua \
state).
- __lanesclone is now called only once with 3 parameters dest, source, size \
-> BREAKS CUSTOM DEEP USERDATA API
Files: