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

Comparing EV/EV.xs (file contents):
Revision 1.122 by root, Wed Apr 15 19:35:53 2009 UTC vs.
Revision 1.123 by root, Sat Apr 25 14:12:48 2009 UTC

399 const_iv (EV_, MINPRI) 399 const_iv (EV_, MINPRI)
400 const_iv (EV_, MAXPRI) 400 const_iv (EV_, MAXPRI)
401 401
402 const_iv (EV_, UNDEF) 402 const_iv (EV_, UNDEF)
403 const_iv (EV_, NONE) 403 const_iv (EV_, NONE)
404 const_iv (EV_, TIMEOUT)
405 const_iv (EV_, READ) 404 const_iv (EV_, READ)
406 const_iv (EV_, WRITE) 405 const_iv (EV_, WRITE)
406 const_iv (EV_, IO)
407 const_iv (EV_, TIMEOUT)
408 const_iv (EV_, TIMER)
409 const_iv (EV_, PERIODIC)
407 const_iv (EV_, SIGNAL) 410 const_iv (EV_, SIGNAL)
411 const_iv (EV_, CHILD)
412 const_iv (EV_, STAT)
408 const_iv (EV_, IDLE) 413 const_iv (EV_, IDLE)
414 const_iv (EV_, PREPARE)
409 const_iv (EV_, CHECK) 415 const_iv (EV_, CHECK)
416 const_iv (EV_, EMBED)
417 const_iv (EV_, FORK)
418 const_iv (EV_, ASYNC)
419 const_iv (EV_, CUSTOM)
410 const_iv (EV_, ERROR) 420 const_iv (EV_, ERROR)
411 421
422 const_iv (EV, LOOP_NONBLOCK)
412 const_iv (EV, LOOP_ONESHOT) 423 const_iv (EV, LOOP_ONESHOT)
424
413 const_iv (EV, LOOP_NONBLOCK) 425 const_iv (EV, UNLOOP_CANCEL)
414 const_iv (EV, UNLOOP_ONE) 426 const_iv (EV, UNLOOP_ONE)
415 const_iv (EV, UNLOOP_ALL) 427 const_iv (EV, UNLOOP_ALL)
416 428
417 const_iv (EV, BACKEND_SELECT) 429 const_iv (EV, BACKEND_SELECT)
418 const_iv (EV, BACKEND_POLL) 430 const_iv (EV, BACKEND_POLL)
421 const_iv (EV, BACKEND_DEVPOLL) 433 const_iv (EV, BACKEND_DEVPOLL)
422 const_iv (EV, BACKEND_PORT) 434 const_iv (EV, BACKEND_PORT)
423 const_iv (EV, FLAG_AUTO) 435 const_iv (EV, FLAG_AUTO)
424 const_iv (EV, FLAG_NOENV) 436 const_iv (EV, FLAG_NOENV)
425 const_iv (EV, FLAG_FORKCHECK) 437 const_iv (EV, FLAG_FORKCHECK)
438
439 const_iv (EV_, VERSION_MAJOR)
440 const_iv (EV_, VERSION_MINOR)
426 }; 441 };
427 442
428 for (civ = const_iv + sizeof (const_iv) / sizeof (const_iv [0]); civ-- > const_iv; ) 443 for (civ = const_iv + sizeof (const_iv) / sizeof (const_iv [0]); civ-- > const_iv; )
429 newCONSTSUB (stash, (char *)civ->name, newSViv (civ->iv)); 444 newCONSTSUB (stash, (char *)civ->name, newSViv (civ->iv));
430 445

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines