summaryrefslogtreecommitdiff
path: root/ldebug.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-08No coercion string->number in arithmetic with LUA_NOCVTS2NRoberto Ierusalimschy1-0/+13
2019-10-08Makefile compiles the Lua compiler with '-Os'Roberto Ierusalimschy1-0/+10
2019-10-04Fixed a warning and other minor issuesRoberto Ierusalimschy6-8/+9
2019-10-02Script 'packtests' gets Lua version as a parameterRoberto Ierusalimschy1-1/+3
2019-10-01Janitorial workRoberto Ierusalimschy4-58/+62
2019-09-24Details in the makefile (warning options)Roberto Ierusalimschy1-8/+8
2019-09-24Subtraction of small constant integers optimized with OP_ADDIRoberto Ierusalimschy4-31/+46
2019-09-24'setCstacklimit' renamed to 'setcstacklimit'Roberto Ierusalimschy5-23/+23
2019-09-19Janitorial work in 'lcode.c'Roberto Ierusalimschy2-38/+33
2019-09-11Simplification in the call to 'constfolding'Roberto Ierusalimschy2-17/+21
2019-09-10Removed arithmetic opcodes with immediate operandRoberto Ierusalimschy7-65/+17
2019-09-06Added macro 'testMMMode'Roberto Ierusalimschy3-94/+95
2019-08-29Undo change in the handling of 'L->top' (commit b80077b8f3)Roberto Ierusalimschy4-16/+9
2019-08-28Use of 'MMBIN' opcodes extended to shift operatorsRoberto Ierusalimschy5-87/+60
2019-08-27First version of OP_MMBIN opcodesRoberto Ierusalimschy11-104/+132
2019-08-27Fixed missing case in 'luaV_finishOp'Roberto Ierusalimschy2-1/+7
2019-08-21Fixed bug when yiedling inside OP_ADDK opcodeRoberto Ierusalimschy2-0/+14
2019-08-20Default for warnings changed to "off"Roberto Ierusalimschy10-17/+23
2019-08-19Detail (extra test for warnings when closing state)Roberto Ierusalimschy1-0/+11
2019-08-18Improvement in warn-mode '@store' (for testing)Roberto Ierusalimschy5-31/+55
2019-08-16Manual corrected with the new syntax for attributesRoberto Ierusalimschy1-5/+5
2019-08-16Added macro 'luaL_pushfail'Roberto Ierusalimschy20-154/+176
2019-08-16Supressed errors in '__close' generate warningsRoberto Ierusalimschy10-43/+164
2019-08-15Added control messages to warningsRoberto Ierusalimschy9-49/+161
2019-08-12Small optimization in 'convergeephemerons'Roberto Ierusalimschy1-9/+20
2019-08-12Detail in the manual (method 'file:setvbuf')Roberto Ierusalimschy1-16/+8
2019-08-01DetailsRoberto Ierusalimschy2-8/+13
2019-07-31Correction in the documentation of 'io.lines'Roberto Ierusalimschy2-7/+5
2019-07-31Tracebacks recognize metamethods '__close'Roberto Ierusalimschy2-4/+20
2019-07-31To-be-closed variables must be closed on initializationRoberto Ierusalimschy6-41/+70
2019-07-30Fixed test in 'main.lua'Roberto Ierusalimschy1-7/+10
2019-07-30Change in the syntax of attributesRoberto Ierusalimschy11-102/+103
2019-07-26Change in the handling of 'L->top' when calling metamethodsRoberto Ierusalimschy10-29/+75
2019-07-26Bug: 'Vardesc' array can be reallocated in 'localstat'Roberto Ierusalimschy1-12/+15
2019-07-25Small corrections when setting 'L->top'Roberto Ierusalimschy4-6/+17
2019-07-24Some improvements in date/time functionsRoberto Ierusalimschy2-41/+100
2019-07-23Fixed bug in 'string.format' with option '%f'Roberto Ierusalimschy2-8/+12
2019-07-22Do not collect open upvaluesRoberto Ierusalimschy4-14/+11
2019-07-19'math.randomseed' always returns the two seed componentsRoberto Ierusalimschy3-11/+15
2019-07-19Avoid using addresses of static variables as unique keysRoberto Ierusalimschy3-16/+17
2019-07-19Fixed bug for emergency collection in upvalue creationRoberto Ierusalimschy3-8/+10
2019-07-19Tag LUA_TUPVALTBC replaced by a flagRoberto Ierusalimschy5-18/+13
2019-07-19Some details in 'lmem.c' and 'lgc.c'Roberto Ierusalimschy2-27/+42
2019-07-18DetailsRoberto Ierusalimschy3-25/+17
2019-07-18Reviving HARDMEMTESTSRoberto Ierusalimschy4-15/+35
2019-07-18Small bug with stack reallocationRoberto Ierusalimschy2-7/+9
2019-07-17'math.randomseed()' returns the seeds it usedRoberto Ierusalimschy4-7/+27
2019-07-17Calls 'luaF_close' in 'lua_settop' only when neededRoberto Ierusalimschy1-5/+7
2019-07-17Fixed small issue with constant propagationRoberto Ierusalimschy2-7/+21
2019-07-17New kind of expression VKSTRRoberto Ierusalimschy5-18/+54