Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Error object cannot be nil | Roberto Ierusalimschy | 2025-02-28 | 1 | -1/+3 |
* | Details | Roberto Ierusalimschy | 2025-01-16 | 1 | -1/+1 |
* | OP_SELF restricted to constant short strings | Roberto Ierusalimschy | 2024-12-11 | 1 | -13/+2 |
* | Debug information about extra arguments from __call | Roberto Ierusalimschy | 2024-11-19 | 1 | -1/+9 |
* | No errors in 'luaO_pushvfstring' | Roberto Ierusalimschy | 2024-09-20 | 1 | -1/+2 |
* | Struct 'transferinfo' moved to "lua_State" | Roberto Ierusalimschy | 2024-07-30 | 1 | -3/+3 |
* | Added gcc option '-Wconversion' | Roberto Ierusalimschy | 2024-07-27 | 1 | -2/+2 |
* | 'nresults' moved into 'callstatus' | Roberto Ierusalimschy | 2024-07-21 | 1 | -2/+2 |
* | 'isIT'/'isOT' turned from macros to functions | Roberto Ierusalimschy | 2024-06-27 | 1 | -1/+1 |
* | Bug: Active-lines for stripped vararg functions | Roberto Ierusalimschy | 2024-06-04 | 1 | -17/+19 |
* | API asserts for illegal pops of to-be-closed variables | Roberto Ierusalimschy | 2024-03-11 | 1 | -0/+1 |
* | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2024-01-25 | 1 | -3/+2 |
|\ | |||||
| * | Bug: Yielding in a hook stops in the wrong instruction | Roberto Ierusalimschy | 2024-01-11 | 1 | -3/+2 |
* | | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2023-11-07 | 1 | -69/+84 |
|\| | |||||
| * | Bug: Recursion in 'getobjname' can stack overflow | Roberto Ierusalimschy | 2023-11-01 | 1 | -69/+84 |
* | | New macro 'getlstr' | Roberto Ierusalimschy | 2023-08-30 | 1 | -4/+6 |
* | | Field 'Proto.is_vararg' uses only one bit | Roberto Ierusalimschy | 2023-08-30 | 1 | -4/+4 |
|/ | |||||
* | More disciplined use of 'getstr' and 'tsslen' | Roberto Ierusalimschy | 2023-08-17 | 1 | -3/+3 |
* | Bug: Call hook may be called twice when count hook yields | Roberto Ierusalimschy | 2023-07-25 | 1 | -0/+22 |
* | Detailsv5.4.5 | Roberto Ierusalimschy | 2023-04-18 | 1 | -2/+2 |
* | More orderliness in casts of enumerations | Roberto Ierusalimschy | 2023-03-27 | 1 | -13/+16 |
* | Stack indices changed to union's | Roberto Ierusalimschy | 2022-10-29 | 1 | -26/+26 |
* | Save stack space while handling errors | Roberto Ierusalimschy | 2022-05-20 | 1 | -1/+4 |
* | Fix debug information about finalizers | Roberto Ierusalimschy | 2021-12-14 | 1 | -23/+31 |
* | Wrong assert in 'collectvalidlines' | Roberto Ierusalimschy | 2021-11-25 | 1 | -1/+1 |
* | Avoid OP_VARARGPREP for active lines | Roberto Ierusalimschy | 2021-11-10 | 1 | -1/+8 |
* | Documentation | Roberto Ierusalimschy | 2021-10-11 | 1 | -1/+1 |
* | Align error messages for calling non-callable values | Roberto Ierusalimschy | 2021-04-12 | 1 | -11/+37 |
* | Wrong assertion in 'getbaseline' | Roberto Ierusalimschy | 2021-03-05 | 1 | -1/+4 |
* | Bug (kind of) in 'isinstack' | Roberto Ierusalimschy | 2021-02-25 | 1 | -6/+10 |
* | Don't use tointegerns when luaV_tointegerns will do | Roberto Ierusalimschy | 2021-02-24 | 1 | -1/+1 |
* | Optimization/simplification of 'getbaseline' | Roberto Ierusalimschy | 2021-02-02 | 1 | -20/+15 |
* | Optimizations for line hook | Roberto Ierusalimschy | 2021-01-28 | 1 | -20/+32 |
* | Better error messages for calling non-callable objects | Roberto Ierusalimschy | 2020-12-29 | 1 | -6/+17 |
* | Fixed bug: line hooks in stripped functions | Roberto Ierusalimschy | 2020-07-27 | 1 | -1/+3 |
* | Fixed bug: Negation overflow in getlocal/setlocal | Roberto Ierusalimschy | 2020-07-27 | 1 | -3/+3 |
* | Fixed bug: invalid 'oldpc' when returning to a function | Roberto Ierusalimschy | 2020-07-17 | 1 | -16/+25 |
* | Improvements in the handling of signals | Roberto Ierusalimschy | 2020-05-22 | 1 | -9/+11 |
* | Details | Roberto Ierusalimschy | 2020-02-27 | 1 | -3/+3 |
* | Clearer distinction between types and tags | Roberto Ierusalimschy | 2020-01-31 | 1 | -1/+1 |
* | Changed internal representation of booleans | Roberto Ierusalimschy | 2020-01-06 | 1 | -1/+1 |
* | Added macro 'testMMMode' | Roberto Ierusalimschy | 2019-09-06 | 1 | -5/+3 |
* | Use of 'MMBIN' opcodes extended to shift operators | Roberto Ierusalimschy | 2019-08-28 | 1 | -8/+0 |
* | First version of OP_MMBIN opcodes | Roberto Ierusalimschy | 2019-08-27 | 1 | -14/+7 |
* | Tracebacks recognize metamethods '__close' | Roberto Ierusalimschy | 2019-07-31 | 1 | -0/+3 |
* | Details | Roberto Ierusalimschy | 2019-06-03 | 1 | -2/+3 |
* | Added field 'srclen' to structure 'lua_Debug' | Roberto Ierusalimschy | 2019-04-04 | 1 | -3/+11 |
* | A to-be-closed variable must have a closable value (or be nil) | Roberto Ierusalimschy | 2018-11-29 | 1 | -8/+10 |
* | Added opcodes for arithmetic with K operands | Roberto Ierusalimschy | 2018-11-23 | 1 | -2/+8 |
* | Better error messages for invalid operands in numeric 'for' | Roberto Ierusalimschy | 2018-10-30 | 1 | -0/+6 |