Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Details | Roberto Ierusalimschy | 2025-01-16 | 1 | -2/+2 |
* | Another way to compile goto's | Roberto Ierusalimschy | 2025-01-10 | 1 | -0/+1 |
* | Detail | Roberto Ierusalimschy | 2025-01-06 | 1 | -2/+6 |
* | OP_SELF restricted to constant short strings | Roberto Ierusalimschy | 2024-12-11 | 1 | -3/+3 |
* | New way to keep hints for table length | Roberto Ierusalimschy | 2024-11-29 | 1 | -1/+1 |
* | Added gcc option '-Wconversion' | Roberto Ierusalimschy | 2024-07-27 | 1 | -18/+19 |
* | 'nresults' moved into 'callstatus' | Roberto Ierusalimschy | 2024-07-21 | 1 | -3/+3 |
* | New instruction format for SETLIST/NEWTABLE | Roberto Ierusalimschy | 2024-06-28 | 1 | -10/+15 |
* | 'isIT'/'isOT' turned from macros to functions | Roberto Ierusalimschy | 2024-06-27 | 1 | -2/+2 |
* | Cleaning of llimits.h | Roberto Ierusalimschy | 2024-06-20 | 1 | -0/+9 |
* | Encoding of table indices (hres) must use C indices | Roberto Ierusalimschy | 2024-06-10 | 1 | -1/+1 |
* | Details | Roberto Ierusalimschy | 2024-05-08 | 1 | -4/+4 |
* | 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 |