Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid setting the stack top below upvalues to be closed | Roberto Ierusalimschy | 2019-07-16 | 3 | -9/+13 |
* | Unification of size representation in OP_NEWTABLE and OP_SETLIST | Roberto Ierusalimschy | 2019-07-15 | 6 | -72/+80 |
* | Reordering of instructions in the main loop | Roberto Ierusalimschy | 2019-07-12 | 1 | -44/+44 |
* | OP_NEWTABLE keeps exact size of arrays | Roberto Ierusalimschy | 2019-07-12 | 10 | -88/+67 |
* | First implementation of constant propagation | Roberto Ierusalimschy | 2019-07-12 | 12 | -119/+249 |
* | Details | Roberto Ierusalimschy | 2019-07-10 | 3 | -13/+13 |
* | Towards constant propagation | Roberto Ierusalimschy | 2019-07-10 | 3 | -42/+87 |
* | New implementation for constants | Roberto Ierusalimschy | 2019-07-09 | 8 | -131/+125 |
* | Details (typos in comments) | Roberto Ierusalimschy | 2019-07-05 | 9 | -19/+19 |
* | Local attributes can be used in list of local variables | Roberto Ierusalimschy | 2019-07-03 | 3 | -81/+103 |
* | First take on constant propagation | Roberto Ierusalimschy | 2019-07-01 | 4 | -26/+73 |
* | Methods separated from metamethods in 'io' | Roberto Ierusalimschy | 2019-07-01 | 1 | -10/+20 |
* | Small changes around C-stack limit | Roberto Ierusalimschy | 2019-06-26 | 4 | -10/+24 |
* | '__call' metamethod can be any callable object | Roberto Ierusalimschy | 2019-06-25 | 2 | -14/+31 |
* | A few more tests for table access in the API | Roberto Ierusalimschy | 2019-06-25 | 2 | -1/+63 |
* | Added script 'packtests' to the project | Roberto Ierusalimschy | 2019-06-21 | 1 | -0/+52 |
* | Details in tests | Roberto Ierusalimschy | 2019-06-21 | 2 | -18/+10 |
* | Structure 'Vardesc' does not need a 'name' field | Roberto Ierusalimschy | 2019-06-21 | 2 | -13/+13 |
* | Cleaning macros in 'luaV_execute' | Roberto Ierusalimschy | 2019-06-21 | 1 | -6/+14 |
* | Fixed bug [5.4 alpha] for errors in finalizers | Roberto Ierusalimschy | 2019-06-21 | 1 | -4/+4 |
* | New function 'setCstacklimit' | Roberto Ierusalimschy | 2019-06-18 | 9 | -12/+149 |
* | Revamp around 'L->nCcalls' count | Roberto Ierusalimschy | 2019-06-12 | 4 | -51/+80 |
* | Detail in the manual | Roberto Ierusalimschy | 2019-06-10 | 1 | -5/+6 |
* | Updated the documentation for the API function 'lua_gc'v5.4-alpha | Roberto Ierusalimschy | 2019-06-06 | 1 | -53/+62 |
* | Detail in makefile | Roberto Ierusalimschy | 2019-06-05 | 1 | -1/+1 |
* | Multiple errors in '__toclose' report the first one | Roberto Ierusalimschy | 2019-06-05 | 5 | -28/+56 |
* | Function 'warn' is vararg | Roberto Ierusalimschy | 2019-06-04 | 4 | -20/+43 |
* | 'coroutine.kill' renamed 'coroutine.close' | Roberto Ierusalimschy | 2019-06-03 | 3 | -28/+29 |
* | bug in 5.4 alpha rc1: to-be-closed x vararg functions | Roberto Ierusalimschy | 2019-06-03 | 2 | -1/+10 |
* | Details | Roberto Ierusalimschy | 2019-06-03 | 8 | -23/+23 |
* | Improvements in 'testes/cstack.lua' | Roberto Ierusalimschy | 2019-06-03 | 1 | -12/+32 |
* | Improvements in 'luaL_traceback' | Roberto Ierusalimschy | 2019-05-28 | 1 | -24/+29 |
* | Details | Roberto Ierusalimschy | 2019-05-28 | 9 | -23/+46 |
* | First implementation for 'const' variables | Roberto Ierusalimschy | 2019-05-17 | 7 | -56/+205 |
* | Define LUA_MAXUNSIGNED as a preprocessor constant | Roberto Ierusalimschy | 2019-05-14 | 2 | -3/+10 |
* | Details | Roberto Ierusalimschy | 2019-05-13 | 5 | -11/+13 |
* | A few changes in tests about number of bits in integers | Roberto Ierusalimschy | 2019-05-13 | 6 | -18/+19 |
* | Some improvements in 'luaconf.h' | Roberto Ierusalimschy | 2019-05-13 | 3 | -36/+65 |
* | Flag for to-be-closed variables changed to '<toclose>' | Roberto Ierusalimschy | 2019-05-09 | 8 | -38/+40 |
* | Test for dead coroutine moved to 'lua_resume' | Roberto Ierusalimschy | 2019-05-09 | 2 | -4/+2 |
* | Coroutines do not unwind the stack in case of errors | Roberto Ierusalimschy | 2019-05-09 | 6 | -26/+80 |
* | File 'lib2-v2.so' generated from its own source | Roberto Ierusalimschy | 2019-05-03 | 3 | -3/+28 |
* | A few more improvements in 'luaO_pushvfstring' | Roberto Ierusalimschy | 2019-05-03 | 4 | -35/+52 |
* | Avoid the creation of too many strings in 'package' | Roberto Ierusalimschy | 2019-05-03 | 4 | -41/+79 |
* | Some more small improvements to 'luaO_pushvfstring' | Roberto Ierusalimschy | 2019-04-26 | 2 | -54/+71 |
* | Fixed bug with to-be-closed variables in base C level | Roberto Ierusalimschy | 2019-04-26 | 1 | -0/+2 |
* | New function 'luaL_addgsub' | Roberto Ierusalimschy | 2019-04-24 | 3 | -13/+58 |
* | Revamp of 'lua_pushfstring' / 'luaO_pushvfstring' | Roberto Ierusalimschy | 2019-04-24 | 4 | -44/+177 |
* | Small correction in test about 'isdst' | Roberto Ierusalimschy | 2019-04-22 | 1 | -1/+1 |
* | 'require' returns where module was found | Roberto Ierusalimschy | 2019-04-17 | 4 | -34/+66 |