<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/lua-github.git/lobject.h, 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>no more macro 'changenvalue'</title>
<updated>2012-09-11T18:21:44+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2012-09-11T18:21:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=cf160abcf9f7d42d1acf841f7720cb8c2baa5e3c'/>
<id>cf160abcf9f7d42d1acf841f7720cb8c2baa5e3c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>better(?) handling of '#define's for IEEE-related tricks + avoid using</title>
<updated>2012-05-11T14:10:50+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2012-05-11T14:10:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=77cbd817d1a525a161f8f24e98459191edb9a181'/>
<id>77cbd817d1a525a161f8f24e98459191edb9a181</id>
<content type='text'>
IEEE trick for 64-bit integer types (lua_Integer on 64-bit machines)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
IEEE trick for 64-bit integer types (lua_Integer on 64-bit machines)
</pre>
</div>
</content>
</entry>
<entry>
<title>no more 'Proto' objects on the stack. Protos are anchored on outer</title>
<updated>2012-05-08T13:53:33+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2012-05-08T13:53:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=3cadc37f470df50deb5c920b028125b8bb6c316b'/>
<id>3cadc37f470df50deb5c920b028125b8bb6c316b</id>
<content type='text'>
Protos or on a Closure, which must be created before the Proto.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Protos or on a Closure, which must be created before the Proto.
</pre>
</div>
</content>
</entry>
<entry>
<title>first implementation of long strings</title>
<updated>2012-01-25T21:05:40+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2012-01-25T21:05:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=a4b96ce9a3305ae3585c0bb143fa7342c140f20b'/>
<id>a4b96ce9a3305ae3585c0bb143fa7342c140f20b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>field 'reserved' -&gt; 'extra' (may be used for other purposes too)</title>
<updated>2012-01-23T23:05:51+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2012-01-23T23:05:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=291f564485d8968fc7b0d043dda5ff91a7ce604b'/>
<id>291f564485d8968fc7b0d043dda5ff91a7ce604b</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 'checktype'</title>
<updated>2012-01-20T22:47:11+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2012-01-20T22:47:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=28f8ed9113d1fb9862a2ebd8673ca6b99f4ed190'/>
<id>28f8ed9113d1fb9862a2ebd8673ca6b99f4ed190</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>object tag keeps variant bits too -&gt; no need for 'isC' field in</title>
<updated>2012-01-20T22:05:50+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2012-01-20T22:05:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=fd22ccd6d020bca1039626ee0c7de42b237a5686'/>
<id>fd22ccd6d020bca1039626ee0c7de42b237a5686</id>
<content type='text'>
Closures + more strick typing for closure variants
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closures + more strick typing for closure variants
</pre>
</div>
</content>
</entry>
<entry>
<title>extra comments about what fields are optional debug information</title>
<updated>2011-10-31T17:48:22+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2011-10-31T17:48:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=87cf2bf711eb1a754ed8fee40b21ae74fe18d643'/>
<id>87cf2bf711eb1a754ed8fee40b21ae74fe18d643</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>more macros to try to make NaN trick work with other sizes of</title>
<updated>2011-10-17T14:46:13+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2011-10-17T14:46:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=1350a2bcb59ffad48183241fa8f3f1cf31360f35'/>
<id>1350a2bcb59ffad48183241fa8f3f1cf31360f35</id>
<content type='text'>
IEEE float numbers. (It has not been tested with such different
sizes...)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
IEEE float numbers. (It has not been tested with such different
sizes...)
</pre>
</div>
</content>
</entry>
<entry>
<title>dead objects are not collectable.</title>
<updated>2011-09-24T21:12:01+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2011-09-24T21:12:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=87912786af9125d062babe2497fc4cb664728eda'/>
<id>87912786af9125d062babe2497fc4cb664728eda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
