Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Length of external strings must fit in Lua integer | Roberto Ierusalimschy | 2024-06-24 | 1 | -0/+1 |
* | 'luaH_get' functions return tag of the result | Roberto Ierusalimschy | 2024-03-21 | 1 | -34/+35 |
* | 'luaH_get' functions return 'TValue' | Roberto Ierusalimschy | 2024-03-18 | 1 | -31/+30 |
* | API asserts for illegal pops of to-be-closed variables | Roberto Ierusalimschy | 2024-03-11 | 1 | -25/+27 |
* | Fixed warnings from different compilers | Roberto Ierusalimschy | 2024-02-15 | 1 | -1/+1 |
* | Better handling of size limit when resizing a table | Roberto Ierusalimschy | 2024-02-07 | 1 | -1/+1 |
* | Details | Roberto Ierusalimschy | 2024-01-29 | 1 | -2/+1 |
* | New mechanism to query GC parameters | Roberto Ierusalimschy | 2024-01-16 | 1 | -2/+3 |
* | Optimizations for 'lua_rawgeti' and 'lua_rawseti' | Roberto Ierusalimschy | 2024-01-12 | 1 | -8/+11 |
* | A few more tweaks in the garbage collector | Roberto Ierusalimschy | 2024-01-10 | 1 | -0/+14 |
* | Several tweaks in the garbage collector | Roberto Ierusalimschy | 2023-12-27 | 1 | -6/+12 |
* | Removed compatibility option LUA_COMPAT_GCPARAMS | Roberto Ierusalimschy | 2023-12-22 | 1 | -14/+0 |
* | New option "setparms" for 'collectgarbage' | Roberto Ierusalimschy | 2023-12-22 | 1 | -7/+17 |
* | GC parameters encoded as floating-point bytes | Roberto Ierusalimschy | 2023-12-20 | 1 | -13/+6 |
* | Cleaner protocol between 'lua_dump' and writer function | Roberto Ierusalimschy | 2023-12-14 | 1 | -25/+7 |
* | First criteria for shifts minor<->major | Roberto Ierusalimschy | 2023-12-07 | 1 | -11/+14 |
* | Major collections done incrementally | Roberto Ierusalimschy | 2023-12-06 | 1 | -1/+1 |
* | Removed parameter in 'collectgarbage("step")' | Roberto Ierusalimschy | 2023-12-01 | 1 | -16/+2 |
* | Removed deprecated options in 'lua_gc' | Roberto Ierusalimschy | 2023-11-30 | 1 | -15/+3 |
* | External strings | Roberto Ierusalimschy | 2023-11-09 | 1 | -0/+14 |
* | Merge branch 'newarray' into nextversion | Roberto Ierusalimschy | 2023-11-07 | 1 | -58/+52 |
|\ | |||||
| * | Merge branch 'master' into newarray | Roberto Ierusalimschy | 2023-11-03 | 1 | -2/+2 |
| |\ | |||||
| * | | Full abstraction for representation of array values | Roberto Ierusalimschy | 2023-10-30 | 1 | -17/+14 |
| * | | Some cleaning in the new table API | Roberto Ierusalimschy | 2023-05-16 | 1 | -36/+34 |
| * | | New table API for 'set' functions | Roberto Ierusalimschy | 2023-05-16 | 1 | -14/+17 |
| * | | Towards a new implementation of arrays | Roberto Ierusalimschy | 2023-05-15 | 1 | -18/+14 |
* | | | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2023-08-23 | 1 | -2/+2 |
|\ \ \ | | |/ | |/| | |||||
| * | | More disciplined use of 'getstr' and 'tsslen' | Roberto Ierusalimschy | 2023-08-17 | 1 | -2/+2 |
| |/ | |||||
* | | Dump/undump reuse strings | Roberto Ierusalimschy | 2022-12-15 | 1 | -4/+25 |
* | | Changed signal of GC debt | Roberto Ierusalimschy | 2022-12-13 | 1 | -4/+4 |
* | | Revamp of GC parameters | Roberto Ierusalimschy | 2022-12-13 | 1 | -15/+15 |
* | | Simplification in handling of GC debt | Roberto Ierusalimschy | 2022-12-06 | 1 | -13/+17 |
* | | Simpler control for major collections | Roberto Ierusalimschy | 2022-11-29 | 1 | -2/+2 |
* | | Removed GC checks from function calls | Roberto Ierusalimschy | 2022-11-24 | 1 | -2/+3 |
* | | 'l_mem' renamed to 'l_obj' to count objects | Roberto Ierusalimschy | 2022-11-23 | 1 | -3/+3 |
* | | First version of GC counting objects for control | Roberto Ierusalimschy | 2022-11-23 | 1 | -4/+5 |
|/ | |||||
* | Stack indices changed to union's | Roberto Ierusalimschy | 2022-10-29 | 1 | -116/+119 |
* | Bug: 'lua_settop' may use an invalid pointer to stack | Roberto Ierusalimschy | 2022-05-25 | 1 | -3/+2 |
* | 'lua_checkstack' doesn't need to check stack overflow | Roberto Ierusalimschy | 2022-05-23 | 1 | -7/+2 |
* | Details | Roberto Ierusalimschy | 2021-12-21 | 1 | -1/+1 |
* | Bug: GC is not reentrant | Roberto Ierusalimschy | 2021-12-13 | 1 | -8/+9 |
* | Using 'inline' in some functions | Roberto Ierusalimschy | 2021-09-15 | 1 | -5/+7 |
* | 'index2value' more robust | Roberto Ierusalimschy | 2021-05-24 | 1 | -5/+13 |
* | lua_settop/lua_pop closes to-be-closed variables | Roberto Ierusalimschy | 2021-03-09 | 1 | -7/+8 |
* | New implementation for to-be-closed variables | Roberto Ierusalimschy | 2021-02-09 | 1 | -6/+3 |
* | New macro 'completestate' | Roberto Ierusalimschy | 2021-02-05 | 1 | -1/+1 |
* | Fixed some bugs around stack reallocation | Roberto Ierusalimschy | 2021-02-05 | 1 | -0/+1 |
* | Janitorial work | Roberto Ierusalimschy | 2021-01-25 | 1 | -1/+2 |
* | Allow yields inside '__close' metamethods | Roberto Ierusalimschy | 2021-01-13 | 1 | -2/+2 |
* | New API function 'lua_closeslot' | Roberto Ierusalimschy | 2021-01-11 | 1 | -1/+18 |