<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/lua-github.git/lstring.h, 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>new function 'luaS_hashlongstr'</title>
<updated>2015-11-03T15:36:01+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2015-11-03T15:36:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=d356183402e214f4859cd6508964d4b5e781c598'/>
<id>d356183402e214f4859cd6508964d4b5e781c598</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
<entry>
<title>'clearapihash' -&gt; 'luaS_clearcache' and moved to 'lstring.c' (which</title>
<updated>2015-03-25T13:42:19+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2015-03-25T13:42:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=b436ed58a3416c2e1936bdce880ac09925401a87'/>
<id>b436ed58a3416c2e1936bdce880ac09925401a87</id>
<content type='text'>
keeps all code related to this cache)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
keeps all code related to this cache)
</pre>
</div>
</content>
</entry>
<entry>
<title>new cache for interning strings</title>
<updated>2015-03-04T13:31:21+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2015-03-04T13:31:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=a80cada9142f9e967c710e37934067a708224161'/>
<id>a80cada9142f9e967c710e37934067a708224161</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>size of short strings stored in a single byte, to reduce the size</title>
<updated>2015-01-16T16:54:37+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2015-01-16T16:54:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=7e2015a46df7976bddee313b994742e49e420714'/>
<id>7e2015a46df7976bddee313b994742e49e420714</id>
<content type='text'>
of struct 'TString'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of struct 'TString'
</pre>
</div>
</content>
</entry>
<entry>
<title>type 'Udata' refers directly to structure inside the union (union</title>
<updated>2014-07-18T14:46:47+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2014-07-18T14:46:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=bb129031205acc64eb6b41c98d8a08c1fccce308'/>
<id>bb129031205acc64eb6b41c98d8a08c1fccce308</id>
<content type='text'>
used only for aligning purposes now)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
used only for aligning purposes now)
</pre>
</div>
</content>
</entry>
<entry>
<title>type 'TString' refers directly to the structure inside the union</title>
<updated>2014-07-18T13:36:14+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2014-07-18T13:36:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=ca41b43f53562e64abe433d6346d174c92548603'/>
<id>ca41b43f53562e64abe433d6346d174c92548603</id>
<content type='text'>
(union used only for size purposes)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(union used only for size purposes)
</pre>
</div>
</content>
</entry>
<entry>
<title>removed function 'luaS_eqstr' (not used anywhere)</title>
<updated>2014-03-19T18:51:42+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2014-03-19T18:51:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=2f5f77788fc96b4f729d4d1e1f1a37e8d9458456'/>
<id>2f5f77788fc96b4f729d4d1e1f1a37e8d9458456</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>userdata can have any Lua value as uservalue</title>
<updated>2014-02-19T13:52:42+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2014-02-19T13:52:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=c86b9da02276652a22426b2a5a194ba1f070fcf4'/>
<id>c86b9da02276652a22426b2a5a194ba1f070fcf4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>"fixed" objects kept in a separated list (instead of being kept in</title>
<updated>2013-08-21T20:09:51+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2013-08-21T20:09:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=0df6635711230ab306710056f621b6da59fac5ea'/>
<id>0df6635711230ab306710056f621b6da59fac5ea</id>
<content type='text'>
'allgc' list with a bit marking them)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'allgc' list with a bit marking them)
</pre>
</div>
</content>
</entry>
</feed>
