<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lua/manual, branch v5.4.8</title>
<subtitle>A mirror of https://github.com/lua/lua
</subtitle>
<id>https://git.lua4.win/lua/atom?h=v5.4.8</id>
<link rel='self' href='https://git.lua4.win/lua/atom?h=v5.4.8'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/'/>
<updated>2025-05-21T16:52:56+00:00</updated>
<entry>
<title>New release number, updated copyright year</title>
<updated>2025-05-21T16:52:56+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2025-05-21T16:52:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=6e22fedb74cf0c9b6656e9fce8b7331db847c605'/>
<id>urn:sha1:6e22fedb74cf0c9b6656e9fce8b7331db847c605</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Detail in the manual</title>
<updated>2024-05-14T20:59:54+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2024-05-14T20:59:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=e0efebdbe4e4053c6fb78588c546f1dc23aa964a'/>
<id>urn:sha1:e0efebdbe4e4053c6fb78588c546f1dc23aa964a</id>
<content type='text'>
Function 'lua_toclose' can raise a non-memory error (but not a
memory error).
</content>
</entry>
<entry>
<title>Bug: Active-lines for stripped vararg functions</title>
<updated>2024-05-13T16:10:35+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2024-05-13T16:10:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=dfbde4c7d540f81f2cc539741a2c1f4c00f91c10'/>
<id>urn:sha1:dfbde4c7d540f81f2cc539741a2c1f4c00f91c10</id>
<content type='text'>
Lua seg. faults when asked to create the 'activelines' table for a
vararg function with no debug information.
</content>
</entry>
<entry>
<title>Towards release 5.4.7</title>
<updated>2024-04-26T17:55:18+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2024-04-26T17:55:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=de794a6527058e75b674118b35f39dcbb13e88b1'/>
<id>urn:sha1:de794a6527058e75b674118b35f39dcbb13e88b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Panic functions should not raise errors</title>
<updated>2023-11-24T19:08:55+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2023-11-24T19:08:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=842a83f09caa2ebd4bc03e0076420148ac07c808'/>
<id>urn:sha1:842a83f09caa2ebd4bc03e0076420148ac07c808</id>
<content type='text'>
The standard panic function was using 'lua_tostring', which may raise
a memory-allocation error if error value is a number.
</content>
</entry>
<entry>
<title>Documentation for "LUA_NOENV"</title>
<updated>2023-08-23T16:50:38+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2023-08-23T16:50:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=9363a8b9901a5643c9da061ea8dda8a86cdc7ef1'/>
<id>urn:sha1:9363a8b9901a5643c9da061ea8dda8a86cdc7ef1</id>
<content type='text'>
Registry field "LUA_NOENV" (that signals to libraries that option -E
is on) now part of the "official" API of Lua stand-alone.
</content>
</entry>
<entry>
<title>"Emergency" new version 5.4.6</title>
<updated>2023-05-02T19:41:43+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2023-05-02T19:41:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=6443185167c77adcc8552a3fee7edab7895db1a9'/>
<id>urn:sha1:6443185167c77adcc8552a3fee7edab7895db1a9</id>
<content type='text'>
'lua_resetthread' is back to its original signature, to avoid
incompatibilities in the ABI between releases of the same version.
New function 'lua_closethread' added with the "correct" signature.
</content>
</entry>
<entry>
<title>Details</title>
<updated>2023-04-18T12:44:10+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2023-04-18T12:44:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=e15f1f2bb7a38a3c94519294d031e48508d65006'/>
<id>urn:sha1:e15f1f2bb7a38a3c94519294d031e48508d65006</id>
<content type='text'>
Typos in comments and details in the manual.
</content>
</entry>
<entry>
<title>New year (2023)</title>
<updated>2023-03-31T14:47:31+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2023-03-31T14:47:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=b5c65705ca78560cd2735778737122ea5f858bd0'/>
<id>urn:sha1:b5c65705ca78560cd2735778737122ea5f858bd0</id>
<content type='text'>
Also, small tweak in makefile. (-Wsign-compare is already enabled by
-Wextra.)
</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>
</feed>
