Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | 'luaL_newstate' should not allocate extra memory | Roberto Ierusalimschy | 2020-11-03 | 3 | -26/+50 | |
* | Details | Roberto Ierusalimschy | 2020-10-30 | 4 | -18/+30 | |
* | _PROMPT can have non-string values | Roberto Ierusalimschy | 2020-10-26 | 2 | -6/+37 | |
* | Comments | Roberto Ierusalimschy | 2020-10-22 | 3 | -26/+34 | |
* | Fixed wrong trace of vararg functions | Roberto Ierusalimschy | 2020-10-19 | 2 | -20/+35 | |
* | Fixed compiler option -DHARDSTACKTESTS to commit 5aa36e8 | Roberto Ierusalimschy | 2020-10-19 | 1 | -1/+1 | |
* | Fixed bug of keys removed from tables vs 'next' | Roberto Ierusalimschy | 2020-10-14 | 4 | -27/+67 | |
* | New release number (5.4.2) | Roberto Ierusalimschy | 2020-10-12 | 1 | -1/+1 | |
* | 'lua_upvalueid' returns NULL on invalid upvalue index | Roberto Ierusalimschy | 2020-10-12 | 4 | -15/+33 | |
* | Hash always use all characters in a long string | Roberto Ierusalimschy | 2020-10-12 | 4 | -20/+6 | |
* | Details | Roberto Ierusalimschy | 2020-10-12 | 4 | -14/+45 | |
* | 'recover' finish of 'luaD_pcall' should follow the original | Roberto Ierusalimschy | 2020-10-12 | 2 | -7/+25 | |
* | No more field 'lua_State.stacksize' | Roberto Ierusalimschy | 2020-10-12 | 6 | -26/+29 | |
* | Avoid shrinking stacks to often | Roberto Ierusalimschy | 2020-10-12 | 2 | -17/+87 | |
* | No need for 'volatile' in string.pack/unpack | Roberto Ierusalimschy | 2020-10-12 | 1 | -10/+7 | |
* | Avoid GCs when testing stack overflow | Roberto Ierusalimschy | 2020-10-12 | 1 | -6/+14 | |
* | Correct handling of 'luaV_execute' invocations | Roberto Ierusalimschy | 2020-10-12 | 5 | -32/+37 | |
* | Revision of stackless implementation | Roberto Ierusalimschy | 2020-10-12 | 12 | -283/+127 | |
* | Back to a stackless implementation | Roberto Ierusalimschy | 2020-10-12 | 11 | -95/+72 | |
* | Wrong cast in 'str_unpack' | Roberto Ierusalimschy | 2020-09-30 | 1 | -1/+1 | |
* | Merge branch 'master' of https://github.com/lua/luav5.4.1 | Roberto Ierusalimschy | 2020-09-29 | 1 | -0/+7 | |
|\ | ||||||
| * | Create README.md | lhf | 2020-09-28 | 1 | -0/+7 | |
* | | Details in the manual | Roberto Ierusalimschy | 2020-09-25 | 1 | -6/+9 | |
|/ |