Use statically-allocated thread private data
[projects/chimara/chimara.git] / libchimara / event.c
2013-09-09 Philip ChimentoUse statically-allocated thread private data
2013-09-09 Philip ChimentoUse g_cond_wait_until() instead of g_cond_timed_wait()
2013-09-09 Philip ChimentoUse init and clear for GMutex and GCond
2011-05-07 P. F. ChimentoFix glulxercise / glk unit test failures (fix #26)
2010-05-18 rodinAdded missing buffer flush.
2009-11-14 rodinImplemented output buffering.
2009-10-25 fliep"waiting" signal should only be sent once per input...
2009-10-25 fliep- Feeding input programmatically to the Glk program...
2009-10-25 fliepFixed minor bug - wait for event queue condition IF...
2009-10-11 fliepImplemented the 'waiting' signal on the ChimaraGlk...
2009-10-07 fliepFixed bug - put array unregister function after line...
2009-09-13 fliepStarted using thread-private data. Multisession still...
2009-06-13 fliepImplemented glk_select_poll() (Fix #18)
2009-05-23 fliepSeparated library source code from testing code, fixing #6