Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Main thread is a regular field of global_State | Roberto Ierusalimschy | 2025-01-31 | 1 | -2/+2 |
* | Details (in test library) | Roberto Ierusalimschy | 2025-01-29 | 1 | -5/+16 |
* | Renaming two new functions | Roberto Ierusalimschy | 2025-01-27 | 1 | -2/+2 |
* | Parameters for 'lua_createtable' back to int | Roberto Ierusalimschy | 2025-01-21 | 1 | -3/+3 |
* | fixing 'lua_status' in panic. | Roberto Ierusalimschy | 2025-01-16 | 1 | -2/+8 |
* | New function 'lua_printvalue' for internal debugging | Roberto Ierusalimschy | 2024-12-02 | 1 | -4/+36 |
* | New way to keep hints for table length | Roberto Ierusalimschy | 2024-11-29 | 1 | -3/+3 |
* | Debug information about extra arguments from __call | Roberto Ierusalimschy | 2024-11-19 | 1 | -0/+4 |
* | New rule for size of array part | Roberto Ierusalimschy | 2024-11-13 | 1 | -4/+7 |
* | Always use unsigned int for indexing table-arrays | Roberto Ierusalimschy | 2024-10-24 | 1 | -1/+1 |
* | Better support in 'ltests' for tracing the GC | Roberto Ierusalimschy | 2024-10-21 | 1 | -19/+49 |
* | GC back to controling pace counting bytes | Roberto Ierusalimschy | 2024-09-19 | 1 | -9/+9 |
* | '-Wconversion' extended to all options of Lua numbers | Roberto Ierusalimschy | 2024-07-27 | 1 | -14/+14 |
* | Added gcc option '-Wconversion' | Roberto Ierusalimschy | 2024-07-27 | 1 | -31/+31 |
* | 'printstack' (from ltests.c) made public | Roberto Ierusalimschy | 2024-07-05 | 1 | -2/+2 |
* | New instruction format for SETLIST/NEWTABLE | Roberto Ierusalimschy | 2024-06-28 | 1 | -0/+5 |
* | Flexible limit for use of registers by constructors | Roberto Ierusalimschy | 2024-06-27 | 1 | -1/+0 |
* | Bug: luaL_traceback may need more than 5 stack slots | Roberto Ierusalimschy | 2024-06-12 | 1 | -0/+5 |
* | Encoding of table indices (hres) must use C indices | Roberto Ierusalimschy | 2024-06-10 | 1 | -2/+2 |
* | Some 'unsigned int' changed to 'unsigned' | Roberto Ierusalimschy | 2024-03-22 | 1 | -1/+1 |
* | 'luaH_get' functions return tag of the result | Roberto Ierusalimschy | 2024-03-21 | 1 | -2/+4 |
* | New interface to function 'luaL_openselectedlibs' | Roberto Ierusalimschy | 2024-02-15 | 1 | -2/+3 |
* | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2024-01-25 | 1 | -2/+3 |
|\ | |||||
| * | Panic functions should not raise errors | Roberto Ierusalimschy | 2023-11-24 | 1 | -2/+3 |
* | | Clear interface between references and predefines | Roberto Ierusalimschy | 2024-01-15 | 1 | -3/+25 |
* | | Removed uses of LUA_NUMTAGS | Roberto Ierusalimschy | 2024-01-13 | 1 | -2/+2 |
* | | New option "setparms" for 'collectgarbage' | Roberto Ierusalimschy | 2023-12-22 | 1 | -6/+6 |
* | | GC parameters encoded as floating-point bytes | Roberto Ierusalimschy | 2023-12-20 | 1 | -6/+27 |
* | | Option 0 for step multiplier makes GC non-incremental | Roberto Ierusalimschy | 2023-12-20 | 1 | -4/+4 |
* | | Major collections done incrementally | Roberto Ierusalimschy | 2023-12-06 | 1 | -3/+3 |
* | | Comments detailing the ages for generational GC | Roberto Ierusalimschy | 2023-11-29 | 1 | -4/+6 |
* | | Buffer in 'luai_makeseed' measured in bytes | Roberto Ierusalimschy | 2023-11-15 | 1 | -0/+7 |
* | | External strings | Roberto Ierusalimschy | 2023-11-09 | 1 | -0/+33 |
* | | Merge branch 'newarray' into nextversion | Roberto Ierusalimschy | 2023-11-07 | 1 | -3/+7 |
|\ \ | |||||
| * | | Full abstraction for representation of array values | Roberto Ierusalimschy | 2023-10-30 | 1 | -3/+7 |
| |/ | |||||
* | | Added suport for Fixed Buffers | Roberto Ierusalimschy | 2023-09-05 | 1 | -2/+5 |
* | | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2023-06-22 | 1 | -1/+1 |
|\| | |||||
| * | "Emergency" new version 5.4.6v5.4.6 | Roberto Ierusalimschy | 2023-05-02 | 1 | -1/+1 |
* | | New function 'luaL_makeseed' | Roberto Ierusalimschy | 2023-03-20 | 1 | -2/+2 |
* | | Revamp of GC parameters | Roberto Ierusalimschy | 2022-12-13 | 1 | -2/+2 |
* | | New function 'luaL_openselectedlibs' | Roberto Ierusalimschy | 2022-12-07 | 1 | -20/+4 |
* | | Simpler control for major collections | Roberto Ierusalimschy | 2022-11-29 | 1 | -1/+1 |
* | | 'l_mem' renamed to 'l_obj' to count objects | Roberto Ierusalimschy | 2022-11-23 | 1 | -8/+8 |
* | | First version of GC counting objects for control | Roberto Ierusalimschy | 2022-11-23 | 1 | -0/+11 |
* | | Tables have a 'lastfree' information only when needed | Roberto Ierusalimschy | 2022-11-01 | 1 | -2/+1 |
|/ | |||||
* | Stack indices changed to union's | Roberto Ierusalimschy | 2022-10-29 | 1 | -12/+12 |
* | Bug: stack overflow with nesting of coroutine.close | Roberto Ierusalimschy | 2022-10-25 | 1 | -1/+1 |
* | Details | Roberto Ierusalimschy | 2022-10-19 | 1 | -5/+5 |
* | Bug: luaL_tolstring may get confused with negative index | Roberto Ierusalimschy | 2021-07-22 | 1 | -0/+3 |
* | Stack check in warning function for tests | Roberto Ierusalimschy | 2021-03-02 | 1 | -0/+2 |