lua-users home
lua-l archive

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


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).