<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/lua-github.git/bugs, branch v3.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>cannot assign to unlimited variables, because it causes overflow in</title>
<updated>1999-06-16T13:35:01+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1999-06-16T13:35:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=d4dce57f5ca64c65c7c49eac683b8f807e8dc02d'/>
<id>d4dce57f5ca64c65c7c49eac683b8f807e8dc02d</id>
<content type='text'>
the number of returns of a function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the number of returns of a function.
</pre>
</div>
</content>
</entry>
<entry>
<title>foreach, foreachi, foreachvar points to function in stack when stack</title>
<updated>1999-05-24T17:53:49+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1999-05-24T17:53:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=3b533ea7c7fd65c2c2e61cd4c0a00578152e450a'/>
<id>3b533ea7c7fd65c2c2e61cd4c0a00578152e450a</id>
<content type='text'>
can be reallocated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
can be reallocated.
</pre>
</div>
</content>
</entry>
<entry>
<title>'$' at end of pattern was matching regular '$', too.</title>
<updated>1999-04-30T14:12:05+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1999-04-30T14:12:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=cc0f635ef70c0a3f9e5359dee80978111b529864'/>
<id>cc0f635ef70c0a3f9e5359dee80978111b529864</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>file stream cannot call fread after EOF.</title>
<updated>1999-03-04T14:50:26+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1999-03-04T14:50:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=6233d21c9d5bda52438ac736ca4ecd57ca16bd70'/>
<id>6233d21c9d5bda52438ac736ca4ecd57ca16bd70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>format "%s" may break limit of "sprintf" on some machines.</title>
<updated>1999-02-04T19:29:51+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1999-02-04T19:29:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=1dcf1c9cbd2ec3c51f18124b032d4d4a917b3ca9'/>
<id>1dcf1c9cbd2ec3c51f18124b032d4d4a917b3ca9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>getlocal cannot return the local itself, since lua_isstring and</title>
<updated>1999-02-03T16:42:42+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1999-02-03T16:42:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=80001ab0eb3ad95f370796b26dacfdd7e9874877'/>
<id>80001ab0eb3ad95f370796b26dacfdd7e9874877</id>
<content type='text'>
lua_isnumber can modify it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
lua_isnumber can modify it.
</pre>
</div>
</content>
</entry>
<entry>
<title>bug: "format" does not check size of format item (such as "%00000...00000d").</title>
<updated>1999-01-04T12:53:24+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1999-01-04T12:53:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=b94110a68f0ca5740b5e09c04a8049fd451a2b7a'/>
<id>b94110a68f0ca5740b5e09c04a8049fd451a2b7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>"tonumber" goes crazy with negative numbers in other bases (not 10),</title>
<updated>1998-12-18T13:26:43+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1998-12-18T13:26:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=0c9080c7a9c2e0f9ee39a887bbde5385160b9747'/>
<id>0c9080c7a9c2e0f9ee39a887bbde5385160b9747</id>
<content type='text'>
because "strtol" returns long, not unsigned long.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
because "strtol" returns long, not unsigned long.
</pre>
</div>
</content>
</entry>
<entry>
<title>bug: gsub/strfind do not check whether captures are properly finished.</title>
<updated>1998-11-10T19:38:12+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1998-11-10T19:38:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=a84bca67fcf74241570d7f6d51243aecce9e71a6'/>
<id>a84bca67fcf74241570d7f6d51243aecce9e71a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>function "luaL_argerror" prints wrong argument number (from a user's point</title>
<updated>1998-09-07T18:59:59+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1998-09-07T18:59:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=ce9609296ce5d761e58af4cccdab6ca925613bea'/>
<id>ce9609296ce5d761e58af4cccdab6ca925613bea</id>
<content type='text'>
of view) when functions have upvalues.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of view) when functions have upvalues.
</pre>
</div>
</content>
</entry>
</feed>
