<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lua/testes/main.lua, branch v5.5.1</title>
<subtitle>A mirror of https://github.com/lua/lua
</subtitle>
<id>https://git.lua4.win/lua/atom?h=v5.5.1</id>
<link rel='self' href='https://git.lua4.win/lua/atom?h=v5.5.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/'/>
<updated>2026-01-30T19:47:33+00:00</updated>
<entry>
<title>Environment variable for readline library name</title>
<updated>2026-01-30T19:47:33+00:00</updated>
<author>
<name>Roberto I</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2026-01-30T19:47:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=c6b484823806e08e1756b1a6066a3ace6f080fae'/>
<id>urn:sha1:c6b484823806e08e1756b1a6066a3ace6f080fae</id>
<content type='text'>
The name of the readline library can be changed from its default value
through environment variable LUA_READLINELIB.
</content>
</entry>
<entry>
<title>lua option '--' may not be followed by script</title>
<updated>2025-07-08T18:40:59+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2025-07-08T18:40:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=f65d1f9e02d891733d4ff1cf8d4bc91291e0098e'/>
<id>urn:sha1:f65d1f9e02d891733d4ff1cf8d4bc91291e0098e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Details (typos in comments)</title>
<updated>2025-04-23T14:36:09+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2025-04-23T14:36:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=9b014d4bcd4ebadb523f1c1a1d38148d8526e5ed'/>
<id>urn:sha1:9b014d4bcd4ebadb523f1c1a1d38148d8526e5ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed copyright notice from 'testes/all.lua'</title>
<updated>2025-03-12T17:00:58+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2025-03-12T17:00:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=ab66652b3270b95222dea134b5e47bb3afc434cc'/>
<id>urn:sha1:ab66652b3270b95222dea134b5e47bb3afc434cc</id>
<content type='text'>
All test files refer to the main copyright notice in 'lua.h'.
</content>
</entry>
<entry>
<title>Details</title>
<updated>2025-02-26T14:29:54+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2025-02-26T14:29:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=ceac82f78be8baeddfa8536472d8b08df2eb7d49'/>
<id>urn:sha1:ceac82f78be8baeddfa8536472d8b08df2eb7d49</id>
<content type='text'>
Comments, small changes in the manual, an extra test for errors in
error handling, small changes in tests.
</content>
</entry>
<entry>
<title>Local declaration in the REPL generates a warning</title>
<updated>2024-09-27T13:00:35+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2024-09-27T13:00:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=e4f418f07c7349f5ff844fbdc9a3b37b488113a5'/>
<id>urn:sha1:e4f418f07c7349f5ff844fbdc9a3b37b488113a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed compatibility with "= exp" in the REPL</title>
<updated>2024-07-05T18:19:11+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2024-07-05T18:19:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=6b45ccf4ed24dcfe437cf0159d6185119a2e8f95'/>
<id>urn:sha1:6b45ccf4ed24dcfe437cf0159d6185119a2e8f95</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed bug in 'multiline'</title>
<updated>2024-07-05T18:13:46+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2024-07-05T18:13:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=93fd6892f85ecd8a4e82d2339016a9f71a42d0e8'/>
<id>urn:sha1:93fd6892f85ecd8a4e82d2339016a9f71a42d0e8</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>lua.c loads 'readline' dynamically</title>
<updated>2024-07-04T20:11:58+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2024-07-04T20:11:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=366c85564874d560b3608349f752e9e490f9002d'/>
<id>urn:sha1:366c85564874d560b3608349f752e9e490f9002d</id>
<content type='text'>
(See comments in luaconf.h.) This change allows easier compilation,
as Lua compiles and works even if the package 'readline' is absent
from the system. Moreover, non-interactive uses don't load the library,
making the stand-alone slightly faster for small loads.
</content>
</entry>
<entry>
<title>Details</title>
<updated>2024-03-13T12:20:34+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2024-03-13T12:20:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=52aa2b5d24c560fb4d7a642971571ff9cbeabfcd'/>
<id>urn:sha1:52aa2b5d24c560fb4d7a642971571ff9cbeabfcd</id>
<content type='text'>
- 'unsigned int' -&gt; 'unsigned'
- Some explicit casts to avoid warnings
- Test avoids printing the value of 'fail' (which may not be nil)
</content>
</entry>
</feed>
