<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/lua-github.git/lobject.c, branch v5.2.2</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>'l_tg' was renamed to 'l_mathop' and this use was not corrected at</title>
<updated>2013-02-20T14:08:56+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2013-02-20T14:08:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=b559aed2d38c6eafcc624da8599b6ac52e11f17c'/>
<id>b559aed2d38c6eafcc624da8599b6ac52e11f17c</id>
<content type='text'>
the time
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the time
</pre>
</div>
</content>
</entry>
<entry>
<title>small improvement in the support of 'float' as lua_Number</title>
<updated>2013-01-29T16:00:40+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2013-01-29T16:00:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=181a837cac39fe9a411b64d67239d98785518c33'/>
<id>181a837cac39fe9a411b64d67239d98785518c33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove of unecessary luaD_checkstack. (In some cases, C should</title>
<updated>2012-08-16T17:34:28+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2012-08-16T17:34:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=a3e1c40d6d6fb81db9d8b58aee69466f715aab5c'/>
<id>a3e1c40d6d6fb81db9d8b58aee69466f715aab5c</id>
<content type='text'>
ensure stack space; in others, Lua can use the extra slots for
temporary values.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ensure stack space; in others, Lua can use the extra slots for
temporary values.)
</pre>
</div>
</content>
</entry>
<entry>
<title>function prototype did not match one in .h</title>
<updated>2011-11-30T19:30:16+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2011-11-30T19:30:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=7377fbdebc1e53e4c1545b18054f6b2e5257f2f8'/>
<id>7377fbdebc1e53e4c1545b18054f6b2e5257f2f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>avoid "unreachable" 'break'</title>
<updated>2011-11-30T12:44:26+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2011-11-30T12:44:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=0bd99b327b2b485bd90116b78ddec82352fad046'/>
<id>0bd99b327b2b485bd90116b78ddec82352fad046</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refuse things like 'inf' or 'Nan' as numerals</title>
<updated>2011-07-27T12:13:08+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2011-07-27T12:13:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=03a078493ebfb9a85aea44594ca3a90f9d297f85'/>
<id>03a078493ebfb9a85aea44594ca3a90f9d297f85</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>using 'tolower' instead of 'toupper' (slightly simpler to implement)</title>
<updated>2011-06-24T12:25:02+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2011-06-24T12:25:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=5acc5b0c1e2f5ae79fa990782d0850303924b082'/>
<id>5acc5b0c1e2f5ae79fa990782d0850303924b082</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>macro 'ltoupper' instead of 'lisupper' (more usefull for Lua)</title>
<updated>2011-06-23T16:01:06+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2011-06-23T16:01:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=59547c6cda8ac1371b473ec6f1088a35bcec7558'/>
<id>59547c6cda8ac1371b473ec6f1088a35bcec7558</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>detail (missing cast to unsigned char when converting char to int)</title>
<updated>2011-06-16T14:13:22+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2011-06-16T14:13:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=cf0562e1e720581f1b5c05dc9cc55a0857c94639'/>
<id>cf0562e1e720581f1b5c05dc9cc55a0857c94639</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>no need for two different implementations for equality (one raw and</title>
<updated>2011-05-31T18:24:36+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2011-05-31T18:24:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=9b7dddad7d3f4546f838834d9674eaf0f2fca3dd'/>
<id>9b7dddad7d3f4546f838834d9674eaf0f2fca3dd</id>
<content type='text'>
one with metamethods)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
one with metamethods)
</pre>
</div>
</content>
</entry>
</feed>
