Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Error object cannot be nil | Roberto Ierusalimschy | 2025-02-28 | 1 | -3/+7 |
* | '__close' gets no error object if there is no error | Roberto Ierusalimschy | 2025-02-28 | 1 | -4/+0 |
* | Added macro LUAI_STRICT_ADDRESS | Roberto Ierusalimschy | 2025-02-18 | 1 | -10/+18 |
* | Main thread is a regular field of global_State | Roberto Ierusalimschy | 2025-01-31 | 1 | -4/+5 |
* | New type 'TStatus' for thread status/error codes | Roberto Ierusalimschy | 2025-01-30 | 1 | -22/+23 |
* | CallInfo bit CIST_CLSRET broken in two | Roberto Ierusalimschy | 2025-01-28 | 1 | -5/+7 |
* | fixing 'lua_status' in panic. | Roberto Ierusalimschy | 2025-01-16 | 1 | -0/+1 |
* | Details | Roberto Ierusalimschy | 2025-01-16 | 1 | -2/+2 |
* | Improvements in the manual | Roberto Ierusalimschy | 2025-01-10 | 1 | -1/+1 |
* | Detail in 'luaD_inctop' | Roberto Ierusalimschy | 2024-12-17 | 1 | -1/+1 |
* | Change to macro 'LUAI_TRY' | Roberto Ierusalimschy | 2024-11-25 | 1 | -8/+6 |
* | Counter for length of chains of __call metamethods | Roberto Ierusalimschy | 2024-11-16 | 1 | -14/+27 |
* | More integration of 'nresults' into 'callstatus' | Roberto Ierusalimschy | 2024-11-15 | 1 | -12/+13 |
* | Added option for direct correction of stack pointers | Roberto Ierusalimschy | 2024-08-22 | 1 | -10/+44 |
* | Struct 'transferinfo' moved to "lua_State" | Roberto Ierusalimschy | 2024-07-30 | 1 | -9/+5 |
* | Added gcc option '-Wconversion' | Roberto Ierusalimschy | 2024-07-27 | 1 | -5/+5 |
* | 'nresults' moved into 'callstatus' | Roberto Ierusalimschy | 2024-07-21 | 1 | -34/+38 |
* | Using CIST_CLSRET instead of trick with 'nresults' | Roberto Ierusalimschy | 2024-07-19 | 1 | -9/+11 |
* | Maximum stack size may not fit in unsigned short | Roberto Ierusalimschy | 2024-07-16 | 1 | -14/+29 |
* | Cleaning of llimits.h | Roberto Ierusalimschy | 2024-06-20 | 1 | -0/+13 |
* | API asserts for illegal pops of to-be-closed variables | Roberto Ierusalimschy | 2024-03-11 | 1 | -2/+3 |
* | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2024-01-25 | 1 | -0/+4 |
|\ | |||||
| * | Bug: Yielding in a hook stops in the wrong instruction | Roberto Ierusalimschy | 2024-01-11 | 1 | -0/+4 |
* | | Added suport for Fixed Buffers | Roberto Ierusalimschy | 2023-09-05 | 1 | -4/+9 |
* | | Field 'Proto.is_vararg' uses only one bit | Roberto Ierusalimschy | 2023-08-30 | 1 | -1/+1 |
* | | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2023-06-22 | 1 | -12/+8 |
|\| | |||||
| * | Several functions turned 'static' | Roberto Ierusalimschy | 2023-05-22 | 1 | -3/+3 |
| * | Corrected support for 16-bit systems | Roberto Ierusalimschy | 2023-03-09 | 1 | -9/+5 |
* | | Removed GC checks from function calls | Roberto Ierusalimschy | 2022-11-24 | 1 | -4/+4 |
|/ | |||||
* | Stack reallocation done with a single realloc | Roberto Ierusalimschy | 2022-10-31 | 1 | -22/+46 |
* | Stack indices changed to union's | Roberto Ierusalimschy | 2022-10-29 | 1 | -63/+62 |
* | More checks and documentation for uses of EXTRA_STACK | Roberto Ierusalimschy | 2022-05-26 | 1 | -1/+6 |
* | Bug: 'lua_settop' may use an invalid pointer to stack | Roberto Ierusalimschy | 2022-05-25 | 1 | -6/+6 |
* | 'lua_checkstack' doesn't need to check stack overflow | Roberto Ierusalimschy | 2022-05-23 | 1 | -8/+7 |
* | Details | Roberto Ierusalimschy | 2022-04-01 | 1 | -2/+6 |
* | Bug: finalizers can be called with an invalid stack | Roberto Ierusalimschy | 2021-12-15 | 1 | -1/+1 |
* | Corrected bug in 'luaD_tryfuncTM' | Roberto Ierusalimschy | 2021-11-16 | 1 | -1/+2 |
* | Bug: C stack overflow with coroutines | Roberto Ierusalimschy | 2021-11-03 | 1 | -2/+4 |
* | More uniform implementation for tail calls | Roberto Ierusalimschy | 2021-10-29 | 1 | -29/+52 |
* | Removed goto's in 'luaD_precall' | Roberto Ierusalimschy | 2021-10-18 | 1 | -24/+27 |
* | Using 'inline' in some functions | Roberto Ierusalimschy | 2021-09-15 | 1 | -4/+4 |
* | 'luaD_tryfuncTM' checks stack space by itself | Roberto Ierusalimschy | 2021-08-18 | 1 | -3/+4 |
* | Undo simplification of tail calls (commit 901d760) | Roberto Ierusalimschy | 2021-08-18 | 1 | -34/+32 |
* | Simplification in the parameters of 'luaD_precall' | Roberto Ierusalimschy | 2021-06-30 | 1 | -10/+9 |
* | C functions can be tail called, too | Roberto Ierusalimschy | 2021-06-14 | 1 | -18/+25 |
* | Simpler implementation for tail calls | Roberto Ierusalimschy | 2021-06-11 | 1 | -24/+24 |
* | Stack reallocation done in two phases | Roberto Ierusalimschy | 2021-02-27 | 1 | -7/+21 |
* | Broadening the use of branch hints | Roberto Ierusalimschy | 2021-02-24 | 1 | -12/+12 |
* | '__close' methods can yield in the return of a C function | Roberto Ierusalimschy | 2021-02-12 | 1 | -29/+43 |
* | New implementation for to-be-closed variables | Roberto Ierusalimschy | 2021-02-09 | 1 | -1/+1 |