summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorroot <root>2012-03-23 19:06:08 +0000
committerroot <root>2012-03-23 19:06:08 +0000
commit0521f643a198985c2784108b76f73a9fd3d1f851 (patch)
tree4bac3eb75684f268964c8e0e3e9398c82aca8534 /Changes
parent081a449dfd6089209f79b0916d159676fa198f07 (diff)
*** empty log message ***
Diffstat (limited to 'Changes')
-rw-r--r--Changes7
1 files changed, 7 insertions, 0 deletions
diff --git a/Changes b/Changes
index dd274f8..ae491e1 100644
--- a/Changes
+++ b/Changes
@@ -3,9 +3,16 @@ Revision history for libev, a high-performance and full-featured event loop.
TODO: ev_loop_wakeup
TODO: EV_STANDALONE == NO_HASSEL (do not use clock_gettime in ev_standalone)
+TODO: document WSA_EV_USE_SOCKET in win32 part
+TODO: ^ OR use WSASend/WSARecv on the handle, which always works
+TODO: use __OPTIMIZE__ or __OPTIMIZE_SIZE__?
- ev_once: undef EV_ERROR in ev_kqueue.c, to avoid clashing with
libev's EV_ERROR (reported by 191919).
+TODO: Jeff Davey libev patch
+ - (ecb) add memory fence support for xlC (Darin McBride).
+ - (ecb) add memory fence support for gcc-mips (Anton Kirilov).
+
4.11 Sat Feb 4 19:52:39 CET 2012
- INCOMPATIBLE CHANGE: ev_timer_again now clears the pending status, as
was documented already, but not implemented in the repeating case.