aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Removed unused function 'luaD_inctop'HEADmasterRoberto I2026-06-032-7/+0
* Cleaning 'luaP_isIT' and 'luaP_isOT'Roberto I2026-05-283-23/+17
* Avoid warning in some compilersRoberto I2026-05-081-0/+1
* Small correction in luaP_opmodesRoberto I2026-04-291-1/+1
* DetailsRoberto Ierusalimschy2026-04-283-7/+12
* new macro 'setnilvalue2s'Roberto I2026-04-239-23/+24
* 'load' reader function doesn't need to preserve stackRoberto I2026-04-231-18/+9
* Bug: 'lua_load' does not preserve the stackRoberto I2026-04-237-27/+77
* DetailsRoberto I2026-04-212-11/+21
* Better error messages for vararg-table fieldsRoberto I2026-04-132-1/+4
* Avoid macros luaL_loadbuffer and luaL_loadfileRoberto I2026-04-076-15/+17
* Stricter test for use of '__builtin_expect'Roberto I2026-04-011-1/+1
* Bug: wrong initialization in result from 'gmatch'Roberto Ierusalimschy2026-04-012-2/+18
* Bug: Loading a binary chunk does not run the GCRoberto I2026-04-011-0/+1
* Adjustment in useless parameter L in macros luai_num*Roberto I2026-03-152-9/+9
* 'table.tunpack' using 'aux_getn' like the othersRoberto I2026-03-092-4/+20
* DetailsRoberto I2026-03-092-2/+2
* Slightly better documentation for LUAI_MAXALIGNRoberto I2026-03-092-4/+15
* BUG: shift overflow in utf-8 decodeRoberto I2026-02-183-3/+18
* DetailsRoberto Ierusalimschy2026-02-102-10/+10
* Avoid an assignment of values that overlapRoberto Ierusalimschy2026-02-091-4/+5
* Environment variable for readline library nameRoberto I2026-01-302-7/+40
* New year and (eventual) new releaseRoberto I2026-01-292-4/+4
* Explanation about char* parameters in the C APIRoberto I2026-01-231-1/+13
* Another way to handle option -ERoberto I2026-01-221-6/+16
* Some compilation options configurable from makefileRoberto Ierusalimschy2026-01-205-5/+20
* New compile option LUA_COMPAT_LOOPVARRoberto I2026-01-162-2/+18
* More effort in avoiding errors in finalizersRoberto I2026-01-118-16/+118
* Special case for 'string.rep' over an empty stringRoberto I2026-01-042-5/+5
* BUG: Possible overflow in 'string.packsize'Roberto I2026-01-041-1/+1
* DetailsRoberto I2026-01-041-4/+5
* DetailsRoberto I2025-12-302-5/+4
* BUG: Arithmetic overflow in 'collectgarbage"step"'Roberto I2025-12-271-2/+7
* DetailsRoberto I2025-12-233-3/+3
* GC checks stack space before running finalizerv5.5.0Roberto I2025-12-133-3/+16
* 'luaL_newstate' starts state with warnings onRoberto I2025-12-132-2/+3
* Format adjust in the manualRoberto I2025-12-101-19/+19
* DetailsRoberto I2025-12-082-8/+8
* Wrong assert in 'luaK_indexed'Roberto I2025-12-081-3/+5
* In luaB_close, running coroutines do not go to defaultrcRoberto I2025-12-011-4/+6
* Functions with vararg tables don't need hidden args.Roberto I2025-11-289-43/+70
* New conceptual model for varargRoberto I2025-11-2611-69/+154
* DetailsRoberto I2025-11-243-16/+23
* '__pairs' can also return a to-be-closed objectRoberto I2025-11-113-9/+15
* External strings are as good as internal onesRoberto I2025-11-114-6/+28
* Correction in line info for semantic errorsRoberto I2025-11-112-22/+43
* Global initialization checks name conflictRoberto I2025-11-0813-9/+87
* DetailsRoberto I2025-10-313-8/+10
* Vertical bar removed from syntax of vararg tableRoberto I2025-10-305-22/+20
* Case VVARGIND added to luaK_storevarRoberto Ierusalimschy2025-10-302-0/+16