Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New function 'resetCI' | Roberto Ierusalimschy | 4 days | 2 | -19/+39 |
* | New function 'printallstack' in test library | Roberto Ierusalimschy | 4 days | 2 | -0/+24 |
* | Wrong error message when using "_ENV" fields | Roberto Ierusalimschy | 7 days | 3 | -6/+16 |
* | Missing GC barrier in 'luaV_finishset' | Roberto Ierusalimschy | 8 days | 3 | -3/+19 |
* | Use after free in 'luaV_finishset' | Roberto Ierusalimschy | 8 days | 3 | -1/+25 |
* | 'luaD_seterrorobj' should not raise errors | Roberto Ierusalimschy | 9 days | 5 | -22/+25 |
* | Small changes in the manual | Roberto Ierusalimschy | 9 days | 1 | -16/+22 |
* | Removed copyright notice from 'testes/all.lua' | Roberto Ierusalimschy | 10 days | 32 | -60/+33 |
* | New test file 'memerr.lua' | Roberto Ierusalimschy | 10 days | 4 | -243/+268 |
* | Small correction in 'traverseweakvalue' | Roberto Ierusalimschy | 10 days | 1 | -3/+3 |
* | Checks for type 'int' added to binary header | Roberto Ierusalimschy | 11 days | 4 | -36/+67 |
* | Detail | Roberto Ierusalimschy | 2025-02-28 | 1 | -0/+4 |
* | Error object cannot be nil | Roberto Ierusalimschy | 2025-02-28 | 4 | -8/+23 |
* | '__close' gets no error object if there is no error | Roberto Ierusalimschy | 2025-02-28 | 4 | -27/+60 |
* | 'lua_State.nci' must be an integer | Roberto Ierusalimschy | 2025-02-26 | 3 | -3/+18 |
* | Details | Roberto Ierusalimschy | 2025-02-26 | 5 | -9/+33 |
* | Array sizes in undump changed from unsigned to int | Roberto Ierusalimschy | 2025-02-20 | 2 | -33/+27 |
* | Added macro LUAI_STRICT_ADDRESS | Roberto Ierusalimschy | 2025-02-18 | 2 | -10/+22 |
* | Main thread is a regular field of global_State | Roberto Ierusalimschy | 2025-01-31 | 6 | -75/+65 |
* | New type 'TStatus' for thread status/error codes | Roberto Ierusalimschy | 2025-01-30 | 10 | -46/+56 |
* | Details (in test library) | Roberto Ierusalimschy | 2025-01-29 | 1 | -5/+16 |
* | CallInfo bit CIST_CLSRET broken in two | Roberto Ierusalimschy | 2025-01-28 | 4 | -15/+44 |
* | Renaming two new functions | Roberto Ierusalimschy | 2025-01-27 | 7 | -13/+13 |
* | Parameters for 'lua_createtable' back to int | Roberto Ierusalimschy | 2025-01-21 | 7 | -16/+18 |
* | Small change in macro 'isvalid' | Roberto Ierusalimschy | 2025-01-16 | 1 | -3/+1 |
* | fixing 'lua_status' in panic. | Roberto Ierusalimschy | 2025-01-16 | 3 | -2/+28 |
* | Details | Roberto Ierusalimschy | 2025-01-16 | 15 | -25/+24 |
* | Fixed conversion warnings from clang | Roberto Ierusalimschy | 2025-01-14 | 9 | -13/+17 |
* | Error "break outside loop" made a syntax error | Roberto Ierusalimschy | 2025-01-13 | 1 | -11/+14 |
* | Details in lparser.c | Roberto Ierusalimschy | 2025-01-10 | 1 | -10/+13 |
* | New optimization option for testing | Roberto Ierusalimschy | 2025-01-10 | 1 | -1/+1 |
* | Improvements in the manual | Roberto Ierusalimschy | 2025-01-10 | 4 | -18/+23 |
* | Another way to compile goto's | Roberto Ierusalimschy | 2025-01-10 | 6 | -121/+119 |
* | Detail | Roberto Ierusalimschy | 2025-01-06 | 1 | -2/+6 |
* | Detail (debugging aid) | Roberto Ierusalimschy | 2025-01-06 | 2 | -4/+6 |
* | Scanner doesn't need to anchor reserved words | Roberto Ierusalimschy | 2024-12-30 | 2 | -12/+20 |
* | Small optimization in 'luaH_psetshortstr' | Roberto Ierusalimschy | 2024-12-28 | 1 | -18/+63 |
* | When parser reuses constants, only floats can collide | Roberto Ierusalimschy | 2024-12-28 | 1 | -26/+28 |
* | Detail in 'luaD_inctop' | Roberto Ierusalimschy | 2024-12-17 | 1 | -1/+1 |
* | Scanner and parser use different tables for constants | Roberto Ierusalimschy | 2024-12-17 | 6 | -28/+20 |
* | 'addk' broken in two functions | Roberto Ierusalimschy | 2024-12-16 | 1 | -19/+28 |
* | 'luaH_fastseti' uses 'checknoTM' | Roberto Ierusalimschy | 2024-12-11 | 1 | -1/+1 |
* | OP_SELF restricted to constant short strings | Roberto Ierusalimschy | 2024-12-11 | 5 | -34/+35 |
* | Rehash reinserts elements with "lighter" functions | Roberto Ierusalimschy | 2024-12-05 | 1 | -17/+33 |
* | Refactoring of 'luaH_newkey' | Roberto Ierusalimschy | 2024-12-05 | 2 | -56/+79 |
* | Fix in the definition of 'sizeLclosure' | Roberto Ierusalimschy | 2024-12-03 | 1 | -1/+1 |
* | New function 'lua_printvalue' for internal debugging | Roberto Ierusalimschy | 2024-12-02 | 2 | -4/+43 |
* | Details | Roberto Ierusalimschy | 2024-11-29 | 1 | -2/+2 |
* | New way to keep hints for table length | Roberto Ierusalimschy | 2024-11-29 | 7 | -249/+146 |
* | Avoid an extra call to 'concretesize' in 'resizearray' | Roberto Ierusalimschy | 2024-11-27 | 1 | -5/+5 |