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