<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lua, branch v5.2.1</title>
<subtitle>A mirror of https://github.com/lua/lua
</subtitle>
<id>https://git.lua4.win/lua/atom?h=v5.2.1</id>
<link rel='self' href='https://git.lua4.win/lua/atom?h=v5.2.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/'/>
<updated>2012-06-11T17:49:37+00:00</updated>
<entry>
<title>bugs: Internal Lua values may escape through the debug API +</title>
<updated>2012-06-11T17:49:37+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2012-06-11T17:49:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=78d986590060b615334ac214b6cc5b7d951b1d58'/>
<id>urn:sha1:78d986590060b615334ac214b6cc5b7d951b1d58</id>
<content type='text'>
Problems when yielding from debug hooks
</content>
</entry>
<entry>
<title>bugs in yields inside debug hooks</title>
<updated>2012-06-08T15:14:04+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2012-06-08T15:14:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=cc2a60ecb7e4c57ed31e5c5c3f49d8dc7447acc5'/>
<id>urn:sha1:cc2a60ecb7e4c57ed31e5c5c3f49d8dc7447acc5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>new auxiliary function 'luaI_printinst' (to print a single instruction)</title>
<updated>2012-06-07T18:52:47+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2012-06-07T18:52:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=43bfb60ac8add40a6099b933bc8454c11471c386'/>
<id>urn:sha1:43bfb60ac8add40a6099b933bc8454c11471c386</id>
<content type='text'>
</content>
</entry>
<entry>
<title>includes counts from 'sweeptolive' in cost of atomic step</title>
<updated>2012-05-31T21:28:59+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2012-05-31T21:28:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=c510d94549c5cb55c7ebdb04b67ae0fc1bf3f790'/>
<id>urn:sha1:c510d94549c5cb55c7ebdb04b67ae0fc1bf3f790</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bug in luaL_getsubtable (calling lua_absindex not with original stack)</title>
<updated>2012-05-31T20:28:45+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2012-05-31T20:28:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=4dd0622d0c5f94b46d1e72b75a7c734bfd709e0c'/>
<id>urn:sha1:4dd0622d0c5f94b46d1e72b75a7c734bfd709e0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>small bug in error handling of finalizers (cannot call lua_tostring</title>
<updated>2012-05-31T20:26:14+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2012-05-31T20:26:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=ab2c3d5cdea7812b48127778359849dbc180349a'/>
<id>urn:sha1:ab2c3d5cdea7812b48127778359849dbc180349a</id>
<content type='text'>
inside the core) + small bug in luaC_checkfinalizer (when avoiding
remove object being sweeped from sweep list) + small changes in GC
pace control (for the atomic part)
</content>
</entry>
<entry>
<title>small improvement in lua_checkmemory (only allow dead objects in</title>
<updated>2012-05-31T20:25:42+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2012-05-31T20:25:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=01e5f358bd58de5c78138575cc09ff7745d4d96d'/>
<id>urn:sha1:01e5f358bd58de5c78138575cc09ff7745d4d96d</id>
<content type='text'>
part of the sweep list not yet sweeped)
</content>
</entry>
<entry>
<title>update of 'lua_checkmemory'</title>
<updated>2012-05-30T16:40:29+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2012-05-30T16:40:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=69c775de213b2867eb30ff07b6c98be02ce1a033'/>
<id>urn:sha1:69c775de213b2867eb30ff07b6c98be02ce1a033</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bug: object being moved to 'finobj' list might not be sweeped by</title>
<updated>2012-05-30T16:01:10+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2012-05-30T16:01:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=6fcdfc6d4fab67f50a8f9e26a4f9a4cf9e1550dc'/>
<id>urn:sha1:6fcdfc6d4fab67f50a8f9e26a4f9a4cf9e1550dc</id>
<content type='text'>
the collector
</content>
</entry>
<entry>
<title>typos in comments</title>
<updated>2012-05-30T12:33:44+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2012-05-30T12:33:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=b77a90681ed28ba11384ed7ad7c93ef2a1c9b7b7'/>
<id>urn:sha1:b77a90681ed28ba11384ed7ad7c93ef2a1c9b7b7</id>
<content type='text'>
</content>
</entry>
</feed>
