lua-users home
lua-l archive

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


>From: Edgar Toernig <froese@gmx.de>

>1. tostring() without an argument generates a SEGV.

Oops, sorry about that. This will be fixed in the next version.
(On the other, hand, who would want to call tostring() without an argument :-)

>2. Something like "repeat until 1 %foo()" gives a syntax error.

This has been fixed in the next version.

Thanks for spoting these bugs.

--lhf