Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Detail in 'testes/math.lua' | Roberto Ierusalimschy | 2021-08-18 | 1 | -0/+1 |
* | Option '-l' can give a name for the global variable. | Roberto Ierusalimschy | 2021-08-16 | 2 | -15/+27 |
* | Added tests for string reuse by the scanner | Roberto Ierusalimschy | 2021-08-11 | 2 | -1/+25 |
* | Improved documentation for 'lua_getinfo' | Roberto Ierusalimschy | 2021-08-11 | 1 | -18/+24 |
* | Bug: luaL_tolstring may get confused with negative index | Roberto Ierusalimschy | 2021-07-22 | 3 | -0/+20 |
* | Bug: Negation in 'luaV_shiftr' may overflow | Roberto Ierusalimschy | 2021-07-22 | 2 | -1/+6 |
* | Correction on documentation of string-buffer operations | Roberto Ierusalimschy | 2021-07-21 | 1 | -4/+4 |
* | Simplification in the parameters of 'luaD_precall' | Roberto Ierusalimschy | 2021-06-30 | 3 | -14/+24 |
* | Bug: 'local function' can assign to '<const>' variables | Roberto Ierusalimschy | 2021-06-20 | 2 | -0/+3 |
* | C functions can be tail called, too | Roberto Ierusalimschy | 2021-06-14 | 4 | -29/+29 |
* | Simpler implementation for tail calls | Roberto Ierusalimschy | 2021-06-11 | 3 | -39/+33 |
* | Avoid the term "undefined behavior" in the manual | Roberto Ierusalimschy | 2021-06-09 | 1 | -3/+2 |
* | 'index2value' more robust | Roberto Ierusalimschy | 2021-05-24 | 1 | -5/+13 |
* | Details | Roberto Ierusalimschy | 2021-05-24 | 2 | -14/+7 |
* | Bug: yielding in '__close' mess up number of returns | Roberto Ierusalimschy | 2021-04-16 | 3 | -2/+71 |
* | Align error messages for calling non-callable values | Roberto Ierusalimschy | 2021-04-12 | 1 | -11/+37 |
* | Bug: Lua source should not use C99 comments ("//") | Roberto Ierusalimschy | 2021-04-10 | 1 | -2/+4 |
* | Bug: tbc variables in "for" loops don't avoid tail calls | Roberto Ierusalimschy | 2021-04-07 | 2 | -6/+38 |
* | Changes in cache for function constants | Roberto Ierusalimschy | 2021-03-30 | 2 | -8/+40 |
* | New hash function for integer keys | Roberto Ierusalimschy | 2021-03-29 | 1 | -2/+14 |
* | Allow yields inside '__pairs' | Roberto Ierusalimschy | 2021-03-29 | 2 | -1/+27 |
* | Details | Roberto Ierusalimschy | 2021-03-29 | 5 | -16/+32 |
* | Next release number (5.4.4) | Roberto Ierusalimschy | 2021-03-29 | 1 | -2/+2 |
* | Added option LUA_NOBUILTINv5.4.3 | Roberto Ierusalimschy | 2021-03-12 | 1 | -2/+4 |
* | Details | Roberto Ierusalimschy | 2021-03-12 | 1 | -21/+40 |
* | File 'tracegc.lua' added to 'packtests' | Roberto Ierusalimschy | 2021-03-10 | 1 | -0/+1 |
* | New implementation for 'tbclist' | Roberto Ierusalimschy | 2021-03-10 | 2 | -13/+32 |
* | Uses of "likely" in macros active to all users | Roberto Ierusalimschy | 2021-03-09 | 2 | -12/+15 |
* | lua_settop/lua_pop closes to-be-closed variables | Roberto Ierusalimschy | 2021-03-09 | 3 | -20/+44 |
* | Wrong assertion in 'getbaseline' | Roberto Ierusalimschy | 2021-03-05 | 2 | -1/+12 |
* | New release number (5.4.3) | Roberto Ierusalimschy | 2021-03-03 | 2 | -4/+4 |
* | Normalization of metamethod typography in the manual | Roberto Ierusalimschy | 2021-03-02 | 1 | -10/+10 |
* | Added assertions for proper use of string buffers | Roberto Ierusalimschy | 2021-03-02 | 1 | -5/+17 |
* | Stack check in warning function for tests | Roberto Ierusalimschy | 2021-03-02 | 1 | -0/+2 |
* | New test module 'tracegc' | Roberto Ierusalimschy | 2021-03-01 | 4 | -18/+54 |
* | Stack reallocation done in two phases | Roberto Ierusalimschy | 2021-02-27 | 1 | -7/+21 |
* | New control for reentrancy of emergency collections | Roberto Ierusalimschy | 2021-02-26 | 5 | -25/+46 |
* | Bug (kind of) in 'isinstack' | Roberto Ierusalimschy | 2021-02-25 | 2 | -6/+17 |
* | Don't use tointegerns when luaV_tointegerns will do | Roberto Ierusalimschy | 2021-02-24 | 3 | -4/+10 |
* | Details | Roberto Ierusalimschy | 2021-02-24 | 2 | -9/+9 |
* | Broadening the use of branch hints | Roberto Ierusalimschy | 2021-02-24 | 24 | -141/+162 |
* | Bug: 'string.concat' error message uses wrong format | Roberto Ierusalimschy | 2021-02-15 | 2 | -1/+4 |
* | Bug: cannot allow the call 'debug.getinfo(0, ">")' | Roberto Ierusalimschy | 2021-02-15 | 2 | -0/+2 |
* | '__close' methods can yield in the return of a C function | Roberto Ierusalimschy | 2021-02-12 | 5 | -34/+131 |
* | Eases the use of clang in the makefile | Roberto Ierusalimschy | 2021-02-10 | 1 | -4/+9 |
* | New implementation for to-be-closed variables | Roberto Ierusalimschy | 2021-02-09 | 10 | -66/+103 |
* | New macro 'completestate' | Roberto Ierusalimschy | 2021-02-05 | 4 | -7/+11 |
* | Forbid changing numerical types through compiler options | Roberto Ierusalimschy | 2021-02-05 | 1 | -41/+42 |
* | Fixed some bugs around stack reallocation | Roberto Ierusalimschy | 2021-02-05 | 4 | -1/+6 |
* | Optimization/simplification of 'getbaseline' | Roberto Ierusalimschy | 2021-02-02 | 3 | -24/+19 |