lua-users home
lua-l archive

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



Am 11.12.2014 um 22:50 schrieb François Perrad:
2014-12-11 21:35 GMT+01:00 Ulrich Schmidt <u.sch.zw@gmx.de>:
Thank you.

defining..
----8X----------------------------------
#define LUA_COMPAT_5_1
#define LUA_COMPAT_5_2
----8X----------------------------------
... in luaconf.h seems to be a good idea. and solves most of the problems
for lfs, lanes, lsqlite, ...

lua_dump need some changes in the sources and also lua_getfenv, you
mentioned.

lpeg seems to need a update.
This small patch
https://github.com/fperrad/br/blob/lua/package/lpeg/lpeg-01-fix-compat-lua-5.3.patch
does the job.

François

This was too easy for me to find ;) Thanks a lot.

Ulrich.