Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Main thread is a regular field of global_State | Roberto Ierusalimschy | 2025-01-31 | 1 | -1/+1 |
* | New type 'TStatus' for thread status/error codes | Roberto Ierusalimschy | 2025-01-30 | 1 | -5/+5 |
* | CallInfo bit CIST_CLSRET broken in two | Roberto Ierusalimschy | 2025-01-28 | 1 | -3/+3 |
* | 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 | -2/+2 |
* | Small change in macro 'isvalid' | Roberto Ierusalimschy | 2025-01-16 | 1 | -3/+1 |
* | Improvements in the manual | Roberto Ierusalimschy | 2025-01-10 | 1 | -2/+1 |
* | More integration of 'nresults' into 'callstatus' | Roberto Ierusalimschy | 2024-11-15 | 1 | -3/+0 |
* | New function 'lua_numbertostrbuff' | Roberto Ierusalimschy | 2024-10-23 | 1 | -0/+12 |
* | No errors in 'luaO_pushvfstring' | Roberto Ierusalimschy | 2024-09-20 | 1 | -0/+2 |
* | Removed 'if' left from commit ddfa1fbccfe | Roberto Ierusalimschy | 2024-09-20 | 1 | -1/+0 |
* | USHRT_MAX changed to SHRT_MAX | Roberto Ierusalimschy | 2024-09-19 | 1 | -1/+1 |
* | GC back to controling pace counting bytes | Roberto Ierusalimschy | 2024-09-19 | 1 | -16/+3 |
* | Parameter for lua_gc/LUA_GCSTEP changed to 'size_t' | Roberto Ierusalimschy | 2024-09-10 | 1 | -1/+1 |
* | Rename of fields in global state that control GC | Roberto Ierusalimschy | 2024-09-06 | 1 | -2/+2 |
* | Added gcc option '-Wconversion' | Roberto Ierusalimschy | 2024-07-27 | 1 | -13/+13 |
* | 'nresults' moved into 'callstatus' | Roberto Ierusalimschy | 2024-07-21 | 1 | -3/+1 |
* | Using CIST_CLSRET instead of trick with 'nresults' | Roberto Ierusalimschy | 2024-07-19 | 1 | -5/+3 |
* | Explicit limit for number of results in a call | Roberto Ierusalimschy | 2024-07-18 | 1 | -2/+7 |
* | 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 |