lua-users home
lua-l archive

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


>Having a POSIX library that runs against the Lua 4.1 build would be superb.

Like I said, there is already a POSIX library for Lua 4.0. It's poslib.tar.gz
all Lua ftp sites.
It should work with 4.1, except for the uses of lua_pushuserdata, which has
benn renamed in 4.1 (due to changed semantics).
The POSIX library will be fixed when 4.1 final is out.

Is anyone out there actually using the POSIX library?
--lhf