Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change to macro 'LUAI_TRY' | Roberto Ierusalimschy | 2024-11-25 | 1 | -0/+1 |
* | Debug information about extra arguments from __call | Roberto Ierusalimschy | 2024-11-19 | 3 | -0/+39 |
* | Counter for length of chains of __call metamethods | Roberto Ierusalimschy | 2024-11-16 | 1 | -3/+20 |
* | Add extra size when resizing tables with deleted keys | Roberto Ierusalimschy | 2024-11-14 | 1 | -1/+61 |
* | New rule for size of array part | Roberto Ierusalimschy | 2024-11-13 | 1 | -18/+54 |
* | Table rehash can resize only the hash part | Roberto Ierusalimschy | 2024-10-28 | 1 | -3/+22 |
* | Better support in 'ltests' for tracing the GC | Roberto Ierusalimschy | 2024-10-21 | 2 | -4/+4 |
* | Local declaration in the REPL generates a warning | Roberto Ierusalimschy | 2024-09-27 | 1 | -0/+9 |
* | A return can have at most 254 values | Roberto Ierusalimschy | 2024-08-19 | 1 | -0/+11 |
* | Bug: wrong code gen. for indices with comparisons | Roberto Ierusalimschy | 2024-08-17 | 1 | -0/+8 |
* | Floats formatted with "correct" precision | Roberto Ierusalimschy | 2024-08-02 | 1 | -3/+103 |
* | '-Wconversion' extended to all options of Lua numbers | Roberto Ierusalimschy | 2024-07-27 | 1 | -1/+1 |
* | Using CIST_CLSRET instead of trick with 'nresults' | Roberto Ierusalimschy | 2024-07-19 | 1 | -0/+17 |
* | Removed compatibility with "= exp" in the REPL | Roberto Ierusalimschy | 2024-07-05 | 1 | -1/+1 |
* | Fixed bug in 'multiline' | Roberto Ierusalimschy | 2024-07-05 | 1 | -0/+5 |
* | lua.c loads 'readline' dynamically | Roberto Ierusalimschy | 2024-07-04 | 1 | -9/+7 |
* | Flexible limit for use of registers by constructors | Roberto Ierusalimschy | 2024-06-27 | 1 | -0/+11 |
* | Clearer code for controlling maximum registers | Roberto Ierusalimschy | 2024-06-26 | 1 | -0/+15 |
* | Removed 'int' size limit for string.rep | Roberto Ierusalimschy | 2024-06-21 | 1 | -4/+3 |
* | Removed 'int' size limit for pack/unpack | Roberto Ierusalimschy | 2024-06-21 | 1 | -9/+10 |
* | GC test was not restarting collector after pause | Roberto Ierusalimschy | 2024-06-18 | 1 | -1/+2 |
* | Bug: luaL_traceback may need more than 5 stack slots | Roberto Ierusalimschy | 2024-06-12 | 1 | -1/+14 |
* | Bug: Active-lines for stripped vararg functions | Roberto Ierusalimschy | 2024-06-04 | 1 | -0/+9 |
* | utf8.offset returns also final position of character | Roberto Ierusalimschy | 2024-05-27 | 1 | -17/+27 |
* | Details | Roberto Ierusalimschy | 2024-05-08 | 1 | -1/+2 |
* | Fixed dangling 'StkId' in 'luaV_finishget' | Roberto Ierusalimschy | 2024-03-29 | 1 | -0/+9 |
* | Details | Roberto Ierusalimschy | 2024-03-13 | 1 | -2/+2 |
* | API asserts for illegal pops of to-be-closed variables | Roberto Ierusalimschy | 2024-03-11 | 1 | -1/+2 |
* | New interface to function 'luaL_openselectedlibs' | Roberto Ierusalimschy | 2024-02-15 | 2 | -6/+6 |
* | Better handling of size limit when resizing a table | Roberto Ierusalimschy | 2024-02-07 | 1 | -12/+17 |
* | Details | Roberto Ierusalimschy | 2024-01-29 | 1 | -0/+2 |
* | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2024-01-25 | 1 | -3/+5 |
|\ | |||||
| * | Bug: Yielding in a hook stops in the wrong instruction | Roberto Ierusalimschy | 2024-01-11 | 1 | -3/+5 |
* | | New function 'table.create' | Roberto Ierusalimschy | 2024-01-18 | 1 | -0/+21 |
* | | New mechanism to query GC parameters | Roberto Ierusalimschy | 2024-01-16 | 2 | -8/+12 |
* | | Clear interface between references and predefines | Roberto Ierusalimschy | 2024-01-15 | 2 | -14/+31 |
* | | Fixed buffers reuse absolute line information | Roberto Ierusalimschy | 2023-12-27 | 1 | -0/+14 |
* | | Several tweaks in the garbage collector | Roberto Ierusalimschy | 2023-12-27 | 2 | -1/+30 |
* | | Removed compatibility option LUA_COMPAT_GCPARAMS | Roberto Ierusalimschy | 2023-12-22 | 2 | -16/+16 |
* | | New option "setparms" for 'collectgarbage' | Roberto Ierusalimschy | 2023-12-22 | 2 | -6/+10 |
* | | Option 0 for step multiplier makes GC non-incremental | Roberto Ierusalimschy | 2023-12-20 | 1 | -2/+9 |
* | | Removed parameter in 'collectgarbage("step")' | Roberto Ierusalimschy | 2023-12-01 | 1 | -41/+1 |
* | | Removed deprecated options in 'lua_gc' | Roberto Ierusalimschy | 2023-11-30 | 1 | -7/+2 |
* | | Auxiliary buffer uses external strings | Roberto Ierusalimschy | 2023-11-13 | 2 | -11/+2 |
* | | Fixed buffers save long strings as external. | Roberto Ierusalimschy | 2023-11-10 | 1 | -5/+9 |
* | | External strings | Roberto Ierusalimschy | 2023-11-09 | 1 | -3/+23 |
* | | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2023-11-07 | 2 | -14/+3 |
|\| | |||||
| * | Bug: Recursion in 'getobjname' can stack overflow | Roberto Ierusalimschy | 2023-11-01 | 1 | -0/+3 |
| * | Removed test for "corrupted binary dump" | Roberto Ierusalimschy | 2023-09-08 | 1 | -14/+0 |
* | | Added suport for Fixed Buffers | Roberto Ierusalimschy | 2023-09-05 | 1 | -5/+46 |