[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: updated gdbm library
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 5 Nov 2003 21:31:11 -0200
I've updated my gdbm library. It's available as usual at
http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/
The main changes are:
- metatable stuff moved to C, so it's independent of gdbm.lua (which is still
needed for the proxy and for stuff).
- added gdbm.fdesc.
- added handler for fatal gdbm errors.
Enjoy.
--lhf