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

Comparing EV/EV.xs (file contents):
Revision 1.82 by root, Wed Nov 28 17:32:24 2007 UTC vs.
Revision 1.84 by root, Sat Dec 1 15:32:53 2007 UTC

216 else 216 else
217 sv_events_cache = sv_events; 217 sv_events_cache = sv_events;
218 218
219 if (SvTRUE (ERRSV)) 219 if (SvTRUE (ERRSV))
220 { 220 {
221 SPAGAIN;
221 PUSHMARK (SP); 222 PUSHMARK (SP);
222 PUTBACK; 223 PUTBACK;
223 call_sv (get_sv ("EV::DIED", 1), G_DISCARD | G_VOID | G_EVAL | G_KEEPERR); 224 call_sv (get_sv ("EV::DIED", 1), G_DISCARD | G_VOID | G_EVAL | G_KEEPERR);
224 } 225 }
225 226
412 const_iv (EV, BACKEND_KQUEUE) 413 const_iv (EV, BACKEND_KQUEUE)
413 const_iv (EV, BACKEND_DEVPOLL) 414 const_iv (EV, BACKEND_DEVPOLL)
414 const_iv (EV, BACKEND_PORT) 415 const_iv (EV, BACKEND_PORT)
415 const_iv (EV, FLAG_AUTO) 416 const_iv (EV, FLAG_AUTO)
416 const_iv (EV, FLAG_NOENV) 417 const_iv (EV, FLAG_NOENV)
418 const_iv (EV, FLAG_FORKCHECK)
417 }; 419 };
418 420
419 for (civ = const_iv + sizeof (const_iv) / sizeof (const_iv [0]); civ-- > const_iv; ) 421 for (civ = const_iv + sizeof (const_iv) / sizeof (const_iv [0]); civ-- > const_iv; )
420 newCONSTSUB (stash, (char *)civ->name, newSViv (civ->iv)); 422 newCONSTSUB (stash, (char *)civ->name, newSViv (civ->iv));
421 423

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines