Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Details | Roberto Ierusalimschy | 2024-05-08 | 9 | -21/+36 | |
* | New year (2024) | Roberto Ierusalimschy | 2024-05-02 | 2 | -3/+3 | |
* | 'getmode' renamed to 'getMode' | Roberto Ierusalimschy | 2024-04-08 | 1 | -3/+3 | |
* | Yet another representation for arrays | Roberto Ierusalimschy | 2024-04-05 | 3 | -44/+65 | |
* | Small simplification in 'findloader' | Roberto Ierusalimschy | 2024-04-03 | 1 | -5/+4 | |
* | Fixed dangling 'StkId' in 'luaV_finishget' | Roberto Ierusalimschy | 2024-03-29 | 5 | -26/+42 | |
* | Details | Roberto Ierusalimschy | 2024-03-28 | 2 | -7/+10 | |
* | Some 'unsigned int' changed to 'unsigned' | Roberto Ierusalimschy | 2024-03-22 | 9 | -25/+24 | |
* | 'luaH_get' functions return tag of the result | Roberto Ierusalimschy | 2024-03-21 | 10 | -132/+138 | |
* | 'luaH_get' functions return 'TValue' | Roberto Ierusalimschy | 2024-03-18 | 9 | -122/+124 | |
* | Removed "bulk operations" | Roberto Ierusalimschy | 2024-03-15 | 3 | -57/+14 | |
* | Added "bulk operations" to arrays | Roberto Ierusalimschy | 2024-03-15 | 3 | -35/+99 | |
* | Details | Roberto Ierusalimschy | 2024-03-13 | 4 | -6/+5 | |
* | Removed type 'varint_t' | Roberto Ierusalimschy | 2024-03-13 | 3 | -32/+23 | |
* | API asserts for illegal pops of to-be-closed variables | Roberto Ierusalimschy | 2024-03-11 | 5 | -30/+45 | |
* | Fixed warnings from different compilers | Roberto Ierusalimschy | 2024-02-15 | 4 | -6/+10 | |
* | New interface to function 'luaL_openselectedlibs' | Roberto Ierusalimschy | 2024-02-15 | 8 | -56/+80 | |
* | Revising code for Varint encoding in dumps | Roberto Ierusalimschy | 2024-02-12 | 3 | -29/+45 | |
* | Removed deprecated function 'setcstacklimit' | Roberto Ierusalimschy | 2024-02-07 | 3 | -16/+0 | |
* | Field 'lastfree' changed (back) to 'Node *' | Roberto Ierusalimschy | 2024-02-07 | 1 | -14/+16 | |
* | Better handling of size limit when resizing a table | Roberto Ierusalimschy | 2024-02-07 | 6 | -21/+37 | |
* | Details | Roberto Ierusalimschy | 2024-01-29 | 7 | -24/+25 | |
* | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2024-01-25 | 8 | -12/+27 | |
|\ | ||||||
| * | Bug: Yielding in a hook stops in the wrong instruction | Roberto Ierusalimschy | 2024-01-11 | 3 | -6/+11 | |
| * | Bug: Buffer overflow in string concatenation | Roberto Ierusalimschy | 2023-12-21 | 2 | -2/+2 | |
| * | Panic functions should not raise errors | Roberto Ierusalimschy | 2023-11-24 | 3 | -4/+14 | |
* | | Small optimization in 'luaH_psetint' | Roberto Ierusalimschy | 2024-01-25 | 2 | -4/+5 | |
* | | New function 'table.create' | Roberto Ierusalimschy | 2024-01-18 | 3 | -2/+45 | |
* | | New mechanism to query GC parameters | Roberto Ierusalimschy | 2024-01-16 | 6 | -27/+35 | |
* | | Clear interface between references and predefines | Roberto Ierusalimschy | 2024-01-15 | 7 | -43/+92 | |
* | | Removed uses of LUA_NUMTAGS | Roberto Ierusalimschy | 2024-01-13 | 4 | -6/+4 | |
* | | Optimizations for 'lua_rawgeti' and 'lua_rawseti' | Roberto Ierusalimschy | 2024-01-12 | 4 | -49/+80 | |
* | | A few more tweaks in the garbage collector | Roberto Ierusalimschy | 2024-01-10 | 5 | -14/+33 | |
* | | Fixed buffers reuse absolute line information | Roberto Ierusalimschy | 2023-12-27 | 4 | -13/+36 | |
* | | Several tweaks in the garbage collector | Roberto Ierusalimschy | 2023-12-27 | 8 | -56/+98 | |
* | | Removed compatibility option LUA_COMPAT_GCPARAMS | Roberto Ierusalimschy | 2023-12-22 | 6 | -53/+20 | |
* | | New option "setparms" for 'collectgarbage' | Roberto Ierusalimschy | 2023-12-22 | 13 | -78/+163 | |
* | | GC parameters encoded as floating-point bytes | Roberto Ierusalimschy | 2023-12-20 | 8 | -57/+113 | |
* | | Option 0 for step multiplier makes GC non-incremental | Roberto Ierusalimschy | 2023-12-20 | 6 | -50/+84 | |
* | | Cleaner protocol between 'lua_dump' and writer function | Roberto Ierusalimschy | 2023-12-14 | 6 | -46/+66 | |
* | | Check minor->major made at the end of a minor cycle | Roberto Ierusalimschy | 2023-12-07 | 1 | -60/+35 | |
* | | First criteria for shifts minor<->major | Roberto Ierusalimschy | 2023-12-07 | 8 | -128/+187 | |
* | | Major collections done incrementally | Roberto Ierusalimschy | 2023-12-06 | 4 | -75/+80 | |
* | | Removed macro 'changeage' | Roberto Ierusalimschy | 2023-12-01 | 2 | -14/+12 | |
* | | Removed parameter in 'collectgarbage("step")' | Roberto Ierusalimschy | 2023-12-01 | 2 | -57/+3 | |
* | | Removed deprecated options in 'lua_gc' | Roberto Ierusalimschy | 2023-11-30 | 4 | -39/+10 | |
* | | Comments detailing the ages for generational GC | Roberto Ierusalimschy | 2023-11-29 | 5 | -16/+59 | |
* | | Details in the manual | Roberto Ierusalimschy | 2023-11-24 | 1 | -21/+13 | |
* | | Simpler coding for new representation for arrays | Roberto Ierusalimschy | 2023-11-24 | 3 | -50/+36 | |
* | | Buffer in 'luai_makeseed' measured in bytes | Roberto Ierusalimschy | 2023-11-15 | 2 | -12/+20 |