Lines Matching refs:add

61 	- add throw() to all libev functions that cannot throw exceptions, for
63 - add throw () to callbacks that must not throw exceptions (allocator,
65 - fix event_base_loop return code, add event_get_callback, event_base_new,
66 event_base_get_method calls to improve libevent 1.x emulation and add
68 - add more memory fences to fix a bug reported by Jeff Davey. Better
74 - (ecb) add memory fence support for xlC (Darin McBride).
75 - (ecb) add memory fence support for gcc-mips (Anton Kirilov).
76 - (ecb) add memory fence support for gcc-alpha (Christian Weisgerber).
95 - add fat, msdos, jffs2, ramfs, ntfs and btrfs to the list of
100 - add some untested android support.
122 - add Symbols.ev and Symbols.event files, that were missing.
157 - automake fucked it up, apparently, --add-missing -f is not quite enough
183 - add (undocumented) EV_ENABLE when adding events with kqueue,
203 - add section on accept() problems to the manpage.
239 - add missing string.h include (Denis F. Latypoff).
243 - add ev::timer->remaining () method to C++ API.
261 - add new functionality: ev_set_userdata, ev_userdata,
265 - add ev_timer_remaining (as requested by Denis F. Latypoff).
266 - add ev_loop_depth.
280 - add section on hibernate and stopped processes to ev_timer docs.
294 - add documentation section about priorities.
295 - add a glossary to the documentation.
381 - ev_stat erroneously would try to add inotify watchers
399 - add missing #include <io.h> in ev.c on windows (reported by
432 - document/add EV_USE_4HEAP and EV_HEAP_CACHE_AT.
434 - add/document ev_periodic_at, retract direct access to ->at.
436 - add portability requirements section.
439 - add consistency check code that can be called automatically
461 - fix ev_async_pending, add c++ wrapper for ev_async
463 - add sensible set method to ev::embed.
472 - add ev_async_pending.