aboutsummaryrefslogtreecommitdiff
path: root/.gitignore (unfollow)
Commit message (Expand)AuthorFilesLines
2026-05-28Cleaning 'luaP_isIT' and 'luaP_isOT'Roberto I3-23/+17
2026-05-08Avoid warning in some compilersRoberto I1-0/+1
2026-04-29Small correction in luaP_opmodesRoberto I1-1/+1
2026-04-28DetailsRoberto Ierusalimschy3-7/+12
2026-04-23new macro 'setnilvalue2s'Roberto I9-23/+24
2026-04-23'load' reader function doesn't need to preserve stackRoberto I1-18/+9
2026-04-23Bug: 'lua_load' does not preserve the stackRoberto I7-27/+77
2026-04-21DetailsRoberto I2-11/+21
2026-04-13Better error messages for vararg-table fieldsRoberto I2-1/+4
2026-04-07Avoid macros luaL_loadbuffer and luaL_loadfileRoberto I6-15/+17
2026-04-01Stricter test for use of '__builtin_expect'Roberto I1-1/+1
2026-04-01Bug: wrong initialization in result from 'gmatch'Roberto Ierusalimschy2-2/+18
2026-04-01Bug: Loading a binary chunk does not run the GCRoberto I1-0/+1
2026-03-15Adjustment in useless parameter L in macros luai_num*Roberto I2-9/+9
2026-03-09'table.tunpack' using 'aux_getn' like the othersRoberto I2-4/+20
2026-03-09DetailsRoberto I2-2/+2
2026-03-09Slightly better documentation for LUAI_MAXALIGNRoberto I2-4/+15
2026-02-18BUG: shift overflow in utf-8 decodeRoberto I3-3/+18
2026-02-10DetailsRoberto Ierusalimschy2-10/+10
2026-02-09Avoid an assignment of values that overlapRoberto Ierusalimschy1-4/+5
2026-01-30Environment variable for readline library nameRoberto I2-7/+40
2026-01-29New year and (eventual) new releaseRoberto I2-4/+4
2026-01-23Explanation about char* parameters in the C APIRoberto I1-1/+13
2026-01-22Another way to handle option -ERoberto I1-6/+16
2026-01-20Some compilation options configurable from makefileRoberto Ierusalimschy5-5/+20
2026-01-16New compile option LUA_COMPAT_LOOPVARRoberto I2-2/+18
2026-01-11More effort in avoiding errors in finalizersRoberto I8-16/+118
2026-01-04Special case for 'string.rep' over an empty stringRoberto I2-5/+5
2026-01-04BUG: Possible overflow in 'string.packsize'Roberto I1-1/+1
2026-01-04DetailsRoberto I1-4/+5
2025-12-30DetailsRoberto I2-5/+4
2025-12-27BUG: Arithmetic overflow in 'collectgarbage"step"'Roberto I1-2/+7
2025-12-23DetailsRoberto I3-3/+3
2025-12-13GC checks stack space before running finalizerv5.5.0Roberto I3-3/+16
2025-12-13'luaL_newstate' starts state with warnings onRoberto I2-2/+3
2025-12-10Format adjust in the manualRoberto I1-19/+19
2025-12-08DetailsRoberto I2-8/+8
2025-12-08Wrong assert in 'luaK_indexed'Roberto I1-3/+5
2025-12-01In luaB_close, running coroutines do not go to defaultrcRoberto I1-4/+6
2025-11-28Functions with vararg tables don't need hidden args.Roberto I9-43/+70
2025-11-26New conceptual model for varargRoberto I11-69/+154
2025-11-24DetailsRoberto I3-16/+23
2025-11-11'__pairs' can also return a to-be-closed objectRoberto I3-9/+15
2025-11-11External strings are as good as internal onesRoberto I4-6/+28
2025-11-11Correction in line info for semantic errorsRoberto I2-22/+43
2025-11-08Global initialization checks name conflictRoberto I13-9/+87
2025-10-31DetailsRoberto I3-8/+10
2025-10-30Vertical bar removed from syntax of vararg tableRoberto I5-22/+20
2025-10-30Case VVARGIND added to luaK_storevarRoberto Ierusalimschy2-0/+16
2025-10-29Fixed initialization of global variablesRoberto I3-13/+52