<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lua, branch v5.4.5</title>
<subtitle>A mirror of https://github.com/lua/lua
</subtitle>
<id>https://git.lua4.win/lua/atom?h=v5.4.5</id>
<link rel='self' href='https://git.lua4.win/lua/atom?h=v5.4.5'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/'/>
<updated>2023-04-18T12:44:10+00:00</updated>
<entry>
<title>Details</title>
<updated>2023-04-18T12:44:10+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2023-04-18T12:44:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=e15f1f2bb7a38a3c94519294d031e48508d65006'/>
<id>urn:sha1:e15f1f2bb7a38a3c94519294d031e48508d65006</id>
<content type='text'>
Typos in comments and details in the manual.
</content>
</entry>
<entry>
<title>New year (2023)</title>
<updated>2023-03-31T14:47:31+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2023-03-31T14:47:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=b5c65705ca78560cd2735778737122ea5f858bd0'/>
<id>urn:sha1:b5c65705ca78560cd2735778737122ea5f858bd0</id>
<content type='text'>
Also, small tweak in makefile. (-Wsign-compare is already enabled by
-Wextra.)
</content>
</entry>
<entry>
<title>More orderliness in casts of enumerations</title>
<updated>2023-03-27T19:29:39+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2023-03-27T19:29:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=7ca8105a2ea7b6a0d7b55b59d273ccd271c35268'/>
<id>urn:sha1:7ca8105a2ea7b6a0d7b55b59d273ccd271c35268</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More regularity in uses of enums in 'lcode.c'</title>
<updated>2023-03-24T18:52:03+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2023-03-24T18:52:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=94689ac3ad290caf3bada21c389a991f55391987'/>
<id>urn:sha1:94689ac3ad290caf3bada21c389a991f55391987</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bug: Loading a corrupted binary file can segfault</title>
<updated>2023-03-17T18:52:09+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2023-03-17T18:52:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=ab859fe59b464a038a45552921cb2b23892343af'/>
<id>urn:sha1:ab859fe59b464a038a45552921cb2b23892343af</id>
<content type='text'>
The size of the list of upvalue names are stored separated from the
size of the list of upvalues, but they share the same array.
</content>
</entry>
<entry>
<title>Details</title>
<updated>2023-03-09T14:12:11+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2023-03-09T14:12:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=c4b71b7ba0dee419b5bda1ec297eca8e42c9f1d2'/>
<id>urn:sha1:c4b71b7ba0dee419b5bda1ec297eca8e42c9f1d2</id>
<content type='text'>
Comments in 'onelua.c'
</content>
</entry>
<entry>
<title>Corrected support for 16-bit systems</title>
<updated>2023-03-09T14:10:04+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2023-03-09T14:10:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=1de2f31694ddbc86b18e491c8aedc91791f512e2'/>
<id>urn:sha1:1de2f31694ddbc86b18e491c8aedc91791f512e2</id>
<content type='text'>
We still need access to a 16-bit system to correctly test
these changes.
</content>
</entry>
<entry>
<title>Bug: Wrong line in error message for arith. errors</title>
<updated>2023-02-08T17:15:41+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2023-02-08T17:15:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=02bab9fc258fe1cbc6088b1bd61193499d058eff'/>
<id>urn:sha1:02bab9fc258fe1cbc6088b1bd61193499d058eff</id>
<content type='text'>
It also causes 'L-&gt;top' to be wrong when the error happens,
triggering an 'assert'.
</content>
</entry>
<entry>
<title>Simpler definition for LUA_STRFTIMEOPTIONS</title>
<updated>2023-02-07T13:48:39+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2023-02-07T13:48:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=5e08b41567c5723c9f599d02a7511aa398f7c646'/>
<id>urn:sha1:5e08b41567c5723c9f599d02a7511aa398f7c646</id>
<content type='text'>
There is no need for those intermediate definitions.
</content>
</entry>
<entry>
<title>New macro LUA_USE_IOS</title>
<updated>2023-02-02T16:43:41+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2023-02-02T16:43:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=cf08915d62e338c987b71c078b148490510e9fe7'/>
<id>urn:sha1:cf08915d62e338c987b71c078b148490510e9fe7</id>
<content type='text'>
Do not try to detect automatically whether system is iOS; it is
simpler and more reliable to let the programmer inform that.
</content>
</entry>
</feed>
