[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] luaposix-5.1.1 released (lposix fork)
- From: Natanael Copa <natanael.copa@...>
- Date: Fri, 25 Jan 2008 17:13:41 +0100
Hi,
I have forked lposix. First release includes some patches submitted on
this list.
This first release is basicly lposix with a cleaned up Makefile + the
patches found here:
http://lua-users.org/lists/lua-l/2006-10/msg00448.html
http://lua-users.org/lists/lua-l/2007-11/msg00346.html
When the promised extened OS library[1] arrives I will most likely
remove the overlapping functions in luaposix. posix specific functions
that does not overlap will still be maintained and added. (e.g dup())
Releases numbered 5.1.x[.y] will work with lua-5.1 series. The 'x' will
add/change features and .y releases will be strict bugfixes (no new
features).
I had planned to add syslog functions and fix dup() to handle lua files
(FILE*) rather than file descriptors (int). Now that luasyslog just
released I will have to re-evaluate that.
Patches are welcome!
-nc
[1] http://lua-users.org/lists/lua-l/2006-10/msg00499.html