lua-users home
lua-l archive

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


> I see Robert says that io.tmpname() uses mkstemp() if available; is this
> a fairly recent change?

LUA_USE_MKSTEMP  has to be defined for that; it is implied by LUA_USE_POSIX.