Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2022-12-23 | Detail in make file for testes/libs | Roberto Ierusalimschy | 1 | -5/+5 |
2022-12-15 | Small change in barrier macros | Roberto Ierusalimschy | 1 | -8/+9 |
2022-12-15 | Small improvements in 'lmem.c' | Roberto Ierusalimschy | 1 | -27/+41 |
2022-12-14 | Details in some header files | Roberto Ierusalimschy | 3 | -11/+21 |
2022-12-09 | Reduce calls to 'luaC_step' when GC is stopped | Roberto Ierusalimschy | 1 | -3/+6 |
2022-12-02 | Details | Roberto Ierusalimschy | 1 | -5/+5 |
2022-11-23 | Stop GC while building initial state | Roberto Ierusalimschy | 1 | -1/+3 |
2022-11-08 | Removed unused field 'UpVal.tbc' | Roberto Ierusalimschy | 2 | -4/+2 |
2022-11-01 | Threads are created like other objects | Roberto Ierusalimschy | 3 | -12/+16 |
2022-10-31 | Stack reallocation done with a single realloc | Roberto Ierusalimschy | 2 | -22/+52 |
2022-10-29 | Stack indices changed to union's | Roberto Ierusalimschy | 19 | -370/+384 |
2022-10-26 | Details | Roberto Ierusalimschy | 1 | -2/+7 |
2022-10-25 | Bug: stack overflow with nesting of coroutine.close | Roberto Ierusalimschy | 6 | -6/+38 |
2022-10-21 | Removed test function 'luaH_isdummy' | Roberto Ierusalimschy | 2 | -3/+0 |
2022-10-19 | Option '-l g=mod' added to the manual | Roberto Ierusalimschy | 1 | -11/+12 |
2022-10-19 | Details | Roberto Ierusalimschy | 2 | -7/+7 |
2022-10-19 | Portability issue in a test for 'string.format' | Roberto Ierusalimschy | 1 | -2/+7 |
2022-09-23 | Negation in constant folding of '>>' may overflow | Roberto Ierusalimschy | 4 | -4/+19 |
2022-09-23 | Small simplification in overflow check in 'getfield' | Roberto Ierusalimschy | 2 | -3/+10 |
2022-09-23 | Bug: 'utf8.codes' accepts spurious continuation bytes | Roberto Ierusalimschy | 2 | -12/+27 |
2022-09-16 | New test for table rehash | Roberto Ierusalimschy | 1 | -9/+29 |
2022-09-08 | Note in the manual about using '...' as an expression | Roberto Ierusalimschy | 1 | -5/+16 |
2022-09-07 | Corrected error message in 'table.remove' | Roberto Ierusalimschy | 1 | -1/+1 |
2022-09-06 | Changed the growth rate of string buffers | Roberto Ierusalimschy | 2 | -6/+7 |
2022-08-24 | Bug: 'break' may not properly close variable in a 'for' loop | Roberto Ierusalimschy | 2 | -8/+28 |
2022-08-23 | Simpler handling of Byte Order Mark (BOM) | Roberto Ierusalimschy | 2 | -26/+56 |
2022-08-23 | Bug: set correct pause when (re)entering gen. collection. | Roberto Ierusalimschy | 1 | -32/+31 |
2022-08-19 | Better documentation for 'multires' expressions | Roberto Ierusalimschy | 3 | -75/+120 |
2022-05-26 | More checks and documentation for uses of EXTRA_STACK | Roberto Ierusalimschy | 5 | -13/+47 |
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 |