Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-03-11 | Update qdbm packages to 1.8.46, provided by OBATA Akio in PR 32655: | wiz | 1 | -2/+1 | |
2006-02-20 Mikio Hirabayashi - The utility API was enhanced. - Release: 1.8.46 2006-01-28 Mikio Hirabayashi - Alignment algorithm was improved. - A bug of mmap emulation on Windows was fixed. - Release: 1.8.45 2006-01-24 Mikio Hirabayashi - A bug of handling meta data on big endian platforms was fixed. - The advanced API was enhanced. - Release: 1.8.44 2006-01-24 Mikio Hirabayashi - A bug of mmap emulation on Windows was fixed. - Release: 1.8.43 2006-01-22 Mikio Hirabayashi - mmap emulation on Windows was enhanced. - Release: 1.8.42 2006-01-13 Mikio Hirabayashi - Compression of pages of B+ tree with LZO and BZIP was added. - Release: 1.8.41 | |||||
2006-01-03 | Bump PKGREVISION by update of ruby18-base package. | taca | 1 | -1/+2 | |
2006-01-03 | Remove USE_RUBY_DIST_SUBDIR. | taca | 1 | -2/+1 | |
2005-11-23 | Import ruby-qdbm from pkgsrc-wip. Packaged by OBATA Akio. | minskim | 3 | -0/+59 | |
QDBM is an embeded database library compatible with GDBM and NDBM. It features hash database and B+ tree database and is developed referring to GDBM for the purpose of the following three points: higher processing speed, smaller size of a database file, and simpler API. This package provides the Ruby interface of QDBM. |