*** empty log message ***

master
Marc Alexander Lehmann 2009-08-22 20:40:02 +00:00
parent e2c2fdee1d
commit b2b052d5c4
2 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,8 @@ Revision history for libev, a high-performance and full-featured event loop.
- backport inotify code to C89.
- implement EV_WIN32_HANDLE_TO_FD and EV_WIN32_CLOSE_FD configuration
symbols to make ti easier for apps to do their own fd management.
- support EV_IDLE_ENABLE being disabled in ev++.h
(patch by Didier Spezia).
3.8 Sun Aug 9 14:30:45 CEST 2009
- incompatible change: do not necessarily reset signal handler

2
ev++.h
View File

@ -725,9 +725,11 @@ namespace ev {
EV_END_WATCHER (stat, stat)
#endif
#if EV_IDLE_ENABLE
EV_BEGIN_WATCHER (idle, idle)
void set () throw () { }
EV_END_WATCHER (idle, idle)
#endif
EV_BEGIN_WATCHER (prepare, prepare)
void set () throw () { }