<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lua, branch v5.3.0</title>
<subtitle>A mirror of https://github.com/lua/lua
</subtitle>
<id>https://git.lua4.win/lua/atom?h=v5.3.0</id>
<link rel='self' href='https://git.lua4.win/lua/atom?h=v5.3.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/'/>
<updated>2015-01-05T13:52:37+00:00</updated>
<entry>
<title>'setkey' -&gt; 'setnodekey' (to avoid conflicts with POSIX)</title>
<updated>2015-01-05T13:52:37+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2015-01-05T13:52:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=3c55790ebee7148281cd00f44aa293e456b4da6d'/>
<id>urn:sha1:3c55790ebee7148281cd00f44aa293e456b4da6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>new macro 'cast_func' adds '__extension__' (in gnu compilers) when</title>
<updated>2015-01-05T13:51:39+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2015-01-05T13:51:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=0adfa773b96d815cab3f17afd7bcafd3eeee7c49'/>
<id>urn:sha1:0adfa773b96d815cab3f17afd7bcafd3eeee7c49</id>
<content type='text'>
converting void* to function, to avoid warnings
</content>
</entry>
<entry>
<title>includes 'stddef.h' (as it uses NULL)</title>
<updated>2015-01-05T13:48:33+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2015-01-05T13:48:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=3317f5c6d9f3c8370430bb8b412b7f7a65b797b2'/>
<id>urn:sha1:3317f5c6d9f3c8370430bb8b412b7f7a65b797b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>detail (added -Wconversion as a comment, to be used ocasionally)</title>
<updated>2015-01-02T13:03:52+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2015-01-02T13:03:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=dbf911c516acc51770f99f362e59cd32b621b3b8'/>
<id>urn:sha1:dbf911c516acc51770f99f362e59cd32b621b3b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>'lua_setlocal' should not pop value when failing (to be consistent</title>
<updated>2015-01-02T12:52:22+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2015-01-02T12:52:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=3a29087cb7d08a2693c9eecd82cf2ce13551e450'/>
<id>urn:sha1:3a29087cb7d08a2693c9eecd82cf2ce13551e450</id>
<content type='text'>
with the manual and with 'lua_setupvalue')
</content>
</entry>
<entry>
<title>clearer(?) code (also avoids a warning about 'c' being used</title>
<updated>2015-01-02T12:50:28+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2015-01-02T12:50:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=234fb7f695f9e98fea40cc58b3cd2468e1ee0562'/>
<id>urn:sha1:234fb7f695f9e98fea40cc58b3cd2468e1ee0562</id>
<content type='text'>
without initialization)
</content>
</entry>
<entry>
<title>does not define _XOPEN_SOURCE when LUA_USE_C89 is defined + defining</title>
<updated>2014-12-29T16:54:13+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2014-12-29T16:54:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=c077d4746503b929ac4113c7875175c54eb5796a'/>
<id>urn:sha1:c077d4746503b929ac4113c7875175c54eb5796a</id>
<content type='text'>
_XOPEN_SOURCE==0 undefines that macro
</content>
</entry>
<entry>
<title>all "divisions" (div,idiv,mod) by zero are not folded, to avoid</title>
<updated>2014-12-29T16:49:25+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2014-12-29T16:49:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=8e5290d81eb0ff32a4d1d41685f682ab62498da5'/>
<id>urn:sha1:8e5290d81eb0ff32a4d1d41685f682ab62498da5</id>
<content type='text'>
problems during compilation + does not fold zero results, as they
can collapse with -0.0 and the ANSI test to distinguish both needs
a division by zero (which we are trying to avoid) + removed macro
'luai_numinvalidop' (as its main use case were divisions by zero)
</content>
</entry>
<entry>
<title>detail (macro 'luai_numidiv' uses 'luai_numdiv' to compute the division)</title>
<updated>2014-12-29T13:27:55+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2014-12-29T13:27:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=a1c37f834ae433e05409cd30bd9450d5e8707e7a'/>
<id>urn:sha1:a1c37f834ae433e05409cd30bd9450d5e8707e7a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bug: 'random' limit is 2^31-1, not RAND_MAX</title>
<updated>2014-12-27T20:32:26+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2014-12-27T20:32:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=1a7868c1d55592a59f6ffa75ad1bd6330282b7fe'/>
<id>urn:sha1:1a7868c1d55592a59f6ffa75ad1bd6330282b7fe</id>
<content type='text'>
</content>
</entry>
</feed>
