[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] LuaTask 1.6.2
- From: Theodor-Iulian Ciobanu <tciobanu@...>
- Date: Sun, 16 Sep 2007 17:54:46 +0300
Hello Daniel,
Saturday, September 15, 2007, 11:14:41 PM, you wrote:
DQ> The 1.6.2 release of LuaTask is ready to download:
DQ> http://luaforge.net/frs/?group_id=65
DQ> * Memory problems fixed (test3.lua ran without any errors during 13 days
DQ> til a manual stop).
DQ> * New task memory allocation scheme.
DQ> * New function "sleep".
DQ> * Documentation update to 1.6.2.
Great! Thank you for the "sleep" function again. And one minor
commentary: You might check for LUA_COMPAT_OPENLIB and use
luaL_register when it's not defined (the only modification I had to do
to compile out of the box).