Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2022-12-23 | 1 | -5/+5 |
|\ | |||||
| * | Detail in make file for testes/libs | Roberto Ierusalimschy | 2022-12-23 | 1 | -5/+5 |
* | | Changes in opcodes for generic 'for' | Roberto Ierusalimschy | 2022-12-22 | 3 | -29/+38 |
* | | Simplification in opcodes for numerical 'for' | Roberto Ierusalimschy | 2022-12-21 | 2 | -27/+27 |
* | | Control variables in for loops are read only | Roberto Ierusalimschy | 2022-12-21 | 5 | -37/+40 |
* | | Towards Lua 5.5 | Roberto Ierusalimschy | 2022-12-20 | 5 | -129/+12 |
* | | Dump doesn't need to reuse 'source' | Roberto Ierusalimschy | 2022-12-20 | 3 | -12/+35 |
* | | Dump/undump reuse strings | Roberto Ierusalimschy | 2022-12-15 | 5 | -12/+77 |
* | | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2022-12-15 | 1 | -8/+9 |
|\| | |||||
| * | Small change in barrier macros | Roberto Ierusalimschy | 2022-12-15 | 1 | -8/+9 |
* | | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2022-12-15 | 1 | -27/+41 |
|\| | |||||
| * | Small improvements in 'lmem.c' | Roberto Ierusalimschy | 2022-12-15 | 1 | -27/+41 |
* | | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2022-12-14 | 3 | -11/+21 |
|\| | |||||
| * | Details in some header files | Roberto Ierusalimschy | 2022-12-14 | 3 | -11/+21 |
* | | Changed signal of GC debt | Roberto Ierusalimschy | 2022-12-13 | 6 | -25/+22 |
* | | Revamp of GC parameters | Roberto Ierusalimschy | 2022-12-13 | 6 | -41/+61 |
* | | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2022-12-12 | 2 | -7/+11 |
|\| | |||||
| * | Reduce calls to 'luaC_step' when GC is stopped | Roberto Ierusalimschy | 2022-12-09 | 1 | -3/+6 |
| * | Details | Roberto Ierusalimschy | 2022-12-02 | 1 | -5/+5 |
* | | New function 'luaL_openselectedlibs' | Roberto Ierusalimschy | 2022-12-07 | 7 | -69/+71 |
* | | Simplification in handling of GC debt | Roberto Ierusalimschy | 2022-12-06 | 2 | -20/+22 |
* | | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2022-12-01 | 2 | -4/+2 |
|\| | |||||
| * | Stop GC while building initial state | Roberto Ierusalimschy | 2022-11-23 | 1 | -1/+3 |
| * | Removed unused field 'UpVal.tbc' | Roberto Ierusalimschy | 2022-11-08 | 2 | -4/+2 |
* | | Simpler control for major collections | Roberto Ierusalimschy | 2022-11-29 | 6 | -136/+77 |
* | | Removed GC checks from function calls | Roberto Ierusalimschy | 2022-11-24 | 5 | -20/+10 |
* | | 'l_mem' renamed to 'l_obj' to count objects | Roberto Ierusalimschy | 2022-11-23 | 6 | -49/+51 |
* | | First version of GC counting objects for control | Roberto Ierusalimschy | 2022-11-23 | 9 | -156/+162 |
* | | Added a counter of the total number of existing objects | Roberto Ierusalimschy | 2022-11-03 | 3 | -0/+5 |
* | | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2022-11-01 | 3 | -12/+16 |
|\| | |||||
| * | Threads are created like other objects | Roberto Ierusalimschy | 2022-11-01 | 3 | -12/+16 |
* | | Tables have a 'lastfree' information only when needed | Roberto Ierusalimschy | 2022-11-01 | 7 | -24/+84 |
|/ | |||||
* | Stack reallocation done with a single realloc | Roberto Ierusalimschy | 2022-10-31 | 2 | -22/+52 |
* | Stack indices changed to union's | Roberto Ierusalimschy | 2022-10-29 | 19 | -370/+384 |
* | Details | Roberto Ierusalimschy | 2022-10-26 | 1 | -2/+7 |
* | Bug: stack overflow with nesting of coroutine.close | Roberto Ierusalimschy | 2022-10-25 | 6 | -6/+38 |
* | Removed test function 'luaH_isdummy' | Roberto Ierusalimschy | 2022-10-21 | 2 | -3/+0 |
* | Option '-l g=mod' added to the manual | Roberto Ierusalimschy | 2022-10-19 | 1 | -11/+12 |
* | Details | Roberto Ierusalimschy | 2022-10-19 | 2 | -7/+7 |
* | Portability issue in a test for 'string.format' | Roberto Ierusalimschy | 2022-10-19 | 1 | -2/+7 |
* | Negation in constant folding of '>>' may overflow | Roberto Ierusalimschy | 2022-09-23 | 4 | -4/+19 |
* | Small simplification in overflow check in 'getfield' | Roberto Ierusalimschy | 2022-09-23 | 2 | -3/+10 |
* | Bug: 'utf8.codes' accepts spurious continuation bytes | Roberto Ierusalimschy | 2022-09-23 | 2 | -12/+27 |
* | New test for table rehash | Roberto Ierusalimschy | 2022-09-16 | 1 | -9/+29 |
* | Note in the manual about using '...' as an expression | Roberto Ierusalimschy | 2022-09-08 | 1 | -5/+16 |
* | Corrected error message in 'table.remove' | Roberto Ierusalimschy | 2022-09-07 | 1 | -1/+1 |
* | 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 |