diff options
author | root <root> | 2009-07-09 09:11:20 +0000 |
---|---|---|
committer | root <root> | 2009-07-09 09:11:20 +0000 |
commit | ce8dc1a03da38c405583d4673d8da12c2a26373e (patch) | |
tree | 3ef659f288940a17ba4950399baf18be3b67e1e9 /Changes | |
parent | dcdb154c9c5bd4ae64d5ebde7392ce11d7c774aa (diff) |
*** empty log message ***
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,6 +2,7 @@ Revision history for libev, a high-performance and full-featured event loop. TODO: ev_walk TODO: remain +TODO: on_call_pending, on_suspend_resume ev_invoke_pending (EV_P) - ev_unloop and ev_loop wrongly used a global variable to exit loops, instead of using a per-loop variable (bug caught by accident...). - Denis F. Latypoff corrected many typos in example code snippets. @@ -11,7 +12,8 @@ TODO: remain use it (reported by ry@tinyclouds). - use GetSystemTimeAsFileTime instead of _timeb on windows, for slightly higher accuracy. - - properly declare ev_loop_verify even when !EV_MULTIPLICITY. + - 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. |