aboutsummaryrefslogtreecommitdiff
path: root/lvm.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-11OP_LOADFALSE broken in two instructionsRoberto Ierusalimschy1-1/+5
2020-01-31Tag values don't need to be different from type valuesRoberto Ierusalimschy1-18/+19
2020-01-31Clearer distinction between types and tagsRoberto Ierusalimschy22-212/+230
2020-01-06New macro 'makevariant' to codify variant tagsRoberto Ierusalimschy1-11/+14
2020-01-06Changed internal representation of booleansRoberto Ierusalimschy14-52/+87
2019-12-30Fixed bug in 'aux_rawset'Roberto Ierusalimschy1-1/+1
2019-12-30Comments (mosty typos)Roberto Ierusalimschy15-21/+28
2019-12-27Copyright year changed to 2020Roberto Ierusalimschy2-3/+3
2019-12-17Joined common code in 'lua_rawset' and 'lua_rawsetp'Roberto Ierusalimschy3-21/+23
2019-12-17Easy way to allow Unicode characters in identifiersRoberto Ierusalimschy1-16/+25
2019-12-17Added test for NULL in string.format("%p")Roberto Ierusalimschy1-0/+2
2019-12-13Small correction in assertionRoberto Ierusalimschy2-2/+2
2019-12-10Comment about LUA_COMPAT_LT_LE moved to proper placeRoberto Ierusalimschy2-6/+12
2019-12-05Simplifications in 'op_arith*' family of macrosRoberto Ierusalimschy1-47/+27
2019-12-05Using an enumeration for float->integer coercion modesRoberto Ierusalimschy4-22/+30
2019-12-05'l_mathlim' renamed to 'l_floatatt'Roberto Ierusalimschy4-8/+8
2019-12-05Better comments about the use of 'k' in opcodesRoberto Ierusalimschy2-30/+34
2019-12-05Manual a little more clear about string->number coersionsRoberto Ierusalimschy1-16/+25
2019-12-04Code reorganization for opcodes OP_FORPREP and OP_FORLOOPRoberto Ierusalimschy1-75/+116
2019-11-28Removed some wrong commentsRoberto Ierusalimschy1-8/+6
2019-11-22More generic pattern when testing 'string.format'Roberto Ierusalimschy1-2/+2
2019-11-18DetailsRoberto Ierusalimschy6-15/+16
2019-11-08Using 'metavalues' for "metamethods" that are not methodsRoberto Ierusalimschy1-21/+26
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