Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | New implementation for to-be-closed variables | Roberto Ierusalimschy | 2021-02-09 | 1 | -0/+1 |
* | New API function 'lua_closeslot' | Roberto Ierusalimschy | 2021-01-11 | 1 | -0/+3 |
* | Review of asserts in 'ltests.c' | Roberto Ierusalimschy | 2020-12-08 | 1 | -56/+70 |
* | 'luaL_newstate' should not allocate extra memory | Roberto Ierusalimschy | 2020-11-03 | 1 | -1/+1 |
* | Hash always use all characters in a long string | Roberto Ierusalimschy | 2020-10-12 | 1 | -1/+0 |
* | No more field 'lua_State.stacksize' | Roberto Ierusalimschy | 2020-10-12 | 1 | -4/+4 |
* | Better tests for gray lists | Roberto Ierusalimschy | 2020-08-07 | 1 | -9/+31 |
* | Clearer handling of gray lists when entering generational mode | Roberto Ierusalimschy | 2020-08-03 | 1 | -12/+48 |
* | Details | Roberto Ierusalimschy | 2020-07-29 | 1 | -2/+2 |
* | Function 'printobj' in 'ltests.c' made public | Roberto Ierusalimschy | 2020-07-27 | 1 | -0/+4 |
* | Make sure that main thread is non yieldable | Roberto Ierusalimschy | 2020-07-06 | 1 | -2/+5 |
* | Avoid memory allocation in some functions from 'ltests.c' | Roberto Ierusalimschy | 2020-07-04 | 1 | -7/+20 |
* | In 'lua_checkmemory', userdata can be gray, too | Roberto Ierusalimschy | 2020-06-15 | 1 | -0/+4 |
* | Avoid calling 'fprintf' with NULL | Roberto Ierusalimschy | 2020-06-09 | 1 | -1/+3 |
* | Fixed bug in 'string.format("%p")' | Roberto Ierusalimschy | 2020-03-16 | 1 | -2/+1 |
* | Details | Roberto Ierusalimschy | 2020-02-27 | 1 | -5/+7 |
* | Clearer distinction between types and tags | Roberto Ierusalimschy | 2020-01-31 | 1 | -19/+19 |
* | Comments (mosty typos) | Roberto Ierusalimschy | 2019-12-30 | 1 | -2/+2 |
* | Details (mostly comments) | Roberto Ierusalimschy | 2019-10-22 | 1 | -1/+1 |