ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/Changes
(Generate patch)

Comparing libev/Changes (file contents):
Revision 1.272 by root, Sat May 26 08:52:09 2012 UTC vs.
Revision 1.273 by root, Tue May 29 19:10:39 2012 UTC

14 further code size decrease when compiling for C++. 14 further code size decrease when compiling for C++.
15 - add throw () to callbacks that must not throw exceptions (allocator, 15 - add throw () to callbacks that must not throw exceptions (allocator,
16 syserr, loop acquire/release, periodic reschedule cbs). 16 syserr, loop acquire/release, periodic reschedule cbs).
17 - fix event_base_loop return code, add event_get_callback, event_base_new, 17 - fix event_base_loop return code, add event_get_callback, event_base_new,
18 event_base_get_method calls to improve libevent 1.x emulation and add 18 event_base_get_method calls to improve libevent 1.x emulation and add
19 some libevent 2.x funcitonality (based on a patch by Jeff Davey). 19 some libevent 2.x functionality (based on a patch by Jeff Davey).
20 - add more memory fences to fix a bug reported by Jeff Davey. Better 20 - add more memory fences to fix a bug reported by Jeff Davey. Better
21 be overfenced than underprotected. 21 be overfenced than underprotected.
22 - ev_run now returns a boolean status (true meaning watchers are 22 - ev_run now returns a boolean status (true meaning watchers are
23 still active). 23 still active).
24 - ev_once: undef EV_ERROR in ev_kqueue.c, to avoid clashing with 24 - ev_once: undef EV_ERROR in ev_kqueue.c, to avoid clashing with

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines