lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


I am happy to announce the release of luaposix 5.1.19,
Lua bindings for POSIX (including curses).

This release avoids the use of PATH_MAX, and copes with arbitrarily-long
paths. The implementation of strlcpy is changed to a BSD-licensed
implementation; the previously-used implementation was LGPL-licensed, which
is not MIT-compatible; thanks to Alexander Gladysh for bringing this
problem to my attention. (This was just mis-released as 5.1.18; sorry!)

Download it from
https://github.com/downloads/rrthomas/luaposix/luaposix-5.1.19.tar.gz
luaposix's home page is at https://github.com/rrthomas/luaposix