[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: os.tmpname makes empty file
- From: Roberto Ierusalimschy <roberto@...>
- Date: Sat, 23 Feb 2008 11:15:08 -0300
> 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