Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-10-30 | Update changelog | Benoit Germain | 1 | -0/+3 | |
2018-10-30 | Improve LuaJIT-x64 compatibility | Benoit Germain | 7 | -59/+98 | |
Restrict internal "light userdata constants" to 47 significant bits when compiling against LuaJIT-x64 | |||||
2018-10-29 | add support for deep userdata cloning | Benoit Germain | 3 | -98/+181 | |
2018-10-29 | let manually define PROPAGATE_ALLOCF (needed for LuaJIT GC64) | sonoro1234 | 1 | -0/+2 | |
2018-10-26 | use include lualib.h | sonoro1234 | 1 | -0/+1 | |
2018-10-25 | add USE_PTHREAD to CMakeLists.txt | sonoro1234 | 1 | -0/+3 | |
2018-10-25 | Fix DLL exports | Benoit Germain | 4 | -20/+28 | |
2018-10-25 | More MinGW buildfixes (I hope) | Benoit Germain | 6 | -23/+28 | |
2018-10-25 | Fix Lanes build by reorganizing types around a bit | Benoit Germain | 10 | -180/+206 | |
2018-07-09 | verbose_error improvements | Benoit Germain | 2 | -36/+59 | |
* Fix a stack overflow when copying large tables with verbose_errors option enabled * Support for integer formatting in verbose errors | |||||
2017-08-03 | Fix error when using strict checking | Benoit Germain | 1 | -1/+1 | |