| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |
| * | | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2023-08-23 | 8 | -33/+54 | |
| |\| | ||||||
| | * | Bug: Wrong line number for function calls | Roberto Ierusalimschy | 2023-08-23 | 1 | -4/+4 | |
| | * | More control over encoding of test files | Roberto Ierusalimschy | 2023-08-17 | 6 | -28/+49 | |
| | * | Details | Roberto Ierusalimschy | 2023-07-03 | 1 | -1/+1 | |
| * | | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2023-06-22 | 4 | -21/+53 | |
| |\| | ||||||
| | * | Option '-l' discards version sufix from file name | Roberto Ierusalimschy | 2023-05-15 | 1 | -0/+7 | |
| | * | Small improvements in tests | Roberto Ierusalimschy | 2023-05-15 | 2 | -21/+24 | |
| | * | Bug: Loading a corrupted binary file can segfault | Roberto Ierusalimschy | 2023-03-17 | 1 | -0/+14 | |
| | * | Bug: Wrong line in error message for arith. errors | Roberto Ierusalimschy | 2023-02-08 | 1 | -0/+8 | |
| * | | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2022-12-28 | 26 | -261/+335 | |
| |\| | ||||||
