[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua interpreter and mingw
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sat, 27 Dec 2003 09:50:36 -0200
>Compiling Lua 5.0 under Windows with the mingw compiler (gcc 3.2) produces a
>small bug in the stand-alone lua interpreter: messages directed to the
>stderr (such as the copyright message, for instance) are deferred!
That's odd. I think that ANSI C requires that stderr be unbuffered or at
most line-buffered. (But I wasn't able to find a precise statement for
this right now.)
--lhf