<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lua/testes, branch v5.4.5</title>
<subtitle>A mirror of https://github.com/lua/lua
</subtitle>
<id>https://git.lua4.win/lua/atom?h=v5.4.5</id>
<link rel='self' href='https://git.lua4.win/lua/atom?h=v5.4.5'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/'/>
<updated>2023-03-17T18:52:09+00:00</updated>
<entry>
<title>Bug: Loading a corrupted binary file can segfault</title>
<updated>2023-03-17T18:52:09+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2023-03-17T18:52:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=ab859fe59b464a038a45552921cb2b23892343af'/>
<id>urn:sha1:ab859fe59b464a038a45552921cb2b23892343af</id>
<content type='text'>
The size of the list of upvalue names are stored separated from the
size of the list of upvalues, but they share the same array.
</content>
</entry>
<entry>
<title>Bug: Wrong line in error message for arith. errors</title>
<updated>2023-02-08T17:15:41+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2023-02-08T17:15:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=02bab9fc258fe1cbc6088b1bd61193499d058eff'/>
<id>urn:sha1:02bab9fc258fe1cbc6088b1bd61193499d058eff</id>
<content type='text'>
It also causes 'L-&gt;top' to be wrong when the error happens,
triggering an 'assert'.
</content>
</entry>
<entry>
<title>Avoid excessive name pollution in test files</title>
<updated>2022-12-28T21:34:11+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2022-12-28T21:34:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=314745ed8438d1276c6c928d5f9d4be018dfadb6'/>
<id>urn:sha1:314745ed8438d1276c6c928d5f9d4be018dfadb6</id>
<content type='text'>
Test files are more polite regarding the use of globals when locals
would do, and when globals are necessary deleting them after use.
</content>
</entry>
<entry>
<title>Detail in make file for testes/libs</title>
<updated>2022-12-23T14:28:11+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2022-12-23T14:28:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=0825cf237d9d3505155f8b40bcf83ea1b135e8da'/>
<id>urn:sha1:0825cf237d9d3505155f8b40bcf83ea1b135e8da</id>
<content type='text'>
Everything depends on the Lua version (as given by 'lua.h')
</content>
</entry>
<entry>
<title>Bug: stack overflow with nesting of coroutine.close</title>
<updated>2022-10-25T19:44:06+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2022-10-25T19:44:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=1e64c1391f9a14115b5cc82066dbf545ae73ee27'/>
<id>urn:sha1:1e64c1391f9a14115b5cc82066dbf545ae73ee27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Portability issue in a test for 'string.format'</title>
<updated>2022-10-19T19:20:11+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2022-10-19T19:20:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=7f12bf40c401ea465c792156be31bf4a38a7499f'/>
<id>urn:sha1:7f12bf40c401ea465c792156be31bf4a38a7499f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Negation in constant folding of '&gt;&gt;' may overflow</title>
<updated>2022-09-23T14:08:10+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2022-09-23T14:08:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=26be27459b11feabed52cf40aaa76f86c7edc977'/>
<id>urn:sha1:26be27459b11feabed52cf40aaa76f86c7edc977</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Small simplification in overflow check in 'getfield'</title>
<updated>2022-09-23T13:57:35+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2022-09-23T13:57:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=cfbe378f906061ee56f91acfbdf569d0d3fb9556'/>
<id>urn:sha1:cfbe378f906061ee56f91acfbdf569d0d3fb9556</id>
<content type='text'>
Subtracting a small non-negative int from a non-negative int cannot
overflow, and adding a non-negative int to INT_MIN cannot overflow.
</content>
</entry>
<entry>
<title>Bug: 'utf8.codes' accepts spurious continuation bytes</title>
<updated>2022-09-23T13:41:16+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2022-09-23T13:41:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=a1089b415a3f5c753aa1b40758ffdaf28d5701b0'/>
<id>urn:sha1:a1089b415a3f5c753aa1b40758ffdaf28d5701b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New test for table rehash</title>
<updated>2022-09-16T20:05:22+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2022-09-16T20:05:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=f8c4c4fcf2b2fed00b3c5b71c19cd64e539dee51'/>
<id>urn:sha1:f8c4c4fcf2b2fed00b3c5b71c19cd64e539dee51</id>
<content type='text'>
</content>
</entry>
</feed>
