--- libev/Changes 2011/11/28 15:43:13 1.241 +++ libev/Changes 2012/02/04 17:57:55 1.249 @@ -2,11 +2,11 @@ TODO: ev_loop_wakeup -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? TODO: EV_STANDALONE == NO_HASSEL (do not use clock_gettime in ev_standalone) -TODO: memory fences for clang -4.10 +4.11 + - INCOMPATIBLE CHANGE: ev_timer_again now clears the pending status, as + was documented already, but not implemented in the repeating case. + - new compiletime symbols: EV_NO_SMP and EV_NO_THREADS. - 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 @@ -23,6 +23,12 @@ - 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. + - fix backend_mintime value for epoll (was 1/1024, is 1/1000 now). + - fix #3 "be smart about timeouts" to not "deadlock" when + timeout == now, also improve the section overall. + - avoid "AVOIDING FINISHING BEFORE RETURNING" idiom. + - support new EV_API_STATIC mode to make all libev symbols + static. 4.04 Wed Feb 16 09:01:51 CET 2011 - fix two problems in the native win32 backend, where reuse of fd's