Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Tag values don't need to be different from type values | Roberto Ierusalimschy | 2020-01-31 | 1 | -18/+19 | |
* | Clearer distinction between types and tags | Roberto Ierusalimschy | 2020-01-31 | 22 | -212/+230 | |
* | New macro 'makevariant' to codify variant tags | Roberto Ierusalimschy | 2020-01-06 | 1 | -11/+14 | |
* | Changed internal representation of booleans | Roberto Ierusalimschy | 2020-01-06 | 14 | -52/+87 | |
* | Fixed bug in 'aux_rawset' | Roberto Ierusalimschy | 2019-12-30 | 1 | -1/+1 | |
* | Comments (mosty typos) | Roberto Ierusalimschy | 2019-12-30 | 15 | -21/+28 | |
* | Copyright year changed to 2020 | Roberto Ierusalimschy | 2019-12-27 | 2 | -3/+3 | |
* | Joined common code in 'lua_rawset' and 'lua_rawsetp' | Roberto Ierusalimschy | 2019-12-17 | 3 | -21/+23 | |
* | Easy way to allow Unicode characters in identifiers | Roberto Ierusalimschy | 2019-12-17 | 1 | -16/+25 | |
* | Added test for NULL in string.format("%p") | Roberto Ierusalimschy | 2019-12-17 | 1 | -0/+2 | |
* | Small correction in assertion | Roberto Ierusalimschy | 2019-12-13 | 2 | -2/+2 | |
* | Comment about LUA_COMPAT_LT_LE moved to proper place | Roberto Ierusalimschy | 2019-12-10 | 2 | -6/+12 | |
* | Simplifications in 'op_arith*' family of macros | Roberto Ierusalimschy | 2019-12-05 | 1 | -47/+27 | |
* | Using an enumeration for float->integer coercion modes | Roberto Ierusalimschy | 2019-12-05 | 4 | -22/+30 | |
* | 'l_mathlim' renamed to 'l_floatatt' | Roberto Ierusalimschy | 2019-12-05 | 4 | -8/+8 | |
* | Better comments about the use of 'k' in opcodes | Roberto Ierusalimschy | 2019-12-05 | 2 | -30/+34 | |
* | Manual a little more clear about string->number coersions | Roberto Ierusalimschy | 2019-12-05 | 1 | -16/+25 | |
* | Code reorganization for opcodes OP_FORPREP and OP_FORLOOP | Roberto Ierusalimschy | 2019-12-04 | 1 | -75/+116 | |
* | Removed some wrong comments | Roberto Ierusalimschy | 2019-11-28 | 1 | -8/+6 | |
* | More generic pattern when testing 'string.format' | Roberto Ierusalimschy | 2019-11-22 | 1 | -2/+2 | |
* | Details | Roberto Ierusalimschy | 2019-11-18 | 6 | -15/+16 | |
* | Using 'metavalues' for "metamethods" that are not methods | Roberto Ierusalimschy | 2019-11-08 | 1 | -21/+26 | |
* | Comments in 'lopcodes.h' | Roberto Ierusalimschy | 2019-11-07 | 1 | -92/+92 | |
* | File 'bugs' no longer tracked by git | Roberto Ierusalimschy | 2019-10-30 | 1 | -4052/+0 | |
* | Fixed bug in tail calls of __call chains | Roberto Ierusalimschy | 2019-10-28 | 2 | -2/+26 | |
* | Fixed warnings from Keil compiler | Roberto Ierusalimschy | 2019-10-25 | 2 | -7/+4 | |
* | Change in the prefix of messages from searchers | Roberto Ierusalimschy | 2019-10-24 | 2 | -5/+32 | |
* | Added function 'luaL_buffsub' | Roberto Ierusalimschy | 2019-10-23 | 2 | -9/+19 | |
* | Several enhancements in the manual | Roberto Ierusalimschy | 2019-10-23 | 1 | -43/+54 | |
* | More pious implementation of 'string.dump' | Roberto Ierusalimschy | 2019-10-23 | 1 | -8/+24 | |
* | Changed definition of macro 'l_isfalse' | Roberto Ierusalimschy | 2019-10-22 | 1 | -1/+1 | |
* | Details (mostly comments) | Roberto Ierusalimschy | 2019-10-22 | 4 | -9/+28 | |
* | Larger C-stack limits for new threads | Roberto Ierusalimschy | 2019-10-17 | 1 | -1/+1 | |
* | Easy redefinition of valid flags for 'string.format' | Roberto Ierusalimschy | 2019-10-17 | 1 | -3/+6 | |
* | Improvements in the manual around metamethodsv5.4-beta | Roberto Ierusalimschy | 2019-10-08 | 1 | -35/+42 | |
* | No coercion string->number in arithmetic with LUA_NOCVTS2N | Roberto Ierusalimschy | 2019-10-08 | 1 | -0/+13 | |
* | Makefile compiles the Lua compiler with '-Os' | Roberto Ierusalimschy | 2019-10-08 | 1 | -0/+10 | |
* | Fixed a warning and other minor issues | Roberto Ierusalimschy | 2019-10-04 | 6 | -8/+9 | |
* | Script 'packtests' gets Lua version as a parameter | Roberto Ierusalimschy | 2019-10-02 | 1 | -1/+3 | |
* | Janitorial work | Roberto Ierusalimschy | 2019-10-01 | 4 | -58/+62 | |
* | Details in the makefile (warning options) | Roberto Ierusalimschy | 2019-09-24 | 1 | -8/+8 | |
* | Subtraction of small constant integers optimized with OP_ADDI | Roberto Ierusalimschy | 2019-09-24 | 4 | -31/+46 | |
* | 'setCstacklimit' renamed to 'setcstacklimit' | Roberto Ierusalimschy | 2019-09-24 | 5 | -23/+23 | |
* | Janitorial work in 'lcode.c' | Roberto Ierusalimschy | 2019-09-19 | 2 | -38/+33 | |
* | Simplification in the call to 'constfolding' | Roberto Ierusalimschy | 2019-09-11 | 2 | -17/+21 | |
* | Removed arithmetic opcodes with immediate operand | Roberto Ierusalimschy | 2019-09-10 | 7 | -65/+17 | |
* | Added macro 'testMMMode' | Roberto Ierusalimschy | 2019-09-06 | 3 | -94/+95 | |
* | Undo change in the handling of 'L->top' (commit b80077b8f3) | Roberto Ierusalimschy | 2019-08-29 | 4 | -16/+9 | |
* | Use of 'MMBIN' opcodes extended to shift operators | Roberto Ierusalimschy | 2019-08-28 | 5 | -87/+60 | |
* | First version of OP_MMBIN opcodes | Roberto Ierusalimschy | 2019-08-27 | 11 | -104/+132 |