<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/lua-github.git/lstrlib.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>details (remove of some extra spaces)</title>
<updated>2012-08-14T18:12:34+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2012-08-14T18:12:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=53480f1163a65cc683b00663e2fa4883746ce7fb'/>
<id>53480f1163a65cc683b00663e2fa4883746ce7fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug: Some patterns can overflow the C stack, due to recursion</title>
<updated>2012-07-31T17:48:42+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2012-07-31T17:48:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=6625cbecd101bfc0bc1d1034a4b527bd9a17a5de'/>
<id>6625cbecd101bfc0bc1d1034a4b527bd9a17a5de</id>
<content type='text'>
(Took the opportunity to refactor function 'match')
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(Took the opportunity to refactor function 'match')
</pre>
</div>
</content>
</entry>
<entry>
<title>spaces -&gt; tabs in #defines</title>
<updated>2012-05-23T15:37:09+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2012-05-23T15:37:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=054c20cd5b1d9491e3989cedcf3da5ebed0719cf'/>
<id>054c20cd5b1d9491e3989cedcf3da5ebed0719cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>different scheme to check arguments to '%d', '%x', etc. Old scheme</title>
<updated>2012-04-20T13:16:48+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2012-04-20T13:16:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=048be9cf2773ce8adeccc3c07afa825cb77ba755'/>
<id>048be9cf2773ce8adeccc3c07afa825cb77ba755</id>
<content type='text'>
did not work well when lua_Number is an integer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
did not work well when lua_Number is an integer.
</pre>
</div>
</content>
</entry>
<entry>
<title>'if' to avoid empty 'memcpy' (may be expensive)</title>
<updated>2012-04-03T19:06:19+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2012-04-03T19:06:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=462375ba47de2052687b3d17ff2eef4db4cab739'/>
<id>462375ba47de2052687b3d17ff2eef4db4cab739</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>allow non-integer arguments to integer formats (%d, %x, etc.),</title>
<updated>2011-11-30T18:24:56+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2011-11-30T18:24:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=f1d2ac3a98b1225d9b086c46c60f3d2cd7e56cf7'/>
<id>f1d2ac3a98b1225d9b086c46c60f3d2cd7e56cf7</id>
<content type='text'>
but check range
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
but check range
</pre>
</div>
</content>
</entry>
<entry>
<title>detail (comment)</title>
<updated>2011-10-25T12:01:20+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2011-10-25T12:01:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=5a568a3b01d4a816d6cb15a0c48ca6096c837ef1'/>
<id>5a568a3b01d4a816d6cb15a0c48ca6096c837ef1</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' checks whether values for integer formats are</title>
<updated>2011-08-09T20:58:29+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2011-08-09T20:58:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=b5bf7d9ef414ce05da8523b966d94252c32a4010'/>
<id>b5bf7d9ef414ce05da8523b966d94252c32a4010</id>
<content type='text'>
actually integers
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
actually integers
</pre>
</div>
</content>
</entry>
<entry>
<title>no more errors on accesses to 'string' and strings</title>
<updated>2011-06-28T17:13:52+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2011-06-28T17:13:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=17526ed2fe81c52dd6cf22d90fea7fea62d07229'/>
<id>17526ed2fe81c52dd6cf22d90fea7fea62d07229</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>avoid warning about -unsigned value</title>
<updated>2011-06-16T14:14:31+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2011-06-16T14:14:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=817f8674af64a82c6f9c8b855446800a5642764e'/>
<id>817f8674af64a82c6f9c8b855446800a5642764e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
