<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/lua-github.git/lmathlib.c, branch v5.3.3</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 (ensure subtraction is done unsigned)</title>
<updated>2015-10-02T15:39:23+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2015-10-02T15:39:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=dc4232379d79bc4ff5ad16bebf41793bb7ba6deb'/>
<id>dc4232379d79bc4ff5ad16bebf41793bb7ba6deb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tiny bug: 'randomseed' was calling 'rand' (instead of 'l_rand')</title>
<updated>2015-06-26T19:30:32+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2015-06-26T19:30:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=be63d995c102d02b7d5f3457b1cb6dc2aca7a406'/>
<id>be63d995c102d02b7d5f3457b1cb6dc2aca7a406</id>
<content type='text'>
to discard first value
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to discard first value
</pre>
</div>
</content>
</entry>
<entry>
<title>use 'log2' when available</title>
<updated>2015-03-12T14:04:04+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2015-03-12T14:04:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=7d930ec694dc079a252323d2136fbf4d49a49888'/>
<id>7d930ec694dc079a252323d2136fbf4d49a49888</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</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='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=1a7868c1d55592a59f6ffa75ad1bd6330282b7fe'/>
<id>1a7868c1d55592a59f6ffa75ad1bd6330282b7fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cleaner test for overflow for range of 'math.random'</title>
<updated>2014-11-07T11:31:58+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2014-11-07T11:31:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=17ca3b176321fb3a33f4542982e6ff3e82a3d864'/>
<id>17ca3b176321fb3a33f4542982e6ff3e82a3d864</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added include for 'lprefix.h', for stuff that must be added before</title>
<updated>2014-11-02T19:19:04+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2014-11-02T19:19:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=28fdbcf393c6c709a21a29f47cfa4c6ed4031ae9'/>
<id>28fdbcf393c6c709a21a29f47cfa4c6ed4031ae9</id>
<content type='text'>
any other header file
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
any other header file
</pre>
</div>
</content>
</entry>
<entry>
<title>'lua_numtointeger' -&gt; 'lua_numbertointeger'</title>
<updated>2014-10-24T11:42:06+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2014-10-24T11:42:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=463edee2fd6436d9ad6ae9f2f3d36b742416a479'/>
<id>463edee2fd6436d9ad6ae9f2f3d36b742416a479</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added some casts for the cases when lua_Number != double</title>
<updated>2014-10-08T19:57:31+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2014-10-08T19:57:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=65ec3379b10654f49b7faaf841b308b0cbb7b68b'/>
<id>65ec3379b10654f49b7faaf841b308b0cbb7b68b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>deprecated "cast macros" ('luaL_checkint', 'luaL_optint', etc.)</title>
<updated>2014-10-01T11:54:56+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2014-10-01T11:54:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=798660c9cddef8a73f68058576e3d47eed2b1a27'/>
<id>798660c9cddef8a73f68058576e3d47eed2b1a27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>new function 'math.ult' (unsigned less than)</title>
<updated>2014-07-28T17:35:47+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2014-07-28T17:35:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=925d1b59f931ad3cf23e67f39f6771b9a9e06f5f'/>
<id>925d1b59f931ad3cf23e67f39f6771b9a9e06f5f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
