aboutsummaryrefslogtreecommitdiff
path: root/ltm.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-24Always use unsigned int for indexing table-arraysRoberto Ierusalimschy2-5/+5
2024-10-23New function 'lua_numbertostrbuff'Roberto Ierusalimschy7-40/+67
2024-10-23Some changes in default GC parametersRoberto Ierusalimschy2-8/+6
2024-10-21Small bug in 'luaE_luaE_statesize'Roberto Ierusalimschy3-4/+4
2024-10-21Better support in 'ltests' for tracing the GCRoberto Ierusalimschy5-30/+67
2024-10-18Some adjustments in transition minor->majorRoberto Ierusalimschy2-37/+46
2024-09-30'objsize' broke in smaller piecesRoberto Ierusalimschy9-63/+91
2024-09-27Local declaration in the REPL generates a warningRoberto Ierusalimschy2-2/+25
2024-09-20No errors in 'luaO_pushvfstring'Roberto Ierusalimschy5-24/+45
2024-09-20Towards no errors in 'luaO_pushvfstring'Roberto Ierusalimschy1-52/+69
2024-09-20In 'luaO_pushvfstring', all options use 'addstr2buff'Roberto Ierusalimschy1-12/+8
2024-09-20Removed 'if' left from commit ddfa1fbccfeRoberto Ierusalimschy1-1/+0
2024-09-19Avoid Microsoft warningRoberto Ierusalimschy1-1/+2
2024-09-19USHRT_MAX changed to SHRT_MAXRoberto Ierusalimschy2-2/+2
2024-09-19GC back to controling pace counting bytesRoberto Ierusalimschy11-202/+247
2024-09-12DetailsRoberto Ierusalimschy1-3/+3
2024-09-10Parameter for lua_gc/LUA_GCSTEP changed to 'size_t'Roberto Ierusalimschy3-3/+3
2024-09-06Rename of fields in global state that control GCRoberto Ierusalimschy5-32/+32
2024-09-06DetailsRoberto Ierusalimschy3-20/+20
2024-08-22Added option for direct correction of stack pointersRoberto Ierusalimschy1-10/+44
2024-08-20'lcode.c' can use 'checklimit', tooRoberto Ierusalimschy3-12/+10
2024-08-19A return can have at most 254 valuesRoberto Ierusalimschy2-0/+13
2024-08-17Bug: wrong code gen. for indices with comparisonsRoberto Ierusalimschy2-1/+10
2024-08-02Floats formatted with "correct" precisionRoberto Ierusalimschy3-21/+153
2024-07-30Struct 'transferinfo' moved to "lua_State"Roberto Ierusalimschy3-24/+16
2024-07-27'-Wconversion' extended to all options of Lua numbersRoberto Ierusalimschy8-39/+50
2024-07-27Added gcc option '-Wconversion'Roberto Ierusalimschy44-359/+398
2024-07-21'nresults' moved into 'callstatus'Roberto Ierusalimschy6-62/+79
2024-07-19Using CIST_CLSRET instead of trick with 'nresults'Roberto Ierusalimschy4-30/+31
2024-07-18Explicit limit for number of results in a callRoberto Ierusalimschy3-4/+17
2024-07-16Maximum stack size may not fit in unsigned shortRoberto Ierusalimschy5-28/+46
2024-07-05Removed compatibility with "= exp" in the REPLRoberto Ierusalimschy2-5/+2
2024-07-05Fixed bug in 'multiline'Roberto Ierusalimschy2-14/+19
2024-07-05'printstack' (from ltests.c) made publicRoberto Ierusalimschy2-3/+7
2024-07-04lua.c loads 'readline' dynamicallyRoberto Ierusalimschy4-29/+90
2024-07-02Small changes in casts from void* to functionsRoberto Ierusalimschy2-22/+26
2024-07-01Updated dependencies in the make fileRoberto Ierusalimschy1-15/+23
2024-06-28New instruction format for SETLIST/NEWTABLERoberto Ierusalimschy7-47/+97
2024-06-27'isIT'/'isOT' turned from macros to functionsRoberto Ierusalimschy6-14/+38
2024-06-27Flexible limit for use of registers by constructorsRoberto Ierusalimschy5-7/+31
2024-06-26Clearer code for controlling maximum registersRoberto Ierusalimschy3-10/+28
2024-06-24Length of external strings must fit in Lua integerRoberto Ierusalimschy4-4/+9
2024-06-21Details in the manualRoberto Ierusalimschy1-4/+9
2024-06-21Removed 'int' size limit for string.repRoberto Ierusalimschy2-16/+5
2024-06-21Removed 'int' size limit for pack/unpackRoberto Ierusalimschy2-38/+48
2024-06-21lua_writestring & co. moved to llimits.hRoberto Ierusalimschy4-32/+25
2024-06-20llimits.h being used by all Lua codeRoberto Ierusalimschy14-73/+48
2024-06-20Cleaning of llimits.hRoberto Ierusalimschy19-165/+159
2024-06-18GC test was not restarting collector after pauseRoberto Ierusalimschy1-1/+2
2024-06-12Tricky _PROMPT may trigger undefined behavior in lua.cRoberto Ierusalimschy1-2/+3