Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | 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 |