|
|
||
|
Am 04.01.2015 um 13:27 schrieb Gary V. Vaughan:
A library binding various POSIX APIs, including curses. POSIX is the IEEE
Portable Operating System Interface standard. luaposix is based on lposix
and lcurses.
I am happy to announce release 33.2.1 of luaposix.
luaposix's home page is at http://github.com/luaposix/luaposix/
## Noteworthy changes in release 33.2.1 (2015-01-04) [stable]
### Bugs Fixed
- Install posix.curses.html documentation file correctly.
Install it with LuaRocks, using:
luarocks install luaposix 33.2.1
posix.getpid() returns a tavle but a integer. So documentation does not
match the implementation. (I like the table with all the pids :) May be
you implement a getpids() function? )
Ulrich.