summaryrefslogtreecommitdiff
path: root/ldo.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-07Comments in 'lopcodes.h'Roberto Ierusalimschy1-92/+92
2019-10-30File 'bugs' no longer tracked by gitRoberto Ierusalimschy1-4052/+0
2019-10-28Fixed bug in tail calls of __call chainsRoberto Ierusalimschy2-2/+26
2019-10-25Fixed warnings from Keil compilerRoberto Ierusalimschy2-7/+4
2019-10-24Change in the prefix of messages from searchersRoberto Ierusalimschy2-5/+32
2019-10-23Added function 'luaL_buffsub'Roberto Ierusalimschy2-9/+19
2019-10-23Several enhancements in the manualRoberto Ierusalimschy1-43/+54
2019-10-23More pious implementation of 'string.dump'Roberto Ierusalimschy1-8/+24
2019-10-22Changed definition of macro 'l_isfalse'Roberto Ierusalimschy1-1/+1
2019-10-22Details (mostly comments)Roberto Ierusalimschy4-9/+28
2019-10-17Larger C-stack limits for new threadsRoberto Ierusalimschy1-1/+1
2019-10-17Easy redefinition of valid flags for 'string.format'Roberto Ierusalimschy1-3/+6
2019-10-08Improvements in the manual around metamethodsv5.4-betaRoberto Ierusalimschy1-35/+42
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