Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | Optimizations for line hook | Roberto Ierusalimschy | 2021-01-28 | 4 | -33/+47 | |
* | Small improvements in hooks | Roberto Ierusalimschy | 2021-01-26 | 2 | -9/+30 | |
* | Janitorial work | Roberto Ierusalimschy | 2021-01-25 | 4 | -26/+45 | |
* | Correct order of return hooks vs. close metamethods | Roberto Ierusalimschy | 2021-01-21 | 2 | -16/+85 | |
* | Simpler handling of errors when creating tbc variables | Roberto Ierusalimschy | 2021-01-19 | 6 | -35/+25 | |
* | Allow yields in '__close' metamethods ater errors | Roberto Ierusalimschy | 2021-01-18 | 3 | -71/+126 | |
* | Corrected documentation for 'table.sort' | Roberto Ierusalimschy | 2021-01-14 | 1 | -8/+8 | |
* | Allow yields inside '__close' metamethods | Roberto Ierusalimschy | 2021-01-13 | 7 | -18/+114 | |
* | New API function 'lua_closeslot' | Roberto Ierusalimschy | 2021-01-11 | 6 | -29/+66 | |
* | Handles '__close' errors in coroutines in "coroutine style" | Roberto Ierusalimschy | 2020-12-30 | 2 | -22/+85 | |
* | Do not insert nil values into tables | Roberto Ierusalimschy | 2020-12-29 | 1 | -0/+2 | |
* | Better error messages for calling non-callable objects | Roberto Ierusalimschy | 2020-12-29 | 6 | -11/+52 | |
* | No need to recheck close method before calling it | Roberto Ierusalimschy | 2020-12-29 | 2 | -27/+63 | |
* | Reset thread before panicking | Roberto Ierusalimschy | 2020-12-28 | 3 | -14/+15 | |
* | Cleaner handling of errors in '__close' metamethods | Roberto Ierusalimschy | 2020-12-28 | 7 | -75/+80 | |
* | Report last error in closing methods | Roberto Ierusalimschy | 2020-12-22 | 5 | -101/+35 | |
* | Upvalues removed from 'openupval' before being closed | Roberto Ierusalimschy | 2020-12-21 | 3 | -26/+31 | |
* | 'coroutine.close'/'lua_resetthread' report original errors | Roberto Ierusalimschy | 2020-12-18 | 5 | -15/+40 | |
* | Cleaner handling of floats in pack/unpack | Roberto Ierusalimschy | 2020-12-16 | 1 | -29/+41 | |
* | Cleaner definition for macro 'ttisclosure' | Roberto Ierusalimschy | 2020-12-16 | 1 | -1/+2 | |
* | Review of asserts in 'ltests.c' | Roberto Ierusalimschy | 2020-12-08 | 1 | -56/+70 | |
* | Details (do not affect regular code) | Roberto Ierusalimschy | 2020-12-07 | 4 | -3/+31 | |
* | Changes in the API of 'luaH_set' and related functions | Roberto Ierusalimschy | 2020-12-04 | 6 | -40/+58 | |
* | Added test cases for error messages about goto/label | Roberto Ierusalimschy | 2020-12-03 | 1 | -0/+21 | |
* | n Windows, 'popen' accepts "[rw][bt]?" as valid modes | Roberto Ierusalimschy | 2020-12-03 | 1 | -6/+12 | |
* | Avoid "bad programming habits" in the reference system | Roberto Ierusalimschy | 2020-12-03 | 1 | -6/+18 | |
* | 'lua_assert' moved from 'lualib.h' to 'lauxlib.h' | Roberto Ierusalimschy | 2020-12-03 | 2 | -6/+12 | |
* | Details | Roberto Ierusalimschy | 2020-12-02 | 5 | -32/+32 | |
* | Changed access to global table in the registry | Roberto Ierusalimschy | 2020-11-26 | 2 | -14/+20 | |
* | Avoid using 'signal' when 'sigaction' is available | Roberto Ierusalimschy | 2020-11-24 | 1 | -3/+23 | |
* | Optimization for 'n^2'v5.4.2 | Roberto Ierusalimschy | 2020-11-13 | 1 | -1/+2 | |
* | Compiler optimization back to '-O2' | Roberto Ierusalimschy | 2020-11-11 | 1 | -10/+0 | |
* | Removed optimization for «if ... then goto» | Roberto Ierusalimschy | 2020-11-11 | 2 | -66/+6 | |
* | Bug when growing a stack | Roberto Ierusalimschy | 2020-11-08 | 3 | -4/+4 |