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? The patched 5.1.2 I'm using for Prime Mover
> doesn't have this change, and it would strike me to be a good thing for
> a build tool to have...

It is there since 5.1. See luaconf.h (search for tmpnam)

-- Roberto