lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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