Commit graph

15 commits

Author SHA1 Message Date
obache
c1abf7aaeb Update ruby-tokyocabinet to 1.30.
some fixes.
previous version is not available anymore.
2010-06-18 09:55:01 +00:00
obache
63ff8e5222 Update ruby-tokyocabinet to 1.29. 2009-07-20 02:57:13 +00:00
obache
74023fcf80 Update ruby-tokyocabinet to 1.28. 2009-07-18 01:41:53 +00:00
obache
16d89e0b3e Update ruby-tokyocabinet to 1.27. 2009-07-09 11:29:10 +00:00
obache
60dca0687e Update tokyocabinet to 1.4.22, and perl, ruby and lua bindings.
Changes:
2009-05-21  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tcadb.c (tcadbmisc): "sync", "optimize", "vanish" commands were added.

	- Release: 1.4.22

2009-05-10  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tchdb.c (tchdbsetdfunit, tchdbdfunit, tchdbdefrag): new functions.

	* tchdb.c (tchdbdefragimpl, tchdbfbptrim, tchdbshiftrec): new functions.

	* tcbdb.c (tcbdbsetdfunit, tcbdbdfunit, tcbdbdefrag): new functions.

	* tctdb.c (tctdbsetdfunit, tctdbdfunit, tctdbdefrag): new functions.

	* tcadb.c (tcadbopen): "dfunit" parameter was added.

	* tcadb.c (tcadbmisc): "defrag" command was added.

	- Release: 1.4.21
2009-05-24 12:37:36 +00:00
obache
84fb522ad4 Update tokyocabinet-ruby to 1.23, for new tokyocabinet. 2009-05-07 10:57:41 +00:00
obache
a39d2c951b Update ruby-tokyocabinet to 1.21, for tokyocabinet-1.4.10. 2009-03-21 05:33:56 +00:00
obache
7cf5f15a35 DISTFILE was replaced silently (db filename extensions in samples were changed).
Bump PKGREVISION.
2009-02-16 11:26:40 +00:00
obache
bb403d53c0 Update ruby-tokyocabinet to 1.20, for tokyocabinet-1.4.6. 2009-02-15 08:59:26 +00:00
obache
da7d1150c2 Update ruby-tokyocabinet to 1.19, for tokyocabinet-1.4.4. 2009-02-09 08:12:41 +00:00
obache
99e47f2630 Update ruby-tokyocabinet to 1.18, for tokyocabinet-1.3.24. 2008-12-15 11:16:34 +00:00
obache
4fa68002a5 Update ruby-tokyocabinet to 1.17, for tokyocabinet-1.3.20. 2008-11-24 01:15:33 +00:00
obache
e1307add12 Update ruby-tokyocabinet to 1.16.
Changes is empty...
2008-10-26 10:49:14 +00:00
obache
f670585fb4 Update ruby-tokyocabinet to 1.15.
ChangeLog: empty...
2008-10-13 05:56:11 +00:00
obache
f4f4169c45 Import ruby-tokyocabinet-1.14 as databases/ruby-tokyocabinet.
Tokyo Cabinet is a library of routines for managing a database.  The database is
a simple data file containing records, each is a pair of a key and a value.
Every key and value is serial bytes with variable length.  Both binary data and
character string can be used as a key and a value.  There is neither concept of
data tables nor data types.  Records are organized in hash table, B+ tree, or
fixed-length array.

This package provides Ruby binding of Tokyo Cabinet.
2008-09-04 12:11:41 +00:00