diff options
author | root <root> | 2009-07-08 02:46:05 +0000 |
---|---|---|
committer | root <root> | 2009-07-08 02:46:05 +0000 |
commit | 0a4686f75f02682a280668644026bb886a73b4b0 (patch) | |
tree | 36756d79799b9d950e0b09c8f55a362651f586d9 /Changes | |
parent | ab847d7a260f86a14c1f79508c0808bf11c4776c (diff) |
*** empty log message ***
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -3,7 +3,8 @@ Revision history for libev, a high-performance and full-featured event loop. TODO: ev_walk TODO: child wactehr execution order w.r.t. childsigcb reg. priorities TODO: remain -TODO: io_collect documentation + - 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. - the ev_set_io_collect_interval interpretation has changed. - honor autoconf detection of EV_USE_CLOCK_SYSCALL, also double- @@ -11,6 +12,8 @@ TODO: io_collect documentation 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. + - implement ev_loop_depth. 3.6 Tue Apr 28 02:49:30 CEST 2009 - multiple timers becoming ready within an event loop iteration |