aboutsummaryrefslogtreecommitdiff
path: root/all (unfollow)
Commit message (Expand)AuthorFilesLines
2022-12-23Detail in make file for testes/libsRoberto Ierusalimschy1-5/+5
2022-12-22Changes in opcodes for generic 'for'Roberto Ierusalimschy3-29/+38
2022-12-21Simplification in opcodes for numerical 'for'Roberto Ierusalimschy2-27/+27
2022-12-21Control variables in for loops are read onlyRoberto Ierusalimschy5-37/+40
2022-12-20Towards Lua 5.5Roberto Ierusalimschy5-129/+12
2022-12-20Dump doesn't need to reuse 'source'Roberto Ierusalimschy3-12/+35
2022-12-15Dump/undump reuse stringsRoberto Ierusalimschy5-12/+77
2022-12-15Small change in barrier macrosRoberto Ierusalimschy1-8/+9
2022-12-15Small improvements in 'lmem.c'Roberto Ierusalimschy1-27/+41
2022-12-14Details in some header filesRoberto Ierusalimschy3-11/+21
2022-12-13Changed signal of GC debtRoberto Ierusalimschy6-25/+22
2022-12-13Revamp of GC parametersRoberto Ierusalimschy6-41/+61
2022-12-09Reduce calls to 'luaC_step' when GC is stoppedRoberto Ierusalimschy1-3/+6
2022-12-07New function 'luaL_openselectedlibs'Roberto Ierusalimschy7-69/+71
2022-12-06Simplification in handling of GC debtRoberto Ierusalimschy2-20/+22
2022-12-02DetailsRoberto Ierusalimschy1-5/+5
2022-11-29Simpler control for major collectionsRoberto Ierusalimschy6-136/+77
2022-11-24Removed GC checks from function callsRoberto Ierusalimschy5-20/+10
2022-11-23'l_mem' renamed to 'l_obj' to count objectsRoberto Ierusalimschy6-49/+51
2022-11-23First version of GC counting objects for controlRoberto Ierusalimschy9-156/+162
2022-11-23Stop GC while building initial stateRoberto Ierusalimschy1-1/+3
2022-11-08Removed unused field 'UpVal.tbc'Roberto Ierusalimschy2-4/+2
2022-11-03Added a counter of the total number of existing objectsRoberto Ierusalimschy3-0/+5
2022-11-01Threads are created like other objectsRoberto Ierusalimschy3-12/+16
2022-11-01Tables have a 'lastfree' information only when neededRoberto Ierusalimschy7-24/+84
2022-10-31Stack reallocation done with a single reallocRoberto Ierusalimschy2-22/+52
2022-10-29Stack indices changed to union'sRoberto Ierusalimschy19-370/+384
2022-10-26DetailsRoberto Ierusalimschy1-2/+7
2022-10-25Bug: stack overflow with nesting of coroutine.closeRoberto Ierusalimschy6-6/+38
2022-10-21Removed test function 'luaH_isdummy'Roberto Ierusalimschy2-3/+0
2022-10-19Option '-l g=mod' added to the manualRoberto Ierusalimschy1-11/+12
2022-10-19DetailsRoberto Ierusalimschy2-7/+7
2022-10-19Portability issue in a test for 'string.format'Roberto Ierusalimschy1-2/+7
2022-09-23Negation in constant folding of '>>' may overflowRoberto Ierusalimschy4-4/+19
2022-09-23Small simplification in overflow check in 'getfield'Roberto Ierusalimschy2-3/+10
2022-09-23Bug: 'utf8.codes' accepts spurious continuation bytesRoberto Ierusalimschy2-12/+27
2022-09-16New test for table rehashRoberto Ierusalimschy1-9/+29
2022-09-08Note in the manual about using '...' as an expressionRoberto Ierusalimschy1-5/+16
2022-09-07Corrected error message in 'table.remove'Roberto Ierusalimschy1-1/+1
2022-09-06Changed the growth rate of string buffersRoberto Ierusalimschy2-6/+7
2022-08-24Bug: 'break' may not properly close variable in a 'for' loopRoberto Ierusalimschy2-8/+28
2022-08-23Simpler handling of Byte Order Mark (BOM)Roberto Ierusalimschy2-26/+56
2022-08-23Bug: set correct pause when (re)entering gen. collection.Roberto Ierusalimschy1-32/+31
2022-08-19Better documentation for 'multires' expressionsRoberto Ierusalimschy3-75/+120
2022-05-26More checks and documentation for uses of EXTRA_STACKRoberto Ierusalimschy5-13/+47
2022-05-25Bug: 'lua_settop' may use an invalid pointer to stackRoberto Ierusalimschy5-12/+34
2022-05-23'luaV_concat' can use invalidated pointer to stackRoberto Ierusalimschy1-3/+3
2022-05-23'lua_checkstack' doesn't need to check stack overflowRoberto Ierusalimschy5-26/+17
2022-05-20Save stack space while handling errorsRoberto Ierusalimschy2-3/+8
2022-05-10Details (identation and typos)Roberto Ierusalimschy2-3/+4