From 5c8cc800f487e020d33cd08727c442b6a8067d9d Mon Sep 17 00:00:00 2001 From: root Date: Wed, 15 Jul 2009 16:58:53 +0000 Subject: *** empty log message *** --- Changes | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'Changes') diff --git a/Changes b/Changes index a7df7ff..d294d71 100644 --- a/Changes +++ b/Changes @@ -4,16 +4,18 @@ TODO: ev_walk TODO: remain TODO: EV_MINIMAL - - new functionality: ev_set_userdata, ev_userdata, + - ev_unloop and ev_loop wrongly used a global variable to exit loops, + instead of using a per-loop variable (bug caught by accident...). + - the ev_set_io_collect_interval interpretation has changed. + - add new functionality: ev_set_userdata, ev_userdata, ev_set_invoke_pending_cb, ev_set_loop_release_cb, ev_invoke_pending, together with a long example about thread locking. - - ev_unloop and ev_loop wrongly used a global variable to exit loops, - instead of using a per-loop variable (bug caught by accident...). + - add ev_timer_remaining (as requested by Denis F. Latypoff). + - add ev_loop_depth. - calling ev_unloop in fork/prepare watchers will no longer poll for new events. - Denis F. Latypoff corrected many typos in example code snippets. - - the ev_set_io_collect_interval interpretation has changed. - honor autoconf detection of EV_USE_CLOCK_SYSCALL, also double- check that the syscall number is available before trying to use it (reported by ry@tinyclouds). @@ -21,7 +23,6 @@ TODO: EV_MINIMAL slightly higher accuracy. - properly declare ev_loop_verify and ev_now_update even when !EV_MULTIPLICITY. - - implement ev_loop_depth. - do not compile in any priority code when EV_MAXPRI == EV_MINPRI. - support EV_MINIMAL==2 for a reduced API. - actually 0-initialise struct sigaction when installing signals. -- cgit v1.2.3