Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed dangling 'StkId' in 'luaV_finishget' | Roberto Ierusalimschy | 2024-03-29 | 1 | -5/+5 |
* | 'luaH_get' functions return tag of the result | Roberto Ierusalimschy | 2024-03-21 | 1 | -31/+30 |
* | 'luaH_get' functions return 'TValue' | Roberto Ierusalimschy | 2024-03-18 | 1 | -26/+28 |
* | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2024-01-25 | 1 | -1/+1 |
|\ | |||||
| * | Bug: Buffer overflow in string concatenation | Roberto Ierusalimschy | 2023-12-21 | 1 | -1/+1 |
* | | Merge branch 'newarray' into nextversion | Roberto Ierusalimschy | 2023-11-07 | 1 | -76/+59 |
|\ \ | |||||
| * | | Merge branch 'master' into newarray | Roberto Ierusalimschy | 2023-11-03 | 1 | -39/+37 |
| |\| | |||||
| * | | Full abstraction for representation of array values | Roberto Ierusalimschy | 2023-10-30 | 1 | -1/+1 |
| * | | Some cleaning in the new table API | Roberto Ierusalimschy | 2023-05-16 | 1 | -59/+53 |
| * | | New table API for 'set' functions | Roberto Ierusalimschy | 2023-05-16 | 1 | -32/+32 |
| * | | Towards a new implementation of arrays | Roberto Ierusalimschy | 2023-05-15 | 1 | -39/+28 |
* | | | New macro 'getlstr' | Roberto Ierusalimschy | 2023-08-30 | 1 | -7/+10 |
* | | | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2023-08-23 | 1 | -17/+13 |
|\ \ \ | | |/ | |/| | |||||
| * | | 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 |
* | | | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2023-06-22 | 1 | -22/+28 |
|\| | | |||||
| * | | 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 |
* | | Changes in opcodes for generic 'for' | Roberto Ierusalimschy | 2022-12-22 | 1 | -15/+25 |
* | | Simplification in opcodes for numerical 'for' | Roberto Ierusalimschy | 2022-12-21 | 1 | -25/+25 |
|/ | |||||
* | 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 |