Thu, 28 May 2009 01:17:36 +0300some of the lib/transport stuff compiles new-lib-errors tip
Tero Marttila <terom@fixme.fi> [Thu, 28 May 2009 01:17:36 +0300] rev 219
some of the lib/transport stuff compiles

Thu, 28 May 2009 00:35:02 +0300some of spbot and lib compiles new-lib-errors
Tero Marttila <terom@fixme.fi> [Thu, 28 May 2009 00:35:02 +0300] rev 218
some of spbot and lib compiles

Wed, 27 May 2009 23:57:48 +0300nexus.c compiles new-lib-errors
Tero Marttila <terom@fixme.fi> [Wed, 27 May 2009 23:57:48 +0300] rev 217
nexus.c compiles

Wed, 27 May 2009 23:07:00 +0300initial error code new-lib-errors
Tero Marttila <terom@fixme.fi> [Wed, 27 May 2009 23:07:00 +0300] rev 216
initial error code

Sat, 23 May 2009 00:33:23 +0300fix lua_thread_resume_state to not call lua_resume from a CFunction executing in the same state; lua_thread_done is now unprotected... default
Tero Marttila <terom@fixme.fi> [Sat, 23 May 2009 00:33:23 +0300] rev 215
fix lua_thread_resume_state to not call lua_resume from a CFunction executing in the same state; lua_thread_done is now unprotected...

Thu, 21 May 2009 17:08:47 +0300merge lua_thread_setup bcak into _lua_thread_start, as everything can be done on the main lua state
Tero Marttila <terom@fixme.fi> [Thu, 21 May 2009 17:08:47 +0300] rev 214
merge lua_thread_setup bcak into _lua_thread_start, as everything can be done on the main lua state

Thu, 21 May 2009 16:57:56 +0300implement lua_console_on_interrupt to abort any executing thread
Tero Marttila <terom@fixme.fi> [Thu, 21 May 2009 16:57:56 +0300] rev 213
implement lua_console_on_interrupt to abort any executing thread

Thu, 21 May 2009 16:57:28 +0300add a console_callbacks::on_interrupt callback triggered by SIGINT while waiting
Tero Marttila <terom@fixme.fi> [Thu, 21 May 2009 16:57:28 +0300] rev 212
add a console_callbacks::on_interrupt callback triggered by SIGINT while waiting

Thu, 21 May 2009 16:57:00 +0300fix lua_nexus_sleep to use lua_thread_yield_state
Tero Marttila <terom@fixme.fi> [Thu, 21 May 2009 16:57:00 +0300] rev 211
fix lua_nexus_sleep to use lua_thread_yield_state

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