ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/EV/EV.xs
(Generate patch)

Comparing EV/EV.xs (file contents):
Revision 1.85 by root, Sat Dec 1 22:51:34 2007 UTC vs.
Revision 1.86 by root, Mon Dec 3 13:41:24 2007 UTC

244 else 244 else
245 sv_events_cache = sv_events; 245 sv_events_cache = sv_events;
246 246
247 if (SvTRUE (ERRSV)) 247 if (SvTRUE (ERRSV))
248 { 248 {
249 SPAGAIN;
249 PUSHMARK (SP); 250 PUSHMARK (SP);
250 PUTBACK; 251 PUTBACK;
251 call_sv (get_sv ("EV::DIED", 1), G_DISCARD | G_VOID | G_EVAL | G_KEEPERR); 252 call_sv (get_sv ("EV::DIED", 1), G_DISCARD | G_VOID | G_EVAL | G_KEEPERR);
252 } 253 }
253 254
419 420
420NV ev_time () 421NV ev_time ()
421 422
422unsigned int ev_default_loop (unsigned int flags = ev_supported_backends ()) 423unsigned int ev_default_loop (unsigned int flags = ev_supported_backends ())
423 424
425unsigned int ev_loop_count ()
426
424void ev_loop (int flags = 0) 427void ev_loop (int flags = 0)
425 428
426void ev_unloop (int how = 1) 429void ev_unloop (int how = 1)
427 430
428ev_io *io (SV *fh, int events, SV *cb) 431ev_io *io (SV *fh, int events, SV *cb)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines