tag:github.com,2008:https://github.com/seanwallawalla/lua/releases Tags from lua 2022-01-13T11:15:03Z tag:github.com,2008:Repository/517251957/v5.4.4 2022-01-13T11:15:03Z v5.4.4: Explanation of borders in the manual <p>Explanation of borders in the manual</p> <p>The explanation includes the limit case of maxinteger being a border. <br />It also avoids the term "natural", which might include large floats <br />with natural values.</p> roberto-ieru tag:github.com,2008:Repository/517251957/v5.4.3 2021-03-12T18:03:33Z v5.4.3: Added option LUA_NOBUILTIN <p>Added option LUA_NOBUILTIN</p> <p>This option allows external code to avoid the use of gcc builtin macro <br />'__builtin_expect' in the Lua API.</p> roberto-ieru tag:github.com,2008:Repository/517251957/v5.4.2 2020-11-13T12:59:07Z v5.4.2: Optimization for 'n^2' <p>Optimization for 'n^2'</p> <p>Squares are much more common than other exponentiations, and 'n*n' is <br />much more efficient than 'pow'.</p> roberto-ieru tag:github.com,2008:Repository/517251957/v5.4.1 2020-09-29T13:25:50Z v5.4.1: Merge branch 'master' of https://github.com/lua/lua <p>Merge branch 'master' of <a href="https://github.com/lua/lua">https://github.com/lua/lua</a></p> <p>Adding file README.md to local repository.</p> roberto-ieru tag:github.com,2008:Repository/517251957/v5.3.6 2020-08-18T17:48:43Z v5.3.6: Fixed bug of long strings in binary chunks <p>Fixed bug of long strings in binary chunks</p> <p>When "undumping" a long string, the function 'LoadVector' can call the <br />reader function, which can run the garbage collector, which can collect <br />the string being read. So, the string must be anchored during the call <br />to 'LoadVector'. (This commit also fixes the identation in 'l_alloc'.)</p> roberto-ieru tag:github.com,2008:Repository/517251957/v5.4.0 2020-06-18T14:07:27Z v5.4.0: Details <p>Details</p> <p>Added as incompatibility, in the manual, the extra return of 'io.lines'.</p> roberto-ieru tag:github.com,2008:Repository/517251957/v5.4-beta 2019-10-17T16:19:46Z v5.4-beta roberto-ieru tag:github.com,2008:Repository/517251957/v5.4-alpha 2019-06-13T14:08:09Z v5.4-alpha roberto-ieru tag:github.com,2008:Repository/517251957/v5.3.5 2018-12-17T16:52:00Z v5.3.5 roberto-ieru tag:github.com,2008:Repository/517251957/v5.4-w2 2018-07-09T14:12:50Z v5.4-w2: Version 5.4-w2, first version for development using GIT. <p>Version 5.4-w2, first version for development using GIT.</p> <p>From this version on, this GIT is the official repository of Lua. Previous <br />versions are translations from the RCS used previously, and may not be <br />accurate.</p> roberto-ieru