Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | Change in the syntax of attributes | Roberto Ierusalimschy | 2019-07-30 | 10 | -90/+90 | |
* | Change in the handling of 'L->top' when calling metamethods | Roberto Ierusalimschy | 2019-07-26 | 4 | -5/+36 | |
* | Small corrections when setting 'L->top' | Roberto Ierusalimschy | 2019-07-25 | 1 | -1/+2 | |
* | Some improvements in date/time functions | Roberto Ierusalimschy | 2019-07-24 | 1 | -13/+52 | |
* | Fixed bug in 'string.format' with option '%f' | Roberto Ierusalimschy | 2019-07-23 | 1 | -0/+6 | |
* | 'math.randomseed' always returns the two seed components | Roberto Ierusalimschy | 2019-07-19 | 1 | -2/+4 | |
* | Avoid using addresses of static variables as unique keys | Roberto Ierusalimschy | 2019-07-19 | 1 | -0/+4 | |
* | Details | Roberto Ierusalimschy | 2019-07-18 | 2 | -20/+12 | |
* | Reviving HARDMEMTESTS | Roberto Ierusalimschy | 2019-07-18 | 2 | -5/+13 | |
* | 'math.randomseed()' returns the seeds it used | Roberto Ierusalimschy | 2019-07-17 | 2 | -5/+17 | |
* | Fixed small issue with constant propagation | Roberto Ierusalimschy | 2019-07-17 | 1 | -4/+6 | |
* | New kind of expression VKSTR | Roberto Ierusalimschy | 2019-07-17 | 1 | -0/+17 | |
* | '__close' method may be called again in case of error | Roberto Ierusalimschy | 2019-07-16 | 1 | -7/+14 | |
* | Unification of size representation in OP_NEWTABLE and OP_SETLIST | Roberto Ierusalimschy | 2019-07-15 | 1 | -10/+18 | |
* | OP_NEWTABLE keeps exact size of arrays | Roberto Ierusalimschy | 2019-07-12 | 2 | -35/+23 | |
* | First implementation of constant propagation | Roberto Ierusalimschy | 2019-07-12 | 4 | -42/+89 | |
* | Details | Roberto Ierusalimschy | 2019-07-10 | 1 | -3/+5 | |
* | New implementation for constants | Roberto Ierusalimschy | 2019-07-09 | 1 | -4/+14 | |
* | Local attributes can be used in list of local variables | Roberto Ierusalimschy | 2019-07-03 | 1 | -6/+28 | |
* | Small changes around C-stack limit | Roberto Ierusalimschy | 2019-06-26 | 1 | -7/+21 | |
* | '__call' metamethod can be any callable object | Roberto Ierusalimschy | 2019-06-25 | 1 | -0/+17 | |
* | A few more tests for table access in the API | Roberto Ierusalimschy | 2019-06-25 | 1 | -1/+47 | |
* | 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 | |
* | New function 'setCstacklimit' | Roberto Ierusalimschy | 2019-06-18 | 2 | -6/+58 | |
* | Revamp around 'L->nCcalls' count | Roberto Ierusalimschy | 2019-06-12 | 1 | -0/+14 | |
* | Multiple errors in '__toclose' report the first one | Roberto Ierusalimschy | 2019-06-05 | 2 | -14/+33 | |
* | Function 'warn' is vararg | Roberto Ierusalimschy | 2019-06-04 | 2 | -13/+27 | |
* | 'coroutine.kill' renamed 'coroutine.close' | Roberto Ierusalimschy | 2019-06-03 | 1 | -11/+11 | |
* | bug in 5.4 alpha rc1: to-be-closed x vararg functions | Roberto Ierusalimschy | 2019-06-03 | 1 | -0/+9 | |
* | Improvements in 'testes/cstack.lua' | Roberto Ierusalimschy | 2019-06-03 | 1 | -12/+32 | |
* | Details | Roberto Ierusalimschy | 2019-05-28 | 3 | -5/+5 | |
* | First implementation for 'const' variables | Roberto Ierusalimschy | 2019-05-17 | 3 | -9/+66 | |
* | Flag for to-be-closed variables changed to '<toclose>' | Roberto Ierusalimschy | 2019-05-09 | 6 | -35/+36 | |
* | Coroutines do not unwind the stack in case of errors | Roberto Ierusalimschy | 2019-05-09 | 3 | -14/+43 | |
* | 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 | 1 | -2/+1 | |
* | Avoid the creation of too many strings in 'package' | Roberto Ierusalimschy | 2019-05-03 | 1 | -8/+19 | |
* | Some more small improvements to 'luaO_pushvfstring' | Roberto Ierusalimschy | 2019-04-26 | 1 | -0/+3 | |
* | Revamp of 'lua_pushfstring' / 'luaO_pushvfstring' | Roberto Ierusalimschy | 2019-04-24 | 1 | -0/+61 | |
* | 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 | 1 | -15/+20 | |
* | Small optimizations in 'string.gsub' | Roberto Ierusalimschy | 2019-04-11 | 2 | -1/+31 | |
* | Added an optional parameter to 'coroutine.isyieldable' | Roberto Ierusalimschy | 2019-04-10 | 1 | -2/+5 |