lua-users home
lua-l archive

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


WC> C functions can't have their globals changed.  This includes all the
WC> functions from the baselib, not to mention the auxiliary libs...  So you
WC> should make sure not to copy functions over that provide backdoors (like
WC> require, dofile, ...)

oh boy... so we can extend my previous idea like so: provide custom
versions of these functions, that take the current pseudo-global
environment into account...

gnaa...

Gunnar