Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2022-05-25 | Bug: 'lua_settop' may use an invalid pointer to stack | Roberto Ierusalimschy | 5 | -12/+34 |
2022-05-23 | 'luaV_concat' can use invalidated pointer to stack | Roberto Ierusalimschy | 1 | -3/+3 |
2022-05-23 | 'lua_checkstack' doesn't need to check stack overflow | Roberto Ierusalimschy | 5 | -26/+17 |
2022-05-20 | Save stack space while handling errors | Roberto Ierusalimschy | 2 | -3/+8 |
2022-05-10 | Details (identation and typos) | Roberto Ierusalimschy | 2 | -3/+4 |
2022-05-06 | Factoring out common parts of 'codearith' and 'codebitwise' | Roberto Ierusalimschy | 1 | -25/+33 |
2022-04-25 | Bug: Wrong code generation in bitwise operations | Roberto Ierusalimschy | 3 | -6/+42 |
2022-04-07 | New release number (5.4.5) | Roberto Ierusalimschy | 1 | -2/+2 |
2022-04-01 | Details | Roberto Ierusalimschy | 4 | -6/+17 |
2022-02-18 | Avoid computing invalid addresses | Roberto Ierusalimschy | 1 | -32/+89 |
2022-02-15 | Bug: Lua can generate wrong code when _ENV is <const> | Roberto Ierusalimschy | 2 | -0/+11 |
2022-02-07 | Bug: lua.c assumes that argv has at least one element | Roberto Ierusalimschy | 1 | -12/+23 |
2022-01-13 | Explanation of borders in the manualv5.4.4 | Roberto Ierusalimschy | 1 | -10/+12 |
2022-01-03 | Detail | Roberto Ierusalimschy | 3 | -8/+8 |
2022-01-02 | New year (2022) | Roberto Ierusalimschy | 2 | -3/+3 |
2021-12-22 | Bug: finalizer calling exit can corrupt finalization order | Roberto Ierusalimschy | 3 | -5/+34 |
2021-12-21 | Details | Roberto Ierusalimschy | 2 | -2/+2 |
2021-12-15 | Bug: finalizers can be called with an invalid stack | Roberto Ierusalimschy | 1 | -1/+1 |
2021-12-14 | Fix debug information about finalizers | Roberto Ierusalimschy | 5 | -27/+35 |
2021-12-13 | Bug: GC is not reentrant | Roberto Ierusalimschy | 9 | -27/+57 |
2021-12-10 | Bug: Lua stack still active when closing a state | Roberto Ierusalimschy | 1 | -0/+1 |
2021-11-25 | Main 'mainposition' replaced by 'mainpositionTV' | Roberto Ierusalimschy | 1 | -19/+16 |
2021-11-25 | Wrong assert in 'collectvalidlines' | Roberto Ierusalimschy | 2 | -2/+2 |
2021-11-16 | Corrected bug in 'luaD_tryfuncTM' | Roberto Ierusalimschy | 2 | -2/+3 |
2021-11-10 | Avoid OP_VARARGPREP for active lines | Roberto Ierusalimschy | 2 | -1/+51 |
2021-11-08 | Bug: Wrong status in coroutine during reset | Roberto Ierusalimschy | 3 | -5/+47 |
2021-11-03 | Bug: C stack overflow with coroutines | Roberto Ierusalimschy | 2 | -2/+18 |
2021-10-29 | More uniform implementation for tail calls | Roberto Ierusalimschy | 3 | -44/+58 |
2021-10-18 | Removed goto's in 'luaD_precall' | Roberto Ierusalimschy | 2 | -25/+28 |
2021-10-11 | Avoid taking the address of a 'TValue' field | Roberto Ierusalimschy | 2 | -10/+10 |
2021-10-11 | Documentation | Roberto Ierusalimschy | 4 | -5/+13 |
2021-09-22 | Avoid overflows when incrementing parameters in C | Roberto Ierusalimschy | 6 | -9/+39 |
2021-09-15 | Using 'inline' in some functions | Roberto Ierusalimschy | 5 | -15/+32 |
2021-09-03 | Revamp of format validation in 'string.format' | Roberto Ierusalimschy | 3 | -36/+118 |
2021-08-18 | 'luaD_tryfuncTM' checks stack space by itself | Roberto Ierusalimschy | 3 | -9/+11 |
2021-08-18 | Undo simplification of tail calls (commit 901d760) | Roberto Ierusalimschy | 3 | -51/+51 |
2021-08-18 | Detail in 'testes/math.lua' | Roberto Ierusalimschy | 1 | -0/+1 |
2021-08-16 | Option '-l' can give a name for the global variable. | Roberto Ierusalimschy | 2 | -15/+27 |
2021-08-11 | Added tests for string reuse by the scanner | Roberto Ierusalimschy | 2 | -1/+25 |
2021-08-11 | Improved documentation for 'lua_getinfo' | Roberto Ierusalimschy | 1 | -18/+24 |
2021-07-22 | Bug: luaL_tolstring may get confused with negative index | Roberto Ierusalimschy | 3 | -0/+20 |
2021-07-22 | Bug: Negation in 'luaV_shiftr' may overflow | Roberto Ierusalimschy | 2 | -1/+6 |
2021-07-21 | Correction on documentation of string-buffer operations | Roberto Ierusalimschy | 1 | -4/+4 |
2021-06-30 | Simplification in the parameters of 'luaD_precall' | Roberto Ierusalimschy | 3 | -14/+24 |
2021-06-20 | Bug: 'local function' can assign to '<const>' variables | Roberto Ierusalimschy | 2 | -0/+3 |
2021-06-14 | C functions can be tail called, too | Roberto Ierusalimschy | 4 | -29/+29 |
2021-06-11 | Simpler implementation for tail calls | Roberto Ierusalimschy | 3 | -39/+33 |
2021-06-09 | Avoid the term "undefined behavior" in the manual | Roberto Ierusalimschy | 1 | -3/+2 |
2021-05-24 | 'index2value' more robust | Roberto Ierusalimschy | 1 | -5/+13 |
2021-05-24 | Details | Roberto Ierusalimschy | 2 | -14/+7 |