Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Towards release 5.4.7 | Roberto Ierusalimschy | 2024-04-26 | 1 | -1/+1 |
* | Bug: Buffer overflow in string concatenation | Roberto Ierusalimschy | 2023-12-21 | 1 | -1/+1 |
* | More disciplined use of 'getstr' and 'tsslen' | Roberto Ierusalimschy | 2023-08-17 | 1 | -7/+10 |
* | Bug: Call hook may be called twice when count hook yields | Roberto Ierusalimschy | 2023-07-25 | 1 | -10/+3 |
* | Bug: read overflow in 'l_strcmp' | Roberto Ierusalimschy | 2023-06-14 | 1 | -18/+20 |
* | Details | Roberto Ierusalimschy | 2023-05-15 | 1 | -4/+4 |
* | Bug: Wrong line in error message for arith. errors | Roberto Ierusalimschy | 2023-02-08 | 1 | -0/+4 |
* | Stack indices changed to union's | Roberto Ierusalimschy | 2022-10-29 | 1 | -50/+50 |
* | Negation in constant folding of '>>' may overflow | Roberto Ierusalimschy | 2022-09-23 | 1 | -3/+1 |
* | 'luaV_concat' can use invalidated pointer to stack | Roberto Ierusalimschy | 2022-05-23 | 1 | -3/+3 |
* | Save stack space while handling errors | Roberto Ierusalimschy | 2022-05-20 | 1 | -2/+4 |
* | Details | Roberto Ierusalimschy | 2022-04-01 | 1 | -1/+1 |
* | Avoid computing invalid addresses | Roberto Ierusalimschy | 2022-02-18 | 1 | -32/+89 |
* | More uniform implementation for tail calls | Roberto Ierusalimschy | 2021-10-29 | 1 | -14/+5 |
* | Documentation | Roberto Ierusalimschy | 2021-10-11 | 1 | -1/+1 |
* | Using 'inline' in some functions | Roberto Ierusalimschy | 2021-09-15 | 1 | -6/+6 |
* | 'luaD_tryfuncTM' checks stack space by itself | Roberto Ierusalimschy | 2021-08-18 | 1 | -5/+6 |
* | Undo simplification of tail calls (commit 901d760) | Roberto Ierusalimschy | 2021-08-18 | 1 | -4/+17 |
* | Bug: Negation in 'luaV_shiftr' may overflow | Roberto Ierusalimschy | 2021-07-22 | 1 | -1/+1 |
* | Simplification in the parameters of 'luaD_precall' | Roberto Ierusalimschy | 2021-06-30 | 1 | -2/+2 |
* | C functions can be tail called, too | Roberto Ierusalimschy | 2021-06-14 | 1 | -8/+1 |
* | Simpler implementation for tail calls | Roberto Ierusalimschy | 2021-06-11 | 1 | -13/+7 |
* | Bug: yielding in '__close' mess up number of returns | Roberto Ierusalimschy | 2021-04-16 | 1 | -1/+11 |
* | Bug: Lua source should not use C99 comments ("//") | Roberto Ierusalimschy | 2021-04-10 | 1 | -2/+4 |
* | Don't use tointegerns when luaV_tointegerns will do | Roberto Ierusalimschy | 2021-02-24 | 1 | -2/+7 |
* | Details | Roberto Ierusalimschy | 2021-02-24 | 1 | -2/+2 |
* | Broadening the use of branch hints | Roberto Ierusalimschy | 2021-02-24 | 1 | -19/+20 |
* | New implementation for to-be-closed variables | Roberto Ierusalimschy | 2021-02-09 | 1 | -4/+2 |
* | Fixed some bugs around stack reallocation | Roberto Ierusalimschy | 2021-02-05 | 1 | -0/+2 |
* | Allow yields inside '__close' metamethods | Roberto Ierusalimschy | 2021-01-13 | 1 | -3/+7 |
* | Cleaner handling of errors in '__close' metamethods | Roberto Ierusalimschy | 2020-12-28 | 1 | -1/+1 |
* | Changes in the API of 'luaH_set' and related functions | Roberto Ierusalimschy | 2020-12-04 | 1 | -4/+1 |
* | Fixed wrong trace of vararg functions | Roberto Ierusalimschy | 2020-10-19 | 1 | -20/+25 |
* | No more field 'lua_State.stacksize' | Roberto Ierusalimschy | 2020-10-12 | 1 | -1/+1 |
* | Correct handling of 'luaV_execute' invocations | Roberto Ierusalimschy | 2020-10-12 | 1 | -12/+13 |
* | Revision of stackless implementation | Roberto Ierusalimschy | 2020-10-12 | 1 | -3/+3 |
* | Back to a stackless implementation | Roberto Ierusalimschy | 2020-10-12 | 1 | -7/+20 |
* | Fixed bug: invalid 'oldpc' when returning to a function | Roberto Ierusalimschy | 2020-07-17 | 1 | -1/+1 |
* | Fixed bug of access violation in finalizers | Roberto Ierusalimschy | 2020-07-08 | 1 | -4/+3 |
* | Fixed bugs of stack reallocation x GC | Roberto Ierusalimschy | 2020-07-07 | 1 | -1/+1 |
* | 'luaV_concat' can "concat" one single value | Roberto Ierusalimschy | 2020-07-03 | 1 | -5/+4 |
* | Details | Roberto Ierusalimschy | 2020-02-27 | 1 | -6/+7 |
* | OP_LOADFALSE broken in two instructions | Roberto Ierusalimschy | 2020-02-11 | 1 | -1/+5 |
* | Clearer distinction between types and tags | Roberto Ierusalimschy | 2020-01-31 | 1 | -12/+12 |
* | Changed internal representation of booleans | Roberto Ierusalimschy | 2020-01-06 | 1 | -7/+12 |
* | Comment about LUA_COMPAT_LT_LE moved to proper place | Roberto Ierusalimschy | 2019-12-10 | 1 | -6/+3 |
* | Simplifications in 'op_arith*' family of macros | Roberto Ierusalimschy | 2019-12-05 | 1 | -47/+27 |
* | Using an enumeration for float->integer coercion modes | Roberto Ierusalimschy | 2019-12-05 | 1 | -14/+11 |
* | 'l_mathlim' renamed to 'l_floatatt' | Roberto Ierusalimschy | 2019-12-05 | 1 | -1/+1 |
* | Better comments about the use of 'k' in opcodes | Roberto Ierusalimschy | 2019-12-05 | 1 | -11/+11 |