| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Removed copyright notice from 'testes/all.lua' | Roberto Ierusalimschy | 2025-03-12 | 32 | -60/+33 | |
| * | New test file 'memerr.lua' | Roberto Ierusalimschy | 2025-03-12 | 4 | -243/+268 | |
| * | Checks for type 'int' added to binary header | Roberto Ierusalimschy | 2025-03-10 | 1 | -17/+30 | |
| * | Error object cannot be nil | Roberto Ierusalimschy | 2025-02-28 | 1 | -3/+3 | |
| * | '__close' gets no error object if there is no error | Roberto Ierusalimschy | 2025-02-28 | 1 | -8/+36 | |
| * | 'lua_State.nci' must be an integer | Roberto Ierusalimschy | 2025-02-26 | 1 | -0/+12 | |
| * | Details | Roberto Ierusalimschy | 2025-02-26 | 3 | -4/+28 | |
| * | CallInfo bit CIST_CLSRET broken in two | Roberto Ierusalimschy | 2025-01-28 | 1 | -6/+31 | |
| * | Parameters for 'lua_createtable' back to int | Roberto Ierusalimschy | 2025-01-21 | 1 | -2/+4 | |
| * | fixing 'lua_status' in panic. | Roberto Ierusalimschy | 2025-01-16 | 1 | -0/+19 | |
| * | Details | Roberto Ierusalimschy | 2025-01-16 | 1 | -4/+3 | |
| * | Fixed conversion warnings from clang | Roberto Ierusalimschy | 2025-01-14 | 1 | -1/+1 | |
| * | Another way to compile goto's | Roberto Ierusalimschy | 2025-01-10 | 3 | -13/+37 | |
| * | OP_SELF restricted to constant short strings | Roberto Ierusalimschy | 2024-12-11 | 1 | -1/+2 | |
| * | New way to keep hints for table length | Roberto Ierusalimschy | 2024-11-29 | 1 | -15/+14 | |
| * | 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 | |
