Move rb_intern calls to extension init
commitad6072d56cb29ac7ad91693157e1096444061f12
authorKevin Clark <kev@sisyphus.(none)>
Tue, 10 Jul 2007 05:30:07 +0000 (9 22:30 -0700)
committerTom Preston-Werner <tom@mojombo.com>
Tue, 10 Jul 2007 06:08:27 +0000 (9 23:08 -0700)
tree45f79d7ee9487ac926f76f6500ddbb15aa0c98cc
parentab204c760e8bacf8fb8b9ebfcaab9e18250a722d
Move rb_intern calls to extension init

Make god.rb choose the event handler
Pull KQueueHandler specific code out of event handler
Free malloc'd event array
Error check malloc
Pull all events in kevent call
ext/kqueue_handler.c
lib/god.rb
lib/god/event_handler.rb