| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug: Wrong code generation in bitwise operations | Roberto Ierusalimschy | 2022-04-25 | 1 | -0/+7 |
* | Details (do not affect regular code) | Roberto Ierusalimschy | 2020-12-07 | 1 | -0/+5 |
* | Back to a stackless implementation | Roberto Ierusalimschy | 2020-10-12 | 1 | -5/+0 |
* | Clearer handling of gray lists when entering generational mode | Roberto Ierusalimschy | 2020-08-03 | 1 | -0/+1 |
* | Function 'printobj' in 'ltests.c' made public | Roberto Ierusalimschy | 2020-07-27 | 1 | -1/+7 |
* | Macro LUAI_ASSERT eases turning assertions on | Roberto Ierusalimschy | 2020-07-08 | 1 | -3/+1 |
* | Details | Roberto Ierusalimschy | 2020-04-30 | 1 | -5/+9 |
* | Details | Roberto Ierusalimschy | 2020-02-27 | 1 | -3/+0 |
* | Clearer distinction between types and tags | Roberto Ierusalimschy | 2020-01-31 | 1 | -1/+1 |
* | Small changes around C-stack limit | Roberto Ierusalimschy | 2019-06-26 | 1 | -1/+1 |
* | New function 'setCstacklimit' | Roberto Ierusalimschy | 2019-06-18 | 1 | -1/+1 |
* | LUAI_MAXCCALLS renamed LUAI_MAXCSTACK | Roberto Ierusalimschy | 2019-03-25 | 1 | -2/+2 |
* | Changes in the control of C-stack overflow | Roberto Ierusalimschy | 2018-12-27 | 1 | -1/+1 |
* | Added opcodes for arithmetic with K operands | Roberto Ierusalimschy | 2018-11-23 | 1 | -1/+0 |
* | Deprecated the emulation of '__le' using '__lt' | Roberto Ierusalimschy | 2018-08-24 | 1 | -0/+1 |
* | Removed extra information from RCS keyword strings | Roberto Ierusalimschy | 2018-08-23 | 1 | -1/+1 |
* | reorganization of '#if's for sellecting a type for 'Rand64' + | Roberto Ierusalimschy | 2018-05-04 | 1 | -1/+5 |
* | no need to define 'luaP_opnames' in regular builds | Roberto Ierusalimschy | 2018-04-19 | 1 | -1/+5 |
* | use test mode to test the interpreter without jump tables | Roberto Ierusalimschy | 2018-04-11 | 1 | -1/+5 |
* | removed compatibility code with older versions | Roberto Ierusalimschy | 2018-02-27 | 1 | -11/+1 |
* | default now is compiling without compatibility options + smaller | Roberto Ierusalimschy | 2017-12-18 | 1 | -14/+14 |
* | new test function 'T.allocount' to restrict number of allocations | Roberto Ierusalimschy | 2017-12-07 | 1 | -1/+2 |
* | no more 'stackless' implementation; 'luaV_execute' calls itself | Roberto Ierusalimschy | 2017-11-23 | 1 | -1/+5 |
* | includes 'stdio.h' to allow prints when testing | Roberto Ierusalimschy | 2017-11-13 | 1 | -1/+2 |
* | 'lineinfo' in prototypes saved as differences instead of absolute | Roberto Ierusalimschy | 2017-06-27 | 1 | -1/+2 |
* | redefine MAXINDEXRK (for debugging, to force most values to | Roberto Ierusalimschy | 2016-07-19 | 1 | -2/+5 |
* | code for string cache generalized for "associative sets" (compiler | Roberto Ierusalimschy | 2015-09-22 | 1 | -1/+5 |
* | redefine 'l_sprintf' to test correctness of buffer sizes given | Roberto Ierusalimschy | 2015-06-18 | 1 | -1/+10 |
* | removed macro 'luai_numinvalidop' (main motivation removed, as folding | Roberto Ierusalimschy | 2014-12-26 | 1 | -6/+1 |
* | detail (in test for 'luai_numinvalidop', use a round float) | Roberto Ierusalimschy | 2014-12-19 | 1 | -2/+2 |
* | redefinition of LUAI_MAXSTACK to make stack-overflow tests run faster | Roberto Ierusalimschy | 2014-12-09 | 1 | -1/+6 |
* | no more 'preloadedlibs' when opening libraries (as it is dead code now) | Roberto Ierusalimschy | 2014-12-09 | 1 | -4/+1 |
* | in test mode, debug library is not predefined (to allow testing | Roberto Ierusalimschy | 2014-12-06 | 1 | -1/+4 |
* | some functions from test module must be exported | Roberto Ierusalimschy | 2014-11-29 | 1 | -4/+5 |
* | new test for macro 'luai_numinvalidop' | Roberto Ierusalimschy | 2014-11-24 | 1 | -1/+5 |
* | deprecated "cast macros" ('luaL_checkint', 'luaL_optint', etc.) | Roberto Ierusalimschy | 2014-10-01 | 1 | -2/+2 |
* | 'ipairs' respects metamethods | Roberto Ierusalimschy | 2014-07-24 | 1 | -1/+2 |
* | better support for extra user space associated with a Lua state | Roberto Ierusalimschy | 2014-07-24 | 1 | -5/+6 |
* | detail (extra byte in LUAI_EXTRASPACE to test proper alignment of | Roberto Ierusalimschy | 2014-07-23 | 1 | -2/+3 |
* | comments + proper undef of compatibility macros + no need to undef | Roberto Ierusalimschy | 2014-07-23 | 1 | -12/+22 |
* | ensure size for LUAI_USER_ALIGNMENT_T in tests is larger than the | Roberto Ierusalimschy | 2014-07-18 | 1 | -2/+2 |
* | new macro 'luai_userstateclose' (to test it is being called correctly) | Roberto Ierusalimschy | 2013-11-08 | 1 | -1/+3 |
* | 'module'/'luaL_register' and associates are deprecated | Roberto Ierusalimschy | 2010-07-28 | 1 | -2/+3 |
* | ensure that 'luai_userstatethread' is always called (even if | Roberto Ierusalimschy | 2010-04-19 | 1 | -1/+3 |
* | new macro LUA_NUMTAGS | Roberto Ierusalimschy | 2010-04-12 | 1 | -2/+2 |
* | missing 'external' in variable declaration | Roberto Ierusalimschy | 2010-01-11 | 1 | -2/+2 |
* | several configuration options that do not change often moved out of | Roberto Ierusalimschy | 2009-12-17 | 1 | -6/+4 |
* | allocator function receives the tag of object being allocated in 'osize' | Roberto Ierusalimschy | 2009-12-16 | 1 | -2/+3 |
* | cleaner way to add extra space in a lua state. | Roberto Ierusalimschy | 2009-12-14 | 1 | -2/+1 |
* | new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and | Roberto Ierusalimschy | 2009-11-19 | 1 | -3/+3 |