<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lua, branch v5.4-w2</title>
<subtitle>A mirror of https://github.com/lua/lua
</subtitle>
<id>https://git.lua4.win/lua/atom?h=v5.4-w2</id>
<link rel='self' href='https://git.lua4.win/lua/atom?h=v5.4-w2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/'/>
<updated>2018-06-19T19:23:57+00:00</updated>
<entry>
<title>opening functions must be exported!</title>
<updated>2018-06-19T19:23:57+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2018-06-19T19:23:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=f59e6a93c0ad38a27a420e51abf8f13d962446b5'/>
<id>urn:sha1:f59e6a93c0ad38a27a420e51abf8f13d962446b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>several details</title>
<updated>2018-06-18T18:25:19+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2018-06-18T18:25:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=6683f83b51bf87cad0980712955c959c4c128e24'/>
<id>urn:sha1:6683f83b51bf87cad0980712955c959c4c128e24</id>
<content type='text'>
</content>
</entry>
<entry>
<title>in generational mode, an emergency collection can turn any object black</title>
<updated>2018-06-18T17:58:21+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2018-06-18T17:58:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=a314409dba5579b3523460f4e385574fce40aeb2'/>
<id>urn:sha1:a314409dba5579b3523460f4e385574fce40aeb2</id>
<content type='text'>
during any memory allocation +
'luaT_getvarargs' may reallocate the stack, and therefore the top must
be correct.
</content>
</entry>
<entry>
<title>in generational mode, an emergency collection can turn any object black</title>
<updated>2018-06-18T17:57:20+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2018-06-18T17:57:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=15ce8d09040c07e5c738f9ffbb5a71a913b4be65'/>
<id>urn:sha1:15ce8d09040c07e5c738f9ffbb5a71a913b4be65</id>
<content type='text'>
during any memory allocation.
</content>
</entry>
<entry>
<title>change in 'LUAI_DDEC' to allow variables to be static in 'onelua'</title>
<updated>2018-06-18T12:51:05+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2018-06-18T12:51:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=b43300c14f562bcdc1050f2c05e52fac3f6c99b7'/>
<id>urn:sha1:b43300c14f562bcdc1050f2c05e52fac3f6c99b7</id>
<content type='text'>
+ change in 'LUAMOD_API' as opening functions do not need to be global
</content>
</entry>
<entry>
<title>no need to check whether libraries and host use the same kernel;</title>
<updated>2018-06-18T12:08:10+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2018-06-18T12:08:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=af70905246acfad225904b64d027e5b01c7b10eb'/>
<id>urn:sha1:af70905246acfad225904b64d027e5b01c7b10eb</id>
<content type='text'>
Lua should work correctly with several copies of the kernel
</content>
</entry>
<entry>
<title>new field 'nilvalue' in struct 'global_State' to avoid the use of</title>
<updated>2018-06-15T19:31:22+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2018-06-15T19:31:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=b95e46621873cfb460e1d11dcd153914d5d69f86'/>
<id>urn:sha1:b95e46621873cfb460e1d11dcd153914d5d69f86</id>
<content type='text'>
addresses of static variables
</content>
</entry>
<entry>
<title>removed unused macros 'isstackindex'/'api_checkstackindex' +</title>
<updated>2018-06-15T17:30:52+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2018-06-15T17:30:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=d406d3d05ffe8bc01d6416437963ce092cfc9772'/>
<id>urn:sha1:d406d3d05ffe8bc01d6416437963ce092cfc9772</id>
<content type='text'>
macro 'api_checkvalidindex' (used only once) expanded and removed
</content>
</entry>
<entry>
<title>detail (removed unused definition for 'LUA_QS')</title>
<updated>2018-06-15T15:49:28+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2018-06-15T15:49:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=b6780ee41b1f5c120601a72b12d81e3ce71a8971'/>
<id>urn:sha1:b6780ee41b1f5c120601a72b12d81e3ce71a8971</id>
<content type='text'>
</content>
</entry>
<entry>
<title>warning (comparison between signed and unsigned integers)</title>
<updated>2018-06-15T14:18:40+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2018-06-15T14:18:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=2c107e13a8234ea16f0331fe0ff53b784af2bdc1'/>
<id>urn:sha1:2c107e13a8234ea16f0331fe0ff53b784af2bdc1</id>
<content type='text'>
</content>
</entry>
</feed>
