lua-users home
lua-l archive

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


>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