[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: announce: luacdb-1.1
- From: "Taj Khattra" <taj.khattra@...>
- Date: 20 Nov 2001 07:28:57 -0000
luacdb is a Lua interface to Dan Bernstein's cdb, modeled closely on
Luiz Henrique de Figueiredo's gdbm interface. luacdb provides Lua
interfaces for both creating and reading cdb's.
luacdb-1.1 is in the public domain.
The Lua homepage is http://www.lua.org/
The cdb homepage is http://cr.yp.to/cdb.html
The luacdb homepage is http://pobox.com/~taj.khattra/luacdb.html
Here is the change log for 1.1:
1.1 (19 Nov 2001)
- luacdb.c: added cdb_make binding.
- cdb_make.lua: created. oo interface for cdb_make binding.
- luacdbmake-12, luacdbmake-12.oo: created.
- rts: added luacdbmake-12 tests.
- cdb.lua:CDB:init(), luacdbget.oo: CDB:init() now returns errno only.
- cdb.lua:get(): handle error in cdb_read().
-taj