Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Change to macro 'LUAI_TRY' | Roberto Ierusalimschy | 2024-11-25 | 2 | -8/+7 |
* | Debug information about extra arguments from __call | Roberto Ierusalimschy | 2024-11-19 | 9 | -12/+83 |
* | Counter for length of chains of __call metamethods | Roberto Ierusalimschy | 2024-11-16 | 4 | -28/+68 |
* | More integration of 'nresults' into 'callstatus' | Roberto Ierusalimschy | 2024-11-15 | 3 | -28/+33 |
* | 'objsize' returns 'l_mem' | Roberto Ierusalimschy | 2024-11-15 | 7 | -25/+40 |
* | New macro 'assert_code' | Roberto Ierusalimschy | 2024-11-15 | 1 | -5/+6 |
* | Ease slightly making Lua with C89 | Roberto Ierusalimschy | 2024-11-15 | 2 | -1/+8 |
* | Dummy node has a non-nil key | Roberto Ierusalimschy | 2024-11-15 | 1 | -25/+28 |
* | Add extra size when resizing tables with deleted keys | Roberto Ierusalimschy | 2024-11-14 | 2 | -6/+82 |
* | New rule for size of array part | Roberto Ierusalimschy | 2024-11-13 | 3 | -29/+81 |
* | New structure to count keys in a table for rehashing | Roberto Ierusalimschy | 2024-10-28 | 1 | -50/+65 |
* | Table rehash can resize only the hash part | Roberto Ierusalimschy | 2024-10-28 | 2 | -17/+41 |
* | Always use unsigned int for indexing table-arrays | Roberto Ierusalimschy | 2024-10-24 | 2 | -5/+5 |
* | New function 'lua_numbertostrbuff' | Roberto Ierusalimschy | 2024-10-23 | 7 | -40/+67 |
* | Some changes in default GC parameters | Roberto Ierusalimschy | 2024-10-23 | 2 | -8/+6 |
* | Small bug in 'luaE_luaE_statesize' | Roberto Ierusalimschy | 2024-10-21 | 3 | -4/+4 |
* | Better support in 'ltests' for tracing the GC | Roberto Ierusalimschy | 2024-10-21 | 5 | -30/+67 |
* | Some adjustments in transition minor->major | Roberto Ierusalimschy | 2024-10-18 | 2 | -37/+46 |
* | 'objsize' broke in smaller pieces | Roberto Ierusalimschy | 2024-09-30 | 9 | -63/+91 |
* | Local declaration in the REPL generates a warning | Roberto Ierusalimschy | 2024-09-27 | 2 | -2/+25 |
* | No errors in 'luaO_pushvfstring' | Roberto Ierusalimschy | 2024-09-20 | 5 | -24/+45 |
* | Towards no errors in 'luaO_pushvfstring' | Roberto Ierusalimschy | 2024-09-20 | 1 | -52/+69 |
* | In 'luaO_pushvfstring', all options use 'addstr2buff' | Roberto Ierusalimschy | 2024-09-20 | 1 | -12/+8 |
* | Removed 'if' left from commit ddfa1fbccfe | Roberto Ierusalimschy | 2024-09-20 | 1 | -1/+0 |
* | Avoid Microsoft warning | Roberto Ierusalimschy | 2024-09-19 | 1 | -1/+2 |
* | USHRT_MAX changed to SHRT_MAX | Roberto Ierusalimschy | 2024-09-19 | 2 | -2/+2 |
* | GC back to controling pace counting bytes | Roberto Ierusalimschy | 2024-09-19 | 11 | -202/+247 |
* | Details | Roberto Ierusalimschy | 2024-09-12 | 1 | -3/+3 |
* | Parameter for lua_gc/LUA_GCSTEP changed to 'size_t' | Roberto Ierusalimschy | 2024-09-10 | 3 | -3/+3 |
* | Rename of fields in global state that control GC | Roberto Ierusalimschy | 2024-09-06 | 5 | -32/+32 |
* | Details | Roberto Ierusalimschy | 2024-09-06 | 3 | -20/+20 |
* | Added option for direct correction of stack pointers | Roberto Ierusalimschy | 2024-08-22 | 1 | -10/+44 |