Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | Fixed missing case in 'luaV_finishOp' | Roberto Ierusalimschy | 2019-08-27 | 2 | -1/+7 | |
* | Fixed bug when yiedling inside OP_ADDK opcode | Roberto Ierusalimschy | 2019-08-21 | 2 | -0/+14 | |
* | Default for warnings changed to "off" | Roberto Ierusalimschy | 2019-08-20 | 10 | -17/+23 | |
* | Detail (extra test for warnings when closing state) | Roberto Ierusalimschy | 2019-08-19 | 1 | -0/+11 | |
* | Improvement in warn-mode '@store' (for testing) | Roberto Ierusalimschy | 2019-08-18 | 5 | -31/+55 | |
* | Manual corrected with the new syntax for attributes | Roberto Ierusalimschy | 2019-08-16 | 1 | -5/+5 | |
* | Added macro 'luaL_pushfail' | Roberto Ierusalimschy | 2019-08-16 | 20 | -154/+176 | |
* | Supressed errors in '__close' generate warnings | Roberto Ierusalimschy | 2019-08-16 | 10 | -43/+164 | |
* | Added control messages to warnings | Roberto Ierusalimschy | 2019-08-15 | 9 | -49/+161 | |
* | Small optimization in 'convergeephemerons' | Roberto Ierusalimschy | 2019-08-12 | 1 | -9/+20 | |
* | Detail in the manual (method 'file:setvbuf') | Roberto Ierusalimschy | 2019-08-12 | 1 | -16/+8 | |
* | Details | Roberto Ierusalimschy | 2019-08-01 | 2 | -8/+13 | |
* | Correction in the documentation of 'io.lines' | Roberto Ierusalimschy | 2019-07-31 | 2 | -7/+5 | |
* | Tracebacks recognize metamethods '__close' | Roberto Ierusalimschy | 2019-07-31 | 2 | -4/+20 | |
* | To-be-closed variables must be closed on initialization | Roberto Ierusalimschy | 2019-07-31 | 6 | -41/+70 | |
* | Fixed test in 'main.lua' | Roberto Ierusalimschy | 2019-07-30 | 1 | -7/+10 | |
* | Change in the syntax of attributes | Roberto Ierusalimschy | 2019-07-30 | 11 | -102/+103 | |
* | Change in the handling of 'L->top' when calling metamethods | Roberto Ierusalimschy | 2019-07-26 | 10 | -29/+75 | |
* | Bug: 'Vardesc' array can be reallocated in 'localstat' | Roberto Ierusalimschy | 2019-07-26 | 1 | -12/+15 | |
* | Small corrections when setting 'L->top' | Roberto Ierusalimschy | 2019-07-25 | 4 | -6/+17 | |
* | Some improvements in date/time functions | Roberto Ierusalimschy | 2019-07-24 | 2 | -41/+100 | |
* | Fixed bug in 'string.format' with option '%f' | Roberto Ierusalimschy | 2019-07-23 | 2 | -8/+12 | |
* | Do not collect open upvalues | Roberto Ierusalimschy | 2019-07-22 | 4 | -14/+11 | |
* | 'math.randomseed' always returns the two seed components | Roberto Ierusalimschy | 2019-07-19 | 3 | -11/+15 |