lua-users home
lua-l archive

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


Has something has changed in the passage from Lua 5.1alpha
to Lua 5.1beta in the way terminal input is handled? I have
been poring over lua.c to find out what.

Then (* is the command line prompt)

*lua
Lua 5.1 (alpha)  Copyright (C) 1994-2005 Lua.org, PUC-Rio
> print
>>

but now

*lua
Lua 5.1 (beta)  Copyright (C) 1994-2005 Lua.org, PUC-Rio
> print
stdin:1: '=' expected near ''
>

As far as I can see the compilation set up has been the same
for both. Has anybody else experienced this phenomenon?


-- 
Gavin Wraith (gavin@wra1th.plus.com)
Home page: http://www.wra1th.plus.com/