about summary refs log tree commit homepage
DateCommit message (Collapse)
2010-12-07Ruby tdb - 0.2.0 - optional thread-safety v0.2.0
There is now basic thread-safety for Ruby 1.9 users that can be enabled by passing :threadsafe => true to TDB.new MRI 1.8 users do not need thread-safety as native threads are not used.
2010-12-06README: fix grammar error
Oops.
2010-12-04add support for "clear" and "repack" methods
TDB#clear maps to tdb_wipe_all and TDB#repack maps to TDB#repack.
2010-12-03README: update with thread-safety usage
One limitation that's easy to work around, for now.
2010-12-03add optional thread-safety on a per-object basis
Thread-safety is useful sometimes and needless overhead otherwise. Default to whatever TDB upstream defaults to.
2010-12-03README: add an extra note for non-Debian users
Hopefully upstream fixes this soon for everyone else.
2010-12-03lookup3: fix build from missing #include
This appears to be needed on x86 Debian Lenny but not x86_64
2010-12-02README: add Caveats section
We're not perfect, so don't raise expectations too high!
2010-12-02RDoc updates
We still need a lot of work in this area, but this is better than nothing.
2010-12-01gemspec: do not modify VERSION env
1.9.2 does not like this.
2010-12-01minor RDoc updates v0.1.0
2010-12-01initial