<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lua/llimits.h, 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-03-15T18:14:14+00:00</updated>
<entry>
<title>Adjustment in useless parameter L in macros luai_num*</title>
<updated>2026-03-15T18:14:14+00:00</updated>
<author>
<name>Roberto I</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2026-03-15T18:14:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=51269bd783c9371252947b26cc865239dbb0153d'/>
<id>urn:sha1:51269bd783c9371252947b26cc865239dbb0153d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added "attribute internal" to __MACH__ platforms</title>
<updated>2025-10-18T13:30:12+00:00</updated>
<author>
<name>Roberto I</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2025-10-18T13:30:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=26755cad99cd2a362a3f149114a2e7f05928db0a'/>
<id>urn:sha1:26755cad99cd2a362a3f149114a2e7f05928db0a</id>
<content type='text'>
Also, makefile does not add compiling options (LOCAL) to linker
flags (MYLDFLAGS).
</content>
</entry>
<entry>
<title>Details</title>
<updated>2025-10-14T16:50:24+00:00</updated>
<author>
<name>Roberto I</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2025-10-14T16:50:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=9c66903cc55388006a833f0f3911ea81fa86edea'/>
<id>urn:sha1:9c66903cc55388006a833f0f3911ea81fa86edea</id>
<content type='text'>
- Functions luaK_goiffalse, luaS_hash made private.
- Removed unused macro log2maxs.
</content>
</entry>
<entry>
<title>Some definitions moved from luaconf.h to llimits.h</title>
<updated>2025-08-21T13:51:17+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2025-08-21T13:51:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=13d2326a23a6cde050c17c5b856f962e93e06f3d'/>
<id>urn:sha1:13d2326a23a6cde050c17c5b856f962e93e06f3d</id>
<content type='text'>
These definitions were in luaconf.h only because the standard libraries
need them. Now that llimits.h is included by the libraries, it offers a
more private place for these definitions.
</content>
</entry>
<entry>
<title>Added some casts for 32-bit machines</title>
<updated>2025-07-29T14:50:20+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2025-07-29T14:50:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=c33bb08ffe04f24e09571b59eed3c9b59b622d91'/>
<id>urn:sha1:c33bb08ffe04f24e09571b59eed3c9b59b622d91</id>
<content type='text'>
When both 'int' and 'l_obj' have 32 bits, an unsigned int needs a
cast to be assigned to 'l_obj'. (As long as 'l_obj' can count the
total memory used by the system, these casts should be safe.)
</content>
</entry>
<entry>
<title>Janitorial work on casts</title>
<updated>2025-05-08T18:18:57+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2025-05-08T18:18:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=7ade1557627cf3f09c23c892ee227b7386f28414'/>
<id>urn:sha1:7ade1557627cf3f09c23c892ee227b7386f28414</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Using 'l_uint32' for unicode codepoints in scanner</title>
<updated>2025-05-08T15:49:39+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2025-05-08T15:49:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=d827e96f33056bcc0daca0c04b3273604f9d5986'/>
<id>urn:sha1:d827e96f33056bcc0daca0c04b3273604f9d5986</id>
<content type='text'>
'l_uint32' is enough for unicode codepoints (versus unsigned long),
and the utf-8 library already uses that type.
</content>
</entry>
<entry>
<title>New macro 'l_numbits'</title>
<updated>2025-03-27T15:38:29+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2025-03-27T15:38:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=ef5d171cc89b19ac1fea905b99d819b5f97cba00'/>
<id>urn:sha1:ef5d171cc89b19ac1fea905b99d819b5f97cba00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New type 'TStatus' for thread status/error codes</title>
<updated>2025-01-30T14:41:39+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2025-01-30T14:41:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=d1e677c52be3b107a7a29fdc482158f6d9251e79'/>
<id>urn:sha1:d1e677c52be3b107a7a29fdc482158f6d9251e79</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Details</title>
<updated>2025-01-16T14:51:16+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2025-01-16T14:51:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=2d8d5c74b5ef3d333314feede0165df7c3d13811'/>
<id>urn:sha1:2d8d5c74b5ef3d333314feede0165df7c3d13811</id>
<content type='text'>
New year (2024-&gt;2025), typos in comments
</content>
</entry>
</feed>
