lua-users home
lua-l archive

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



Jerome Vuarand wrote:
1. LoadString conflicts with a Win32 API function. I replaces all
occurences in Lua with another name (luaLoadString, but the actual
symbol name doesn't matter since it's a static function).
This issue has been mentioned many times
http://lua-users.org/lists/lua-l/2008-01/msg00367.html

Ignacio Burgueño wrote:
> In luaconf.h, the definition of lua_number2uint is missing when compiling with MS compilers. ...

A painful regression error. Mike Pall (and I) nailed this in 5.1
http://lua-users.org/lists/lua-l/2005-08/msg00086.html
http://lua-users.org/lists/lua-l/2005-05/msg00349.html