summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorroot <root>2012-04-18 06:06:04 +0000
committerroot <root>2012-04-18 06:06:04 +0000
commitc0e914894e9241dd5c8b616d1de52e5137ce5a21 (patch)
tree188964dc2a32e7ff21ea7caa5cba570804e71a0e /Changes
parentd9ddf7f13746b57a90e85f3e36cccfafe6d252ad (diff)
*** empty log message ***
Diffstat (limited to 'Changes')
-rw-r--r--Changes7
1 files changed, 5 insertions, 2 deletions
diff --git a/Changes b/Changes
index 9aea67e..ff96ff3 100644
--- a/Changes
+++ b/Changes
@@ -5,8 +5,11 @@ 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: throw() for most ev.h functions
-TODO: assert on fd watcher linked list pointint to itself
+TODO: assert on fd watcher linked list pointing to itself
+ - add throw() to all libev functions that cannot throw exceptions, for
+ further code size decrease when compiling for C++.
+ - add throw () to callbacks that must not throw exceptions (allocator,
+ syserr, loop acquire/release, periodic reschedule cbs).
- fix event_base_loop return code, add event_get_callback, event_base_new,
event_base_get_method calls to improve libevent 1.x emulation and add
some libevent 2.x funcitonality (based on a patch by Jeff Davey).