]> git.notmuchmail.org Git - notmuch/commit - bindings/ruby/init.c
ruby: Kill garbage collection related cruft.
authorAli Polatel <alip@exherbo.org>
Wed, 26 May 2010 15:54:25 +0000 (18:54 +0300)
committerAli Polatel <alip@exherbo.org>
Sun, 6 Jun 2010 06:17:47 +0000 (09:17 +0300)
commitc7893408bbe6904ae7da97aa203587af4ec2fac7
tree9139c51aff243eb0fdfaac35d75c557c0f7de29e
parent35925e6e5be58ca33d8f40f1d6ec44b4e7799713
ruby: Kill garbage collection related cruft.

Let the user destroy objects that she wants explicitly.
It's not possible to specify the order objects are garbage collected.
See id:86y6f8v838.fsf@harikalardiyari.ev on ruby-talk for more
information.
12 files changed:
bindings/ruby/database.c
bindings/ruby/defs.h
bindings/ruby/directory.c
bindings/ruby/filenames.c
bindings/ruby/gc.c [deleted file]
bindings/ruby/init.c
bindings/ruby/message.c
bindings/ruby/messages.c
bindings/ruby/query.c
bindings/ruby/tags.c
bindings/ruby/thread.c
bindings/ruby/threads.c