| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | No more to-be-closed functions | Roberto Ierusalimschy | 2019-01-04 | 4 | -27/+61 |
* | No more LUA_ERRGCMM errors | Roberto Ierusalimschy | 2019-01-01 | 3 | -61/+65 |
* | Added a warning system to Lua | Roberto Ierusalimschy | 2018-12-28 | 2 | -5/+22 |
* | Changes in the control of C-stack overflow | Roberto Ierusalimschy | 2018-12-27 | 4 | -14/+65 |
* | Detail | Roberto Ierusalimschy | 2018-12-27 | 1 | -1/+1 |
* | 'all' script automatically 'make's everything | Roberto Ierusalimschy | 2018-12-19 | 1 | -5/+6 |
* | Added directory 'testes/libs/P1' to the repository | Roberto Ierusalimschy | 2018-12-17 | 1 | -0/+2 |
* | Added file 'testes/heavy.lua' | Roberto Ierusalimschy | 2018-12-14 | 1 | -0/+173 |
* | New functions 'lua_resetthread' and 'coroutine.kill' | Roberto Ierusalimschy | 2018-12-13 | 2 | -5/+64 |
* | 'math.rand()' uses higher bits to produce float value | Roberto Ierusalimschy | 2018-12-11 | 1 | -6/+8 |
* | Calls cannot be tail in the scope of a to-be-closed variable | Roberto Ierusalimschy | 2018-12-04 | 1 | -5/+8 |
* | A to-be-closed variable must have a closable value (or be nil) | Roberto Ierusalimschy | 2018-11-29 | 3 | -17/+45 |
* | Auxiliary buffer cannot close box with 'lua_remove' | Roberto Ierusalimschy | 2018-11-26 | 1 | -16/+40 |
* | Added opcodes for arithmetic with K operands | Roberto Ierusalimschy | 2018-11-23 | 3 | -31/+55 |
* | String buffer using to-be-closed variable | Roberto Ierusalimschy | 2018-11-13 | 1 | -0/+32 |
* | 'lua_toclose' gets the index to be closed as an argument | Roberto Ierusalimschy | 2018-11-12 | 1 | -8/+10 |
* | To-be-closed variable in 'for' loop separated from the state | Roberto Ierusalimschy | 2018-11-07 | 2 | -2/+43 |
* | New syntax for to-be-closed variables | Roberto Ierusalimschy | 2018-11-07 | 4 | -31/+31 |
* | Removed internal cache for closures | Roberto Ierusalimschy | 2018-11-01 | 1 | -7/+6 |
* | State in generic 'for' acts as a to-be-closed variable | Roberto Ierusalimschy | 2018-10-31 | 2 | -5/+53 |
* | Better error messages for invalid operands in numeric 'for' | Roberto Ierusalimschy | 2018-10-30 | 1 | -0/+10 |
* | Back with optimization for 'if cond then goto' | Roberto Ierusalimschy | 2018-10-30 | 2 | -1/+35 |
* | Big revamp in the implmentation of labels/gotos | Roberto Ierusalimschy | 2018-10-29 | 2 | -14/+8 |
* | To-be-closed variables in the C API | Roberto Ierusalimschy | 2018-10-25 | 1 | -0/+71 |
* | Closing methods should not interfere with returning values | Roberto Ierusalimschy | 2018-10-25 | 1 | -1/+54 |
* | Added a '__close' metamethod to file handles | Roberto Ierusalimschy | 2018-10-23 | 1 | -22/+35 |
* | Removed extra information from RCS keyword strings in tests | Roberto Ierusalimschy | 2018-10-22 | 6 | -4/+4 |
* | Complete implementation of to-be-closed variables | Roberto Ierusalimschy | 2018-10-22 | 2 | -9/+33 |
* | Handling of memory errors when creating to-be-closed upvalues | Roberto Ierusalimschy | 2018-10-18 | 1 | -6/+52 |
* | First "complete" implementation of to-be-closed variables | Roberto Ierusalimschy | 2018-10-17 | 2 | -6/+72 |
* | Towards "to closed" local variables | Roberto Ierusalimschy | 2018-10-08 | 2 | -1/+14 |
* | Corrections in the implementation of '%' for floats. | Roberto Ierusalimschy | 2018-08-28 | 1 | -1/+65 |
* | Deprecated the emulation of '__le' using '__lt' | Roberto Ierusalimschy | 2018-08-24 | 2 | -24/+18 |
* | Added directory to test file names in '$Id:' | Roberto Ierusalimschy | 2018-07-25 | 29 | -29/+29 |
* | Fixed bug in generational collection of userdata | Roberto Ierusalimschy | 2018-07-13 | 3 | -4/+87 |
* | Fixed bug in line info. when using 'not' operator | Roberto Ierusalimschy | 2018-07-11 | 1 | -2/+19 |
* | In tests of opcodes, avoid coercion in bitwise operation | Roberto Ierusalimschy | 2018-07-10 | 1 | -1/+1 |
* | Fixed bug in OP_IDIVI | Roberto Ierusalimschy | 2018-07-09 | 1 | -1/+12 |
* | Added manual and tests for version 5.4-w2 | Roberto Ierusalimschy | 2018-07-09 | 34 | -0/+13031 |