<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/lua-github.git/lstrlib.c, 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>Using LUAI_UAC* types more consistently on vararg calls</title>
<updated>2016-12-20T18:37:00+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2016-12-20T18:37:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=9903dd52a39fbe4531596b1266e226f01769de21'/>
<id>9903dd52a39fbe4531596b1266e226f01769de21</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>small corrections for C++ compliance</title>
<updated>2016-06-27T13:15:08+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2016-06-27T13:15:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=09c9fa36eac9d9f8f16d03a36f8b777670c5a6e4'/>
<id>09c9fa36eac9d9f8f16d03a36f8b777670c5a6e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>'string.format("%q")' writes 'math.mininteger' in hexa, to ensure</title>
<updated>2016-05-20T14:13:21+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2016-05-20T14:13:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=707b0ba6e2dbfd58cf1167dae0e17975904b18aa'/>
<id>707b0ba6e2dbfd58cf1167dae0e17975904b18aa</id>
<content type='text'>
it is read back as an integer
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it is read back as an integer
</pre>
</div>
</content>
</entry>
<entry>
<title>'string.pack("cn")' does not accept strings longer than 'n'</title>
<updated>2016-05-18T18:19:51+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2016-05-18T18:19:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=4d5ab9baa64f671b3b0c030821c9502302937dc9'/>
<id>4d5ab9baa64f671b3b0c030821c9502302937dc9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>comment (FALLTHROUGH)</title>
<updated>2016-05-13T19:09:46+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2016-05-13T19:09:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=fbd8614bdb92199520bef10a8e020662bc94222b'/>
<id>fbd8614bdb92199520bef10a8e020662bc94222b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>'string.format("%q", number)' ensures a dot as decimal point</title>
<updated>2016-05-02T13:58:01+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2016-05-02T13:58:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=22093f9c6ef0e21244603883eed740d34d9fd63f'/>
<id>22093f9c6ef0e21244603883eed740d34d9fd63f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>no more time limits to pattern matching (at least for now)</title>
<updated>2016-04-22T16:36:30+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2016-04-22T16:36:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=57cdb60429c77078d896ab789c032d87fb58449d'/>
<id>57cdb60429c77078d896ab789c032d87fb58449d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>match time limit defined by variable 'string.pattlimit'</title>
<updated>2016-04-19T12:34:08+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2016-04-19T12:34:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=89c09c8e400806a2059fe8460c7c9db517d16ed7'/>
<id>89c09c8e400806a2059fe8460c7c9db517d16ed7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>'string.format"%q"' now works for all basic types (nil, boolean,</title>
<updated>2016-04-08T21:15:02+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2016-04-08T21:15:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=e8e39a277f9f81e5cb2638a1d13d4d96e3731b16'/>
<id>e8e39a277f9f81e5cb2638a1d13d4d96e3731b16</id>
<content type='text'>
numbers, and strings)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
numbers, and strings)
</pre>
</div>
</content>
</entry>
</feed>
