--- libev/Changes 2011/06/02 23:34:05 1.229 +++ libev/Changes 2011/08/25 17:39:43 1.239 @@ -1,18 +1,26 @@ Revision history for libev, a high-performance and full-featured event loop. -TODO: ev_loop_prefork hint? TODO: ev_loop_wakeup -TODO: confusion about threads ongiong -TODO: not_blocked flag. +TODO: EV_NO_THREADS/NO_SMP and/or EV_USE_PTHREADS or so. also document. +TODO: #define EV_API_DECL static? ev_default_loop_ptr? +4.10 + - fix a race where the workaround against the epoll fork bugs + caused signals to not be handled anymore. - correct backend_fudge for most backends, and implement a windows specific workaround to avoid looping because we call both select and Sleep, both with different time resolutions. + - document range and guarantees of ev_sleep. + - document reasonable ranges for periodics interval and offset. + - rename backend_fudge to backend_mintime to avoid future confusion :) - change the default periodic reschedule function to hopefully be more exact and correct even in corner cases or in the far future. - - document reasonable ranges for interval and offset. - do not rely on -lm anymore: use it when available but use our - own floor () if it is missing. This should make it easier to embed. + own floor () if it is missing. This should make it easier to embed, + as no external libraries are required. + - strategically import macros from libecb and mark rarely-used functions + as cache-cold (saving almost 2k code size on typical amd64 setups). + - add Symbols.ev and Symbols.event files, that were missing. 4.04 Wed Feb 16 09:01:51 CET 2011 - fix two problems in the native win32 backend, where reuse of fd's