Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 'recover' finish of 'luaD_pcall' should follow the original | Roberto Ierusalimschy | 2020-10-12 | 1 | -4/+22 | |
* | Avoid shrinking stacks to often | Roberto Ierusalimschy | 2020-10-12 | 1 | -1/+49 | |
* | Avoid GCs when testing stack overflow | Roberto Ierusalimschy | 2020-10-12 | 1 | -6/+14 | |
* | Revision of stackless implementation | Roberto Ierusalimschy | 2020-10-12 | 2 | -108/+32 | |
* | Back to a stackless implementation | Roberto Ierusalimschy | 2020-10-12 | 3 | -6/+7 | |
* | Fixed bug of long strings in binary chunks | Roberto Ierusalimschy | 2020-08-18 | 1 | -1/+15 | |
* | TOUCHED2 objects are not always black | Roberto Ierusalimschy | 2020-08-13 | 1 | -0/+17 | |
* | Better tests for gray lists | Roberto Ierusalimschy | 2020-08-07 | 1 | -0/+2 | |
* | Free bit 7 of GC 'marked' field | Roberto Ierusalimschy | 2020-08-07 | 1 | -0/+11 | |
* | Optimization in 'markold' | Roberto Ierusalimschy | 2020-07-29 | 1 | -0/+16 | |
* | Fixed bug: line hooks in stripped functions | Roberto Ierusalimschy | 2020-07-27 | 1 | -1/+18 | |
* | Fixed bug: barriers cannot be active during sweep | Roberto Ierusalimschy | 2020-07-27 | 1 | -1/+27 | |
* | Fixed bug: invalid mode can crash 'io.popen' | Roberto Ierusalimschy | 2020-07-15 | 1 | -0/+15 | |
* | Fixed bug: wrong stack limit when entering a coroutine | Roberto Ierusalimschy | 2020-07-13 | 1 | -0/+16 | |
* | Added test for fix 127e7a6c894 | Roberto Ierusalimschy | 2020-07-13 | 1 | -0/+30 | |
* | Make sure that main thread is non yieldable | Roberto Ierusalimschy | 2020-07-06 | 1 | -2/+12 | |
* | Keep memory errors as memory errors | Roberto Ierusalimschy | 2020-07-06 | 1 | -16/+59 | |
* | Avoid memory allocation in some functions from 'ltests.c' | Roberto Ierusalimschy | 2020-07-04 | 4 | -10/+10 | |
* | Simplification and smaller buffers for 'lua_pushfstring' | Roberto Ierusalimschy | 2020-07-03 | 1 | -1/+1 | |
* | Fixed detail in 'loadUpvalues' | Roberto Ierusalimschy | 2020-06-30 | 1 | -6/+15 | |
* | Fixed two bugs in to-be-closed variables x constants | Roberto Ierusalimschy | 2020-06-01 | 1 | -0/+37 | |
* | Details (more uniformity in error messages) | Roberto Ierusalimschy | 2020-05-27 | 1 | -9/+9 | |
* | Back to old encoding of versions in binary files | Roberto Ierusalimschy | 2020-05-06 | 1 | -2/+2 | |
* | C-Stack test does not assume minimum of 400 slots | Roberto Ierusalimschy | 2020-05-04 | 1 | -17/+26 | |
* | Fixed bug in 'string.format("%p")' | Roberto Ierusalimschy | 2020-03-16 | 1 | -4/+14 | |
* | Details | Roberto Ierusalimschy | 2020-02-27 | 4 | -1/+11 | |
* | Changed internal representation of booleans | Roberto Ierusalimschy | 2020-01-06 | 1 | -5/+5 | |
* | Comments (mosty typos) | Roberto Ierusalimschy | 2019-12-30 | 9 | -14/+21 | |
* | Joined common code in 'lua_rawset' and 'lua_rawsetp' | Roberto Ierusalimschy | 2019-12-17 | 2 | -4/+9 | |
* | More generic pattern when testing 'string.format' | Roberto Ierusalimschy | 2019-11-22 | 1 | -2/+2 | |
* | Fixed bug in tail calls of __call chains | Roberto Ierusalimschy | 2019-10-28 | 1 | -1/+24 | |
* | Change in the prefix of messages from searchers | Roberto Ierusalimschy | 2019-10-24 | 1 | -0/+23 | |
* | Script 'packtests' gets Lua version as a parameter | Roberto Ierusalimschy | 2019-10-02 | 1 | -1/+3 | |
* | Janitorial work | Roberto Ierusalimschy | 2019-10-01 | 1 | -2/+5 | |
* | Subtraction of small constant integers optimized with OP_ADDI | Roberto Ierusalimschy | 2019-09-24 | 3 | -4/+5 | |
* | 'setCstacklimit' renamed to 'setcstacklimit' | Roberto Ierusalimschy | 2019-09-24 | 1 | -12/+12 | |
* | Removed arithmetic opcodes with immediate operand | Roberto Ierusalimschy | 2019-09-10 | 1 | -9/+9 | |
* | Use of 'MMBIN' opcodes extended to shift operators | Roberto Ierusalimschy | 2019-08-28 | 2 | -6/+5 | |
* | First version of OP_MMBIN opcodes | Roberto Ierusalimschy | 2019-08-27 | 2 | -29/+36 | |
* | Fixed missing case in 'luaV_finishOp' | Roberto Ierusalimschy | 2019-08-27 | 1 | -0/+6 | |
* | Fixed bug when yiedling inside OP_ADDK opcode | Roberto Ierusalimschy | 2019-08-21 | 1 | -0/+11 | |
* | Default for warnings changed to "off" | Roberto Ierusalimschy | 2019-08-20 | 5 | -7/+13 | |
* | 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 | 4 | -23/+35 | |
* | Added macro 'luaL_pushfail' | Roberto Ierusalimschy | 2019-08-16 | 9 | -91/+91 | |
* | Supressed errors in '__close' generate warnings | Roberto Ierusalimschy | 2019-08-16 | 3 | -28/+133 | |
* | Added control messages to warnings | Roberto Ierusalimschy | 2019-08-15 | 4 | -1/+42 | |
* | Tracebacks recognize metamethods '__close' | Roberto Ierusalimschy | 2019-07-31 | 1 | -4/+17 | |
* | To-be-closed variables must be closed on initialization | Roberto Ierusalimschy | 2019-07-31 | 2 | -12/+22 | |
* | Fixed test in 'main.lua' | Roberto Ierusalimschy | 2019-07-30 | 1 | -7/+10 |