aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Table rehash can resize only the hash partRoberto Ierusalimschy2024-10-282-17/+41
* Always use unsigned int for indexing table-arraysRoberto Ierusalimschy2024-10-242-5/+5
* New function 'lua_numbertostrbuff'Roberto Ierusalimschy2024-10-237-40/+67
* Some changes in default GC parametersRoberto Ierusalimschy2024-10-232-8/+6
* Small bug in 'luaE_luaE_statesize'Roberto Ierusalimschy2024-10-213-4/+4
* Better support in 'ltests' for tracing the GCRoberto Ierusalimschy2024-10-215-30/+67
* Some adjustments in transition minor->majorRoberto Ierusalimschy2024-10-182-37/+46
* 'objsize' broke in smaller piecesRoberto Ierusalimschy2024-09-309-63/+91
* Local declaration in the REPL generates a warningRoberto Ierusalimschy2024-09-272-2/+25
* No errors in 'luaO_pushvfstring'Roberto Ierusalimschy2024-09-205-24/+45
* Towards no errors in 'luaO_pushvfstring'Roberto Ierusalimschy2024-09-201-52/+69
* In 'luaO_pushvfstring', all options use 'addstr2buff'Roberto Ierusalimschy2024-09-201-12/+8
* Removed 'if' left from commit ddfa1fbccfeRoberto Ierusalimschy2024-09-201-1/+0
* Avoid Microsoft warningRoberto Ierusalimschy2024-09-191-1/+2
* USHRT_MAX changed to SHRT_MAXRoberto Ierusalimschy2024-09-192-2/+2
* GC back to controling pace counting bytesRoberto Ierusalimschy2024-09-1911-202/+247
* DetailsRoberto Ierusalimschy2024-09-121-3/+3
* Parameter for lua_gc/LUA_GCSTEP changed to 'size_t'Roberto Ierusalimschy2024-09-103-3/+3
* Rename of fields in global state that control GCRoberto Ierusalimschy2024-09-065-32/+32
* DetailsRoberto Ierusalimschy2024-09-063-20/+20
* Added option for direct correction of stack pointersRoberto Ierusalimschy2024-08-221-10/+44
* 'lcode.c' can use 'checklimit', tooRoberto Ierusalimschy2024-08-203-12/+10
* A return can have at most 254 valuesRoberto Ierusalimschy2024-08-192-0/+13
* Bug: wrong code gen. for indices with comparisonsRoberto Ierusalimschy2024-08-172-1/+10
* Floats formatted with "correct" precisionRoberto Ierusalimschy2024-08-023-21/+153
* Struct 'transferinfo' moved to "lua_State"Roberto Ierusalimschy2024-07-303-24/+16
* '-Wconversion' extended to all options of Lua numbersRoberto Ierusalimschy2024-07-278-39/+50
* Added gcc option '-Wconversion'Roberto Ierusalimschy2024-07-2744-359/+398
* 'nresults' moved into 'callstatus'Roberto Ierusalimschy2024-07-216-62/+79
* Using CIST_CLSRET instead of trick with 'nresults'Roberto Ierusalimschy2024-07-194-30/+31
* Explicit limit for number of results in a callRoberto Ierusalimschy2024-07-183-4/+17
* Maximum stack size may not fit in unsigned shortRoberto Ierusalimschy2024-07-165-28/+46
* Removed compatibility with "= exp" in the REPLRoberto Ierusalimschy2024-07-052-5/+2
* Fixed bug in 'multiline'Roberto Ierusalimschy2024-07-052-14/+19
* 'printstack' (from ltests.c) made publicRoberto Ierusalimschy2024-07-052-3/+7
* lua.c loads 'readline' dynamicallyRoberto Ierusalimschy2024-07-044-29/+90
* Small changes in casts from void* to functionsRoberto Ierusalimschy2024-07-022-22/+26
* Updated dependencies in the make fileRoberto Ierusalimschy2024-07-011-15/+23
* New instruction format for SETLIST/NEWTABLERoberto Ierusalimschy2024-06-287-47/+97
* 'isIT'/'isOT' turned from macros to functionsRoberto Ierusalimschy2024-06-276-14/+38
* Flexible limit for use of registers by constructorsRoberto Ierusalimschy2024-06-275-7/+31
* Clearer code for controlling maximum registersRoberto Ierusalimschy2024-06-263-10/+28
* Length of external strings must fit in Lua integerRoberto Ierusalimschy2024-06-244-4/+9
* Details in the manualRoberto Ierusalimschy2024-06-211-4/+9
* Removed 'int' size limit for string.repRoberto Ierusalimschy2024-06-212-16/+5
* Removed 'int' size limit for pack/unpackRoberto Ierusalimschy2024-06-212-38/+48
* lua_writestring & co. moved to llimits.hRoberto Ierusalimschy2024-06-214-32/+25
* llimits.h being used by all Lua codeRoberto Ierusalimschy2024-06-2014-73/+48
* Cleaning of llimits.hRoberto Ierusalimschy2024-06-2019-165/+159
* GC test was not restarting collector after pauseRoberto Ierusalimschy2024-06-181-1/+2