<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/lua-github.git/loadlib.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>details (comments)</title>
<updated>2015-11-23T11:30:45+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2015-11-23T11:30:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=c5112f7b156ad2565bad3035c8c4008c3e7716a4'/>
<id>c5112f7b156ad2565bad3035c8c4008c3e7716a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>detail ('fopen' needs 'stdio.h')</title>
<updated>2015-02-16T13:14:33+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2015-02-16T13:14:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=374f6c461240d8896ed3d9c73bad3873bba580ae'/>
<id>374f6c461240d8896ed3d9c73bad3873bba580ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>typo in comment</title>
<updated>2015-01-13T13:18:04+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2015-01-13T13:18:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=a9a4bf68b0917b2fb07c4bf79602fa5b7c59484e'/>
<id>a9a4bf68b0917b2fb07c4bf79602fa5b7c59484e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</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='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=0adfa773b96d815cab3f17afd7bcafd3eeee7c49'/>
<id>0adfa773b96d815cab3f17afd7bcafd3eeee7c49</id>
<content type='text'>
converting void* to function, to avoid warnings
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
converting void* to function, to avoid warnings
</pre>
</div>
</content>
</entry>
<entry>
<title>uses return value from lua_getfield</title>
<updated>2014-11-12T13:31:51+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2014-11-12T13:31:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=52c0f9575b4253a8f3064158529dcedec3c9bffe'/>
<id>52c0f9575b4253a8f3064158529dcedec3c9bffe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>using address instead of string for key for table 'CLIBS' in the</title>
<updated>2014-11-10T14:28:31+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2014-11-10T14:28:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=e32079015495f01e470b285a9a1f09552ab5c615'/>
<id>e32079015495f01e470b285a9a1f09552ab5c615</id>
<content type='text'>
registry
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
registry
</pre>
</div>
</content>
</entry>
<entry>
<title>keep "#include &lt;windows.h&gt;" in this file, but without the</title>
<updated>2014-11-03T15:11:10+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2014-11-03T15:11:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=c49edc45668b17d6fbd19edb2196af4ff8822636'/>
<id>c49edc45668b17d6fbd19edb2196af4ff8822636</id>
<content type='text'>
previous requirement that it must be included before any other
header file (it doesn't seem to matter)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
previous requirement that it must be included before any other
header file (it doesn't seem to matter)
</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>comments</title>
<updated>2014-10-27T18:05:37+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2014-10-27T18:05:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=aa1bd8876c4963209874e85d5665b17f8a557ff7'/>
<id>aa1bd8876c4963209874e85d5665b17f8a557ff7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>`name' in comments changed to 'name'</title>
<updated>2014-10-25T11:50:46+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2014-10-25T11:50:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=bdf566a8a32450c2eb6273c8c1a92e2181b6846e'/>
<id>bdf566a8a32450c2eb6273c8c1a92e2181b6846e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
