<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lua-compat-5.3/lbitlib.c, branch v0.15.1</title>
<subtitle>A mirror of https://github.com/lunarmodules/lua-compat-5.3.git
</subtitle>
<id>https://git.lua4.win/lua-compat-5.3/atom?h=v0.15.1</id>
<link rel='self' href='https://git.lua4.win/lua-compat-5.3/atom?h=v0.15.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/'/>
<updated>2020-10-10T14:43:46+00:00</updated>
<entry>
<title>Fix bit32 conversion issues for Lua 5.1 on 32 bit</title>
<updated>2020-10-10T14:43:46+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2020-10-10T14:43:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=e245d3a18957e43ef902a59a72c8902e2e4435b9'/>
<id>urn:sha1:e245d3a18957e43ef902a59a72c8902e2e4435b9</id>
<content type='text'>
The default unsigned conversion procedure from upstream using
`lua_Integer` as an intermediate value fails if `lua_Integer` has only
32 bits (as is the case on 32 bit Lua 5.1). This fix uses a `lua_Number`
(hopefully double) as intermediate value in those cases.
</content>
</entry>
<entry>
<title>Add bit32 library</title>
<updated>2020-07-08T23:24:17+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2020-07-08T23:24:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-compat-5.3/commit/?id=7e2b0b5e5f55cac22fbd9237bf1c354df134802c'/>
<id>urn:sha1:7e2b0b5e5f55cac22fbd9237bf1c354df134802c</id>
<content type='text'>
</content>
</entry>
</feed>
