<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lua/lua.c, branch v5.4.9</title>
<subtitle>A mirror of https://github.com/lua/lua
</subtitle>
<id>https://git.lua4.win/lua/atom?h=v5.4.9</id>
<link rel='self' href='https://git.lua4.win/lua/atom?h=v5.4.9'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/'/>
<updated>2025-08-27T17:55:35+00:00</updated>
<entry>
<title>Bug: error with option '--' without a script</title>
<updated>2025-08-27T17:55:35+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2025-08-27T17:55:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=9ac9d23f4164fc7e1eeea8a3e8d4e453dade51ab'/>
<id>urn:sha1:9ac9d23f4164fc7e1eeea8a3e8d4e453dade51ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bug: Bad stack manipulation in 'multiline' (REPL)</title>
<updated>2024-07-05T17:31:07+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2024-07-05T17:31:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=30982bec968fd34694b5be3ecbbc92de78d8eacb'/>
<id>urn:sha1:30982bec968fd34694b5be3ecbbc92de78d8eacb</id>
<content type='text'>
'incomplete' was popping error message that should be used in case
there is no more lines to complete the input, that is, 'pushline'
returns NULL, due to end of file.
</content>
</entry>
<entry>
<title>Bug: Tricky _PROMPT may trigger undefined behavior</title>
<updated>2024-06-05T16:37:16+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2024-06-05T16:37:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=21ff8de33a5aca9c3c907592b894e4b9ab036d3e'/>
<id>urn:sha1:21ff8de33a5aca9c3c907592b894e4b9ab036d3e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Details</title>
<updated>2024-05-13T16:23:45+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2024-05-13T16:23:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=e84f7bf19852c35ad0a1e9a1654a7b99a211e17c'/>
<id>urn:sha1:e84f7bf19852c35ad0a1e9a1654a7b99a211e17c</id>
<content type='text'>
Typos in comments.
</content>
</entry>
<entry>
<title>Option '-l' discards version sufix from file name</title>
<updated>2023-05-15T16:46:38+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2023-05-15T16:46:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=09f3c2372f5dbeaec9f50614a26c1b5761726a88'/>
<id>urn:sha1:09f3c2372f5dbeaec9f50614a26c1b5761726a88</id>
<content type='text'>
Like 'require', the command-line option '-l' discards an optional
version suffix (everything after an hyphen) from a file name when
creating the module name.
</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>Stop GC while building initial state</title>
<updated>2022-11-23T17:17:28+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2022-11-23T17:17:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=9a77f57edc5cc24c2ab71d416b7481a5679e3869'/>
<id>urn:sha1:9a77f57edc5cc24c2ab71d416b7481a5679e3869</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bug: lua.c assumes that argv has at least one element</title>
<updated>2022-02-07T13:16:35+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2022-02-07T13:16:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=25b143dd34fb587d1e35290c4b25bc08954800e2'/>
<id>urn:sha1:25b143dd34fb587d1e35290c4b25bc08954800e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Option '-l' can give a name for the global variable.</title>
<updated>2021-08-16T16:57:19+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2021-08-16T16:57:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=65434b4d1b5509e95940939e28fd90d4558da12e'/>
<id>urn:sha1:65434b4d1b5509e95940939e28fd90d4558da12e</id>
<content type='text'>
Sintax for this option now is '-l [globname=]modname'.
</content>
</entry>
<entry>
<title>Avoid using 'signal' when 'sigaction' is available</title>
<updated>2020-11-24T17:41:50+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2020-11-24T17:41:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=131e3fd814a6e818b412407a222186aab08f3525'/>
<id>urn:sha1:131e3fd814a6e818b412407a222186aab08f3525</id>
<content type='text'>
The semantics of 'signal' varies a lot among different implementations;
'sigaction' ensures a more consistent behavior.
</content>
</entry>
</feed>
