| Commit message (Expand) | Author | Age | Files | Lines |
* | Back with optimization for 'if cond then goto' | Roberto Ierusalimschy | 2018-10-30 | 3 | -20/+100 |
* | Big revamp in the implmentation of labels/gotos | Roberto Ierusalimschy | 2018-10-29 | 8 | -182/+131 |
* | More uniformity in code generation for 'for' loops | Roberto Ierusalimschy | 2018-10-26 | 6 | -10/+14 |
* | To-be-closed variables in the C API | Roberto Ierusalimschy | 2018-10-25 | 6 | -16/+122 |
* | Closing methods should not interfere with returning values | Roberto Ierusalimschy | 2018-10-25 | 4 | -42/+98 |
* | Added a '__close' metamethod to file handles | Roberto Ierusalimschy | 2018-10-23 | 2 | -22/+36 |
* | Detail: bad assertion in 'luaM_free_' | Roberto Ierusalimschy | 2018-10-23 | 1 | -1/+1 |
* | Removed extra information from RCS keyword strings in tests | Roberto Ierusalimschy | 2018-10-22 | 6 | -4/+4 |
* | Small improvements in the manual | Roberto Ierusalimschy | 2018-10-22 | 1 | -8/+18 |
* | Complete implementation of to-be-closed variables | Roberto Ierusalimschy | 2018-10-22 | 3 | -12/+39 |
* | Handling of memory errors when creating to-be-closed upvalues | Roberto Ierusalimschy | 2018-10-18 | 4 | -40/+148 |
* | First "complete" implementation of to-be-closed variables | Roberto Ierusalimschy | 2018-10-17 | 13 | -26/+145 |
* | Towards "to closed" local variables | Roberto Ierusalimschy | 2018-10-08 | 15 | -22/+81 |
* | Added "cost" for the use of C stack by a coroutine invocation. | Roberto Ierusalimschy | 2018-09-11 | 1 | -2/+8 |
* | Details (comments) | Roberto Ierusalimschy | 2018-09-11 | 3 | -4/+11 |
* | Corrections in the implementation of '%' for floats. | Roberto Ierusalimschy | 2018-08-28 | 5 | -18/+87 |
* | Deprecated the emulation of '__le' using '__lt' | Roberto Ierusalimschy | 2018-08-24 | 8 | -40/+44 |
* | Removed extra information from RCS keyword strings | Roberto Ierusalimschy | 2018-08-23 | 51 | -51/+51 |
* | details | Roberto Ierusalimschy | 2018-08-17 | 1 | -6/+6 |
* | Removed use of 'rl_inhibit_completion' in 'lua.c' | Roberto Ierusalimschy | 2018-08-16 | 1 | -3/+2 |
* | Added "emergency collection" to 'io.tmpfile' and 'os.tmpname' | Roberto Ierusalimschy | 2018-07-27 | 5 | -50/+71 |
* | Added directory to test file names in '$Id:' | Roberto Ierusalimschy | 2018-07-25 | 29 | -29/+29 |
* | Small improvements in the manual | Roberto Ierusalimschy | 2018-07-25 | 1 | -5/+7 |
* | File operations try an "emergency collection" when failing | Roberto Ierusalimschy | 2018-07-25 | 2 | -6/+65 |
* | Comments about OLD0/OLD1 ages | Roberto Ierusalimschy | 2018-07-18 | 1 | -24/+30 |
* | Fixed bug in generational collection of userdata | Roberto Ierusalimschy | 2018-07-13 | 4 | -15/+102 |
* | Avoid using 'int' for UTF-8 values | Roberto Ierusalimschy | 2018-07-12 | 1 | -11/+22 |
* | Bug: wrong 'nCcalls' when resuming a coroutine | Roberto Ierusalimschy | 2018-07-11 | 2 | -5/+24 |
* | Added definition for LUA_VERSION_RELEASE_NUM | Roberto Ierusalimschy | 2018-07-11 | 1 | -1/+3 |
* | Fixed bug in line info. when using 'not' operator | Roberto Ierusalimschy | 2018-07-11 | 3 | -26/+93 |
* | In tests of opcodes, avoid coercion in bitwise operation | Roberto Ierusalimschy | 2018-07-10 | 1 | -1/+1 |
* | Improvements in the manual | Roberto Ierusalimschy | 2018-07-10 | 1 | -14/+17 |
* | Added missing $Id$ to file 'ljumptab.h' | Roberto Ierusalimschy | 2018-07-10 | 1 | -0/+7 |
* | Generational mode may wait longer after a major collection | Roberto Ierusalimschy | 2018-07-09 | 1 | -8/+25 |
* | 'searchpath' creates less temporary strings | Roberto Ierusalimschy | 2018-07-09 | 1 | -18/+34 |
* | Bit-library file removed from the project (as it was deprecated) | Roberto Ierusalimschy | 2018-07-09 | 1 | -7/+0 |
* | Opcode names moved to a new header file | Roberto Ierusalimschy | 2018-07-09 | 4 | -94/+100 |
* | Fixed bug in OP_IDIVI | Roberto Ierusalimschy | 2018-07-09 | 2 | -3/+14 |
* | Added manual and tests for version 5.4-w2 | Roberto Ierusalimschy | 2018-07-09 | 37 | -0/+22260 |
* | opening functions must be exported!v5.4-w2 | Roberto Ierusalimschy | 2018-06-19 | 1 | -5/+3 |
* | several details | Roberto Ierusalimschy | 2018-06-18 | 1 | -11/+10 |
* | in generational mode, an emergency collection can turn any object black | Roberto Ierusalimschy | 2018-06-18 | 1 | -3/+3 |
* | in generational mode, an emergency collection can turn any object black | Roberto Ierusalimschy | 2018-06-18 | 1 | -2/+2 |
* | change in 'LUAI_DDEC' to allow variables to be static in 'onelua' | Roberto Ierusalimschy | 2018-06-18 | 4 | -13/+17 |
* | no need to check whether libraries and host use the same kernel; | Roberto Ierusalimschy | 2018-06-18 | 6 | -23/+18 |
* | new field 'nilvalue' in struct 'global_State' to avoid the use of | Roberto Ierusalimschy | 2018-06-15 | 5 | -22/+17 |
* | removed unused macros 'isstackindex'/'api_checkstackindex' + | Roberto Ierusalimschy | 2018-06-15 | 1 | -10/+2 |
* | detail (removed unused definition for 'LUA_QS') | Roberto Ierusalimschy | 2018-06-15 | 1 | -10/+2 |
* | warning (comparison between signed and unsigned integers) | Roberto Ierusalimschy | 2018-06-15 | 1 | -2/+3 |
* | field 'sizearray' in struct 'Table' changed to 'alimit', which can | Roberto Ierusalimschy | 2018-06-15 | 7 | -54/+201 |