[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Lua-SS
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 6 Aug 2001 20:35:26 -0300 (EST)
>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