Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2025-02-28 | Error object cannot be nil | Roberto Ierusalimschy | 4 | -8/+23 |
2025-02-28 | '__close' gets no error object if there is no error | Roberto Ierusalimschy | 4 | -27/+60 |
2025-02-26 | 'lua_State.nci' must be an integer | Roberto Ierusalimschy | 3 | -3/+18 |
2025-02-26 | Details | Roberto Ierusalimschy | 5 | -9/+33 |
2025-02-20 | Array sizes in undump changed from unsigned to int | Roberto Ierusalimschy | 2 | -33/+27 |
2025-02-18 | Added macro LUAI_STRICT_ADDRESS | Roberto Ierusalimschy | 2 | -10/+22 |
2025-01-31 | Main thread is a regular field of global_State | Roberto Ierusalimschy | 6 | -75/+65 |
2025-01-30 | New type 'TStatus' for thread status/error codes | Roberto Ierusalimschy | 10 | -46/+56 |
2025-01-29 | Details (in test library) | Roberto Ierusalimschy | 1 | -5/+16 |
2025-01-28 | CallInfo bit CIST_CLSRET broken in two | Roberto Ierusalimschy | 4 | -15/+44 |
2025-01-27 | Renaming two new functions | Roberto Ierusalimschy | 7 | -13/+13 |
2025-01-21 | Parameters for 'lua_createtable' back to int | Roberto Ierusalimschy | 7 | -16/+18 |
2025-01-16 | Small change in macro 'isvalid' | Roberto Ierusalimschy | 1 | -3/+1 |
2025-01-16 | fixing 'lua_status' in panic. | Roberto Ierusalimschy | 3 | -2/+28 |
2025-01-16 | Details | Roberto Ierusalimschy | 15 | -25/+24 |
2025-01-14 | Fixed conversion warnings from clang | Roberto Ierusalimschy | 9 | -13/+17 |
2025-01-13 | Error "break outside loop" made a syntax error | Roberto Ierusalimschy | 1 | -11/+14 |
2025-01-10 | Details in lparser.c | Roberto Ierusalimschy | 1 | -10/+13 |
2025-01-10 | New optimization option for testing | Roberto Ierusalimschy | 1 | -1/+1 |
2025-01-10 | Improvements in the manual | Roberto Ierusalimschy | 4 | -18/+23 |
2025-01-10 | Another way to compile goto's | Roberto Ierusalimschy | 6 | -121/+119 |
2025-01-06 | Detail | Roberto Ierusalimschy | 1 | -2/+6 |
2025-01-06 | Detail (debugging aid) | Roberto Ierusalimschy | 2 | -4/+6 |
2024-12-30 | Scanner doesn't need to anchor reserved words | Roberto Ierusalimschy | 2 | -12/+20 |
2024-12-28 | Small optimization in 'luaH_psetshortstr' | Roberto Ierusalimschy | 1 | -18/+63 |
2024-12-28 | When parser reuses constants, only floats can collide | Roberto Ierusalimschy | 1 | -26/+28 |
2024-12-17 | Detail in 'luaD_inctop' | Roberto Ierusalimschy | 1 | -1/+1 |
2024-12-17 | Scanner and parser use different tables for constants | Roberto Ierusalimschy | 6 | -28/+20 |
2024-12-16 | 'addk' broken in two functions | Roberto Ierusalimschy | 1 | -19/+28 |
2024-12-11 | 'luaH_fastseti' uses 'checknoTM' | Roberto Ierusalimschy | 1 | -1/+1 |
2024-12-11 | OP_SELF restricted to constant short strings | Roberto Ierusalimschy | 5 | -34/+35 |
2024-12-05 | Rehash reinserts elements with "lighter" functions | Roberto Ierusalimschy | 1 | -17/+33 |
2024-12-05 | Refactoring of 'luaH_newkey' | Roberto Ierusalimschy | 2 | -56/+79 |
2024-12-03 | Fix in the definition of 'sizeLclosure' | Roberto Ierusalimschy | 1 | -1/+1 |
2024-12-02 | New function 'lua_printvalue' for internal debugging | Roberto Ierusalimschy | 2 | -4/+43 |
2024-11-29 | Details | Roberto Ierusalimschy | 1 | -2/+2 |
2024-11-29 | New way to keep hints for table length | Roberto Ierusalimschy | 7 | -249/+146 |
2024-11-27 | Avoid an extra call to 'concretesize' in 'resizearray' | Roberto Ierusalimschy | 1 | -5/+5 |
2024-11-25 | Change to macro 'LUAI_TRY' | Roberto Ierusalimschy | 2 | -8/+7 |
2024-11-19 | Debug information about extra arguments from __call | Roberto Ierusalimschy | 9 | -12/+83 |
2024-11-16 | Counter for length of chains of __call metamethods | Roberto Ierusalimschy | 4 | -28/+68 |
2024-11-15 | More integration of 'nresults' into 'callstatus' | Roberto Ierusalimschy | 3 | -28/+33 |
2024-11-15 | 'objsize' returns 'l_mem' | Roberto Ierusalimschy | 7 | -25/+40 |
2024-11-15 | New macro 'assert_code' | Roberto Ierusalimschy | 1 | -5/+6 |
2024-11-15 | Ease slightly making Lua with C89 | Roberto Ierusalimschy | 2 | -1/+8 |
2024-11-15 | Dummy node has a non-nil key | Roberto Ierusalimschy | 1 | -25/+28 |
2024-11-14 | Add extra size when resizing tables with deleted keys | Roberto Ierusalimschy | 2 | -6/+82 |
2024-11-13 | New rule for size of array part | Roberto Ierusalimschy | 3 | -29/+81 |
2024-10-28 | New structure to count keys in a table for rehashing | Roberto Ierusalimschy | 1 | -50/+65 |
2024-10-28 | Table rehash can resize only the hash part | Roberto Ierusalimschy | 2 | -17/+41 |