aboutsummaryrefslogtreecommitdiff
path: root/lapi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Main thread is a regular field of global_StateRoberto Ierusalimschy2025-01-311-1/+1
* New type 'TStatus' for thread status/error codesRoberto Ierusalimschy2025-01-301-5/+5
* CallInfo bit CIST_CLSRET broken in twoRoberto Ierusalimschy2025-01-281-3/+3
* Renaming two new functionsRoberto Ierusalimschy2025-01-271-2/+2
* Parameters for 'lua_createtable' back to intRoberto Ierusalimschy2025-01-211-2/+2
* Small change in macro 'isvalid'Roberto Ierusalimschy2025-01-161-3/+1
* Improvements in the manualRoberto Ierusalimschy2025-01-101-2/+1
* More integration of 'nresults' into 'callstatus'Roberto Ierusalimschy2024-11-151-3/+0
* New function 'lua_numbertostrbuff'Roberto Ierusalimschy2024-10-231-0/+12
* No errors in 'luaO_pushvfstring'Roberto Ierusalimschy2024-09-201-0/+2
* Removed 'if' left from commit ddfa1fbccfeRoberto Ierusalimschy2024-09-201-1/+0
* USHRT_MAX changed to SHRT_MAXRoberto Ierusalimschy2024-09-191-1/+1
* GC back to controling pace counting bytesRoberto Ierusalimschy2024-09-191-16/+3
* Parameter for lua_gc/LUA_GCSTEP changed to 'size_t'Roberto Ierusalimschy2024-09-101-1/+1
* Rename of fields in global state that control GCRoberto Ierusalimschy2024-09-061-2/+2
* Added gcc option '-Wconversion'Roberto Ierusalimschy2024-07-271-13/+13
* 'nresults' moved into 'callstatus'Roberto Ierusalimschy2024-07-211-3/+1
* Using CIST_CLSRET instead of trick with 'nresults'Roberto Ierusalimschy2024-07-191-5/+3
* Explicit limit for number of results in a callRoberto Ierusalimschy2024-07-181-2/+7
* Length of external strings must fit in Lua integerRoberto Ierusalimschy2024-06-241-0/+1
* 'luaH_get' functions return tag of the resultRoberto Ierusalimschy2024-03-211-34/+35
* 'luaH_get' functions return 'TValue'Roberto Ierusalimschy2024-03-181-31/+30
* API asserts for illegal pops of to-be-closed variablesRoberto Ierusalimschy2024-03-111-25/+27
* Fixed warnings from different compilersRoberto Ierusalimschy2024-02-151-1/+1
* Better handling of size limit when resizing a tableRoberto Ierusalimschy2024-02-071-1/+1
* DetailsRoberto Ierusalimschy2024-01-291-2/+1
* New mechanism to query GC parametersRoberto Ierusalimschy2024-01-161-2/+3
* Optimizations for 'lua_rawgeti' and 'lua_rawseti'Roberto Ierusalimschy2024-01-121-8/+11
* A few more tweaks in the garbage collectorRoberto Ierusalimschy2024-01-101-0/+14
* Several tweaks in the garbage collectorRoberto Ierusalimschy2023-12-271-6/+12
* Removed compatibility option LUA_COMPAT_GCPARAMSRoberto Ierusalimschy2023-12-221-14/+0
* New option "setparms" for 'collectgarbage'Roberto Ierusalimschy2023-12-221-7/+17
* GC parameters encoded as floating-point bytesRoberto Ierusalimschy2023-12-201-13/+6
* Cleaner protocol between 'lua_dump' and writer functionRoberto Ierusalimschy2023-12-141-25/+7
* First criteria for shifts minor<->majorRoberto Ierusalimschy2023-12-071-11/+14
* Major collections done incrementallyRoberto Ierusalimschy2023-12-061-1/+1
* Removed parameter in 'collectgarbage("step")'Roberto Ierusalimschy2023-12-011-16/+2
* Removed deprecated options in 'lua_gc'Roberto Ierusalimschy2023-11-301-15/+3
* External stringsRoberto Ierusalimschy2023-11-091-0/+14
* Merge branch 'newarray' into nextversionRoberto Ierusalimschy2023-11-071-58/+52
|\
| * Merge branch 'master' into newarrayRoberto Ierusalimschy2023-11-031-2/+2
| |\
| * | Full abstraction for representation of array valuesRoberto Ierusalimschy2023-10-301-17/+14
| * | Some cleaning in the new table APIRoberto Ierusalimschy2023-05-161-36/+34
| * | New table API for 'set' functionsRoberto Ierusalimschy2023-05-161-14/+17
| * | Towards a new implementation of arraysRoberto Ierusalimschy2023-05-151-18/+14
* | | Merge branch 'master' into nextversionRoberto Ierusalimschy2023-08-231-2/+2
|\ \ \ | | |/ | |/|
| * | More disciplined use of 'getstr' and 'tsslen'Roberto Ierusalimschy2023-08-171-2/+2
| |/
* | Dump/undump reuse stringsRoberto Ierusalimschy2022-12-151-4/+25
* | Changed signal of GC debtRoberto Ierusalimschy2022-12-131-4/+4
* | Revamp of GC parametersRoberto Ierusalimschy2022-12-131-15/+15