lua-users home
lua-l archive

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


On Wed, Nov 05, 2003 at 09:31:11PM -0200, Luiz Henrique de Figueiredo wrote:
> 
> 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.
> 

hi Luiz,

now that the metatable stuff is in lgdbm.c, what is the reason to still set
gdbm.metatable in lgdbm.c (since it isn't used in gdbm.lua anymore) ?

thanks

-taj