aboutsummaryrefslogtreecommitdiff
path: root/jim-eventloop.h
AgeCommit message (Collapse)AuthorFilesLines
2009-10-082009-10-08 Øyvind Harboeoharboe1-30/+17
* jim.c/h: bring in changes from OpenOCD. Warnings and some bug fixes. Copyright list updated in jim.c
2008-07-23 * jim.c: reduce stack usage. Important for embedded devices withoutoharboe1-19/+41
MMU. * jim.c, jim-aio.c, jim-eventloop.c, jim-eventloop.h: emergency repairs to make code compile with eCos after event loops was added. event loop stuff compiles under eCos at least, but this was not tested for regressions.
2008-07-08 * changes to jim-eventloop.[ch]oharboe1-6/+8
* fix negative displacement in timeout computation for select * add basic support for the fileevent stuff [ used from jim-aio ] * add basic support for signal handling / actions * add basic support for timer [via after] restart, cancel and returning the remaining time for cancled events
2008-06-16 * retire CVS keyword expansion. Plays havoc with patches.oharboe1-3/+1
2005-04-18First version of the Jim eventloop extension, exportingantirez1-0/+92
[after], [vwait], and the C API to write other extensions using events. No win32 port for now, just posix. UDP extension will follow shortly and will be the first extension using the event loop.