<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/lua-github.git/lstate.h, branch v5.3.4</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 (removing spaces at end of lines)</title>
<updated>2016-12-22T13:08:50+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2016-12-22T13:08:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=2a235312f029cbd2b1eb79f158d4f74b3ffa1b85'/>
<id>2a235312f029cbd2b1eb79f158d4f74b3ffa1b85</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>new flag in 'CallInfo.callstatus' to tell whether function is running</title>
<updated>2016-10-19T12:31:42+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2016-10-19T12:31:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=138d00176ca3330b0ad18eb4006605746b68df94'/>
<id>138d00176ca3330b0ad18eb4006605746b68df94</id>
<content type='text'>
as a finalizer
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
as a finalizer
</pre>
</div>
</content>
</entry>
<entry>
<title>allow more bits in 'callstatus' (use no extra space due to alignments)</title>
<updated>2016-06-16T13:36:09+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2016-06-16T13:36:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=644799537fede7892b2d7f705661e39246fce796'/>
<id>644799537fede7892b2d7f705661e39246fce796</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make 'hook' volatile (as it may be changed in signal handling)</title>
<updated>2015-12-16T16:39:38+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2015-12-16T16:39:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=c4e01c568aa498fbf141c13589c3cefdd7d9457e'/>
<id>c4e01c568aa498fbf141c13589c3cefdd7d9457e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>using 'sig_atomic_t' for 'hookmask' (as it can be changed inside</title>
<updated>2015-12-14T11:54:49+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2015-12-14T11:54:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=656b3cea1b6071f30099cef27788a8616a162b7a'/>
<id>656b3cea1b6071f30099cef27788a8616a162b7a</id>
<content type='text'>
a signal)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
a signal)
</pre>
</div>
</content>
</entry>
<entry>
<title>removed field 'n' from 'CallInfo' (not being used right now)</title>
<updated>2015-11-13T12:16:51+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2015-11-13T12:16:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=89e3a843442679252773a29114c8552e3f59777d'/>
<id>89e3a843442679252773a29114c8552e3f59777d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added counters for total and individual CallInfo entries (to allow</title>
<updated>2015-11-02T16:01:41+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2015-11-02T16:01:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=33b366ec321646890780b96df96eacb558b82f6d'/>
<id>33b366ec321646890780b96df96eacb558b82f6d</id>
<content type='text'>
better syncronization between CallInfo size and stack size)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
better syncronization between CallInfo size and stack size)
</pre>
</div>
</content>
</entry>
<entry>
<title>flag CIST_REENTRY changed to CIST_FRESH (its negation); fresh invocations</title>
<updated>2015-11-02T11:43:17+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2015-11-02T11:43:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=07a2dcacbfb8f9a2332da19b5c5a178e87d7af21'/>
<id>07a2dcacbfb8f9a2332da19b5c5a178e87d7af21</id>
<content type='text'>
seem to be less frequent than reentries. (So, avoid setting flag on
the frequent case.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
seem to be less frequent than reentries. (So, avoid setting flag on
the frequent case.)
</pre>
</div>
</content>
</entry>
<entry>
<title>code for string cache generalized for "associative sets" (compiler</title>
<updated>2015-09-22T14:18:24+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2015-09-22T14:18:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=9fae7b6d3fca02b4661aaa7c16e9fbeec8964b9b'/>
<id>9fae7b6d3fca02b4661aaa7c16e9fbeec8964b9b</id>
<content type='text'>
will optimize away or inline the extra loops)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
will optimize away or inline the extra loops)
</pre>
</div>
</content>
</entry>
<entry>
<title>long strings are created directly in final position when possible</title>
<updated>2015-09-08T15:41:05+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2015-09-08T15:41:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=41964648eea1427d53934b886abb68cc8457b019'/>
<id>41964648eea1427d53934b886abb68cc8457b019</id>
<content type='text'>
(instead of using an auxiliar buffer to first create the string
and then allocate the final string and copy result there)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(instead of using an auxiliar buffer to first create the string
and then allocate the final string and copy result there)
</pre>
</div>
</content>
</entry>
</feed>
