Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bit32 conversion issues for Lua 5.1 on 32 bitv0.10 | Philipp Janda | 2020-10-10 | 1 | -0/+1 |
| | | | | | | | 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. | ||||
* | Add bit32 library | Philipp Janda | 2020-07-09 | 1 | -0/+9 |