Thu, 21 May 2009 16:56:42 +0300implement lua_thread_abort, add lua_thread_yield_state func, and fix lua_thread_resume_state to use protected mode
Tero Marttila <terom@fixme.fi> [Thu, 21 May 2009 16:56:42 +0300] rev 210
implement lua_thread_abort, add lua_thread_yield_state func, and fix lua_thread_resume_state to use protected mode

Thu, 21 May 2009 16:55:56 +0300accept NULL for log function fmt arg
Tero Marttila <terom@fixme.fi> [Thu, 21 May 2009 16:55:56 +0300] rev 209
accept NULL for log function fmt arg

Thu, 21 May 2009 16:24:52 +0300merge lua-threads branch, all lua_console input is now executed in a new lua thread
Tero Marttila <terom@fixme.fi> [Thu, 21 May 2009 16:24:52 +0300] rev 208
merge lua-threads branch, all lua_console input is now executed in a new lua thread

Thu, 21 May 2009 16:23:50 +0300fix lua_nexus_sleep to use EV_TIMEOUT + misc lua-threads
Tero Marttila <terom@fixme.fi> [Thu, 21 May 2009 16:23:50 +0300] rev 207
fix lua_nexus_sleep to use EV_TIMEOUT + misc

Thu, 21 May 2009 16:23:27 +0300fix console to ignore input while waiting, and rename have_input -> have_prompt lua-threads
Tero Marttila <terom@fixme.fi> [Thu, 21 May 2009 16:23:27 +0300] rev 206
fix console to ignore input while waiting, and rename have_input -> have_prompt

Thu, 21 May 2009 16:23:08 +0300fix lua_console to use new lua_thread API lua-threads
Tero Marttila <terom@fixme.fi> [Thu, 21 May 2009 16:23:08 +0300] rev 205
fix lua_console to use new lua_thread API

Thu, 21 May 2009 16:22:57 +0300fix lua_thread to call lua_resume from outside TL state, and to never call the callback directly lua-threads
Tero Marttila <terom@fixme.fi> [Thu, 21 May 2009 16:22:57 +0300] rev 204
fix lua_thread to call lua_resume from outside TL state, and to never call the callback directly

Wed, 20 May 2009 22:53:05 +0300implement lua_threads, nexus:sleep test func, and basic support in console/lua_console... doesn't actually work yet lua-threads
Tero Marttila <terom@fixme.fi> [Wed, 20 May 2009 22:53:05 +0300] rev 203
implement lua_threads, nexus:sleep test func, and basic support in console/lua_console... doesn't actually work yet

Wed, 20 May 2009 22:52:01 +0300slight tweaks to nexus_lua, use error_t and no need to pop the loaded chunk ourselv - lua_pcall will always do that
Tero Marttila <terom@fixme.fi> [Wed, 20 May 2009 22:52:01 +0300] rev 202
slight tweaks to nexus_lua, use error_t and no need to pop the loaded chunk ourselv - lua_pcall will always do that

Wed, 20 May 2009 22:49:03 +0300implement LUA_ARG_INT
Tero Marttila <terom@fixme.fi> [Wed, 20 May 2009 22:49:03 +0300] rev 201
implement LUA_ARG_INT