| Commit message (Expand) | Author | Files | Lines |
2021-03-12 | Details | Roberto Ierusalimschy | 1 | -21/+40 |
2021-03-10 | File 'tracegc.lua' added to 'packtests' | Roberto Ierusalimschy | 1 | -0/+1 |
2021-03-10 | New implementation for 'tbclist' | Roberto Ierusalimschy | 2 | -13/+32 |
2021-03-09 | Uses of "likely" in macros active to all users | Roberto Ierusalimschy | 2 | -12/+15 |
2021-03-09 | lua_settop/lua_pop closes to-be-closed variables | Roberto Ierusalimschy | 3 | -20/+44 |
2021-03-05 | Wrong assertion in 'getbaseline' | Roberto Ierusalimschy | 2 | -1/+12 |
2021-03-03 | New release number (5.4.3) | Roberto Ierusalimschy | 2 | -4/+4 |
2021-03-02 | Normalization of metamethod typography in the manual | Roberto Ierusalimschy | 1 | -10/+10 |
2021-03-02 | Added assertions for proper use of string buffers | Roberto Ierusalimschy | 1 | -5/+17 |
2021-03-02 | Stack check in warning function for tests | Roberto Ierusalimschy | 1 | -0/+2 |
2021-03-01 | New test module 'tracegc' | Roberto Ierusalimschy | 4 | -18/+54 |
2021-02-27 | Stack reallocation done in two phases | Roberto Ierusalimschy | 1 | -7/+21 |
2021-02-26 | New control for reentrancy of emergency collections | Roberto Ierusalimschy | 5 | -25/+46 |
2021-02-25 | Bug (kind of) in 'isinstack' | Roberto Ierusalimschy | 2 | -6/+17 |
2021-02-24 | Don't use tointegerns when luaV_tointegerns will do | Roberto Ierusalimschy | 3 | -4/+10 |
2021-02-24 | Details | Roberto Ierusalimschy | 2 | -9/+9 |
2021-02-24 | Broadening the use of branch hints | Roberto Ierusalimschy | 24 | -141/+162 |
2021-02-15 | Bug: 'string.concat' error message uses wrong format | Roberto Ierusalimschy | 2 | -1/+4 |
2021-02-15 | Bug: cannot allow the call 'debug.getinfo(0, ">")' | Roberto Ierusalimschy | 2 | -0/+2 |
2021-02-12 | '__close' methods can yield in the return of a C function | Roberto Ierusalimschy | 5 | -34/+131 |
2021-02-10 | Eases the use of clang in the makefile | Roberto Ierusalimschy | 1 | -4/+9 |
2021-02-09 | New implementation for to-be-closed variables | Roberto Ierusalimschy | 10 | -66/+103 |
2021-02-05 | New macro 'completestate' | Roberto Ierusalimschy | 4 | -7/+11 |
2021-02-05 | Forbid changing numerical types through compiler options | Roberto Ierusalimschy | 1 | -41/+42 |
2021-02-05 | Fixed some bugs around stack reallocation | Roberto Ierusalimschy | 4 | -1/+6 |
2021-02-02 | Optimization/simplification of 'getbaseline' | Roberto Ierusalimschy | 3 | -24/+19 |
2021-01-28 | Optimizations for line hook | Roberto Ierusalimschy | 4 | -33/+47 |
2021-01-26 | Small improvements in hooks | Roberto Ierusalimschy | 2 | -9/+30 |
2021-01-25 | Janitorial work | Roberto Ierusalimschy | 4 | -26/+45 |
2021-01-21 | Correct order of return hooks vs. close metamethods | Roberto Ierusalimschy | 2 | -16/+85 |
2021-01-19 | Simpler handling of errors when creating tbc variables | Roberto Ierusalimschy | 6 | -35/+25 |
2021-01-18 | Allow yields in '__close' metamethods ater errors | Roberto Ierusalimschy | 3 | -71/+126 |
2021-01-14 | Corrected documentation for 'table.sort' | Roberto Ierusalimschy | 1 | -8/+8 |
2021-01-13 | Allow yields inside '__close' metamethods | Roberto Ierusalimschy | 7 | -18/+114 |
2021-01-11 | New API function 'lua_closeslot' | Roberto Ierusalimschy | 6 | -29/+66 |
2020-12-30 | Handles '__close' errors in coroutines in "coroutine style" | Roberto Ierusalimschy | 2 | -22/+85 |
2020-12-29 | Do not insert nil values into tables | Roberto Ierusalimschy | 1 | -0/+2 |
2020-12-29 | Better error messages for calling non-callable objects | Roberto Ierusalimschy | 6 | -11/+52 |
2020-12-29 | No need to recheck close method before calling it | Roberto Ierusalimschy | 2 | -27/+63 |
2020-12-28 | Reset thread before panicking | Roberto Ierusalimschy | 3 | -14/+15 |
2020-12-28 | Cleaner handling of errors in '__close' metamethods | Roberto Ierusalimschy | 7 | -75/+80 |
2020-12-22 | Report last error in closing methods | Roberto Ierusalimschy | 5 | -101/+35 |
2020-12-21 | Upvalues removed from 'openupval' before being closed | Roberto Ierusalimschy | 3 | -26/+31 |
2020-12-18 | 'coroutine.close'/'lua_resetthread' report original errors | Roberto Ierusalimschy | 5 | -15/+40 |
2020-12-16 | Cleaner handling of floats in pack/unpack | Roberto Ierusalimschy | 1 | -29/+41 |
2020-12-16 | Cleaner definition for macro 'ttisclosure' | Roberto Ierusalimschy | 1 | -1/+2 |
2020-12-08 | Review of asserts in 'ltests.c' | Roberto Ierusalimschy | 1 | -56/+70 |
2020-12-07 | Details (do not affect regular code) | Roberto Ierusalimschy | 4 | -3/+31 |
2020-12-04 | Changes in the API of 'luaH_set' and related functions | Roberto Ierusalimschy | 6 | -40/+58 |
2020-12-03 | Added test cases for error messages about goto/label | Roberto Ierusalimschy | 1 | -0/+21 |