<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/lua-github.git, branch v5-3-beta</title>
<subtitle>github.com: lua/lua.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/'/>
<entry>
<title>detail (using 'sizeof' instead of 'strlen' for length of a constant</title>
<updated>2014-10-22T16:55:57+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2014-10-22T16:55:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=88ff582fd8f94dd8ba751142f12bc048815ae20e'/>
<id>88ff582fd8f94dd8ba751142f12bc048815ae20e</id>
<content type='text'>
string)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
string)
</pre>
</div>
</content>
</entry>
<entry>
<title>added 'l_' prefix for names that can be redefined externally</title>
<updated>2014-10-22T11:44:20+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2014-10-22T11:44:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=6b12b8253247079941e6303e9bb47aaeec03331b'/>
<id>6b12b8253247079941e6303e9bb47aaeec03331b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use 'opf' (float) variants only when explicitly allowed (LUA_USE_C99)</title>
<updated>2014-10-21T14:38:46+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2014-10-21T14:38:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=d7a0179cd60657079d522c17da1e5aa5cc20532d'/>
<id>d7a0179cd60657079d522c17da1e5aa5cc20532d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>comments</title>
<updated>2014-10-20T22:21:05+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2014-10-20T22:21:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=6d613817d4c94588260484f29e931c46bae1fc28'/>
<id>6d613817d4c94588260484f29e931c46bae1fc28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>error in comment</title>
<updated>2014-10-20T18:29:55+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2014-10-20T18:29:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=b8d412aa07278b3c4ef6ebc58d4b72045dffea3a'/>
<id>b8d412aa07278b3c4ef6ebc58d4b72045dffea3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>message handler always adds a traceback to messages (even if they</title>
<updated>2014-10-20T18:19:26+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2014-10-20T18:19:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=961760c9b687560308644d90981cb5758dd488fd'/>
<id>961760c9b687560308644d90981cb5758dd488fd</id>
<content type='text'>
are not strings), unless they have a __tostring method.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
are not strings), unless they have a __tostring method.
</pre>
</div>
</content>
</entry>
<entry>
<title>in 'pack'/'unpack', endianness and alignment treated like options +</title>
<updated>2014-10-20T16:44:54+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2014-10-20T16:44:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=57559547a30164e60ffa05422f9db990517dbcc5'/>
<id>57559547a30164e60ffa05422f9db990517dbcc5</id>
<content type='text'>
small changes in names and handling of internal options ('KOption')
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
small changes in names and handling of internal options ('KOption')
</pre>
</div>
</content>
</entry>
<entry>
<title>does not use 'long long' when LUA_ANSI is set</title>
<updated>2014-10-20T16:32:05+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2014-10-20T16:32:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=cfa84e123272acff178fe2e4cf5af7ec20e56572'/>
<id>cfa84e123272acff178fe2e4cf5af7ec20e56572</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>'lua_stringtonum' -&gt; 'lua_stringtonumber'</title>
<updated>2014-10-17T19:17:55+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2014-10-17T19:17:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=0d31efb365e93cd983d63519f83b46c8898b92c4'/>
<id>0d31efb365e93cd983d63519f83b46c8898b92c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>macros 'LUA_QL'/'LUA_QL' deprecated</title>
<updated>2014-10-17T16:28:21+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2014-10-17T16:28:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=f97c64d7bf4c0f373711795d8faba0e8cd206761'/>
<id>f97c64d7bf4c0f373711795d8faba0e8cd206761</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
