tag:github.com,2008:https://github.com/seanwallawalla/lua/releasesTags from lua2022-01-13T11:15:03Ztag:github.com,2008:Repository/517251957/v5.4.42022-01-13T11:15:03Zv5.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-ierutag:github.com,2008:Repository/517251957/v5.4.32021-03-12T18:03:33Zv5.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-ierutag:github.com,2008:Repository/517251957/v5.4.22020-11-13T12:59:07Zv5.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-ierutag:github.com,2008:Repository/517251957/v5.4.12020-09-29T13:25:50Zv5.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-ierutag:github.com,2008:Repository/517251957/v5.3.62020-08-18T17:48:43Zv5.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-ierutag:github.com,2008:Repository/517251957/v5.4.02020-06-18T14:07:27Zv5.4.0: Details<p>Details</p>
<p>Added as incompatibility, in the manual, the extra return of 'io.lines'.</p>roberto-ierutag:github.com,2008:Repository/517251957/v5.4-beta2019-10-17T16:19:46Zv5.4-betaroberto-ierutag:github.com,2008:Repository/517251957/v5.4-alpha2019-06-13T14:08:09Zv5.4-alpharoberto-ierutag:github.com,2008:Repository/517251957/v5.3.52018-12-17T16:52:00Zv5.3.5roberto-ierutag:github.com,2008:Repository/517251957/v5.4-w22018-07-09T14:12:50Zv5.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