Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2024-03-15 | Removed "bulk operations" | Roberto Ierusalimschy | 1 | -29/+7 |
2024-03-15 | Added "bulk operations" to arrays | Roberto Ierusalimschy | 3 | -35/+99 |
2024-03-13 | Details | Roberto Ierusalimschy | 4 | -6/+5 |
2024-03-13 | Removed type 'varint_t' | Roberto Ierusalimschy | 3 | -32/+23 |
2024-03-11 | API asserts for illegal pops of to-be-closed variables | Roberto Ierusalimschy | 5 | -30/+45 |
2024-02-15 | Fixed warnings from different compilers | Roberto Ierusalimschy | 4 | -6/+10 |
2024-02-15 | New interface to function 'luaL_openselectedlibs' | Roberto Ierusalimschy | 8 | -56/+80 |
2024-02-12 | Revising code for Varint encoding in dumps | Roberto Ierusalimschy | 3 | -29/+45 |
2024-02-07 | Removed deprecated function 'setcstacklimit' | Roberto Ierusalimschy | 3 | -16/+0 |
2024-02-07 | Field 'lastfree' changed (back) to 'Node *' | Roberto Ierusalimschy | 1 | -14/+16 |
2024-02-07 | Better handling of size limit when resizing a table | Roberto Ierusalimschy | 6 | -21/+37 |
2024-01-29 | Details | Roberto Ierusalimschy | 7 | -24/+25 |
2024-01-25 | Small optimization in 'luaH_psetint' | Roberto Ierusalimschy | 2 | -4/+5 |
2024-01-18 | New function 'table.create' | Roberto Ierusalimschy | 3 | -2/+45 |
2024-01-16 | New mechanism to query GC parameters | Roberto Ierusalimschy | 6 | -27/+35 |
2024-01-15 | Clear interface between references and predefines | Roberto Ierusalimschy | 7 | -43/+92 |
2024-01-13 | Removed uses of LUA_NUMTAGS | Roberto Ierusalimschy | 4 | -6/+4 |
2024-01-12 | Optimizations for 'lua_rawgeti' and 'lua_rawseti' | Roberto Ierusalimschy | 4 | -49/+80 |
2024-01-11 | Bug: Yielding in a hook stops in the wrong instruction | Roberto Ierusalimschy | 3 | -6/+11 |
2024-01-10 | A few more tweaks in the garbage collector | Roberto Ierusalimschy | 5 | -14/+33 |
2023-12-27 | Fixed buffers reuse absolute line information | Roberto Ierusalimschy | 4 | -13/+36 |
2023-12-27 | Several tweaks in the garbage collector | Roberto Ierusalimschy | 8 | -56/+98 |
2023-12-22 | Removed compatibility option LUA_COMPAT_GCPARAMS | Roberto Ierusalimschy | 6 | -53/+20 |
2023-12-22 | New option "setparms" for 'collectgarbage' | Roberto Ierusalimschy | 13 | -78/+163 |
2023-12-21 | Bug: Buffer overflow in string concatenation | Roberto Ierusalimschy | 2 | -2/+2 |
2023-12-20 | GC parameters encoded as floating-point bytes | Roberto Ierusalimschy | 8 | -57/+113 |
2023-12-20 | Option 0 for step multiplier makes GC non-incremental | Roberto Ierusalimschy | 6 | -50/+84 |
2023-12-14 | Cleaner protocol between 'lua_dump' and writer function | Roberto Ierusalimschy | 6 | -46/+66 |
2023-12-07 | Check minor->major made at the end of a minor cycle | Roberto Ierusalimschy | 1 | -60/+35 |
2023-12-07 | First criteria for shifts minor<->major | Roberto Ierusalimschy | 8 | -128/+187 |
2023-12-06 | Major collections done incrementally | Roberto Ierusalimschy | 4 | -75/+80 |
2023-12-01 | Removed macro 'changeage' | Roberto Ierusalimschy | 2 | -14/+12 |
2023-12-01 | Removed parameter in 'collectgarbage("step")' | Roberto Ierusalimschy | 2 | -57/+3 |
2023-11-30 | Removed deprecated options in 'lua_gc' | Roberto Ierusalimschy | 4 | -39/+10 |
2023-11-29 | Comments detailing the ages for generational GC | Roberto Ierusalimschy | 5 | -16/+59 |
2023-11-24 | Panic functions should not raise errors | Roberto Ierusalimschy | 3 | -4/+14 |
2023-11-24 | Details in the manual | Roberto Ierusalimschy | 1 | -21/+13 |
2023-11-24 | Simpler coding for new representation for arrays | Roberto Ierusalimschy | 3 | -50/+36 |
2023-11-15 | Buffer in 'luai_makeseed' measured in bytes | Roberto Ierusalimschy | 2 | -12/+20 |
2023-11-13 | Default paths stored as external strings | Roberto Ierusalimschy | 1 | -2/+3 |
2023-11-13 | Auxiliary buffer uses external strings | Roberto Ierusalimschy | 3 | -27/+40 |
2023-11-13 | Correct anchoring and GC barriers in 'loadString' | Roberto Ierusalimschy | 2 | -42/+37 |
2023-11-10 | Fixed buffers save long strings as external. | Roberto Ierusalimschy | 4 | -16/+29 |
2023-11-09 | External strings | Roberto Ierusalimschy | 9 | -14/+195 |
2023-11-08 | Towards external strings | Roberto Ierusalimschy | 4 | -22/+36 |
2023-11-08 | Details | Roberto Ierusalimschy | 1 | -9/+18 |
2023-11-08 | Solving merge issue with use of tables in dump/undump | Roberto Ierusalimschy | 2 | -6/+7 |
2023-11-03 | Full implementation of new representation for arrays | Roberto Ierusalimschy | 5 | -29/+96 |
2023-11-01 | Bug: Recursion in 'getobjname' can stack overflow | Roberto Ierusalimschy | 2 | -69/+87 |
2023-10-30 | Full abstraction for representation of array values | Roberto Ierusalimschy | 9 | -93/+128 |